[of course, the diff should have been attached, upload is on the way] Hi,
thanks, Marco, for the bug report. Christian Perrier wrote: > Guys, can you have a look at #397137 which we seem to have introduced > in the NMU. > > I'm afraid that I don't exactly understand it, unfortunately. Sure. My apologies for the oversight. Kind regards T. -- Thomas Viehmann, http://thomas.viehmann.net/
diff -u mga-vid-1.55/debian/changelog mga-vid-1.55/debian/changelog --- mga-vid-1.55/debian/changelog +++ mga-vid-1.55/debian/changelog @@ -1,3 +1,12 @@ +mga-vid (1.55-1.2) unstable; urgency=low + + * Non-maintainer upload to fix NMU regression + - Disable the second dh_install call added in NMU and + add comment to document that dh_install is called in + the install target. Closes: #397137 + + -- Thomas Viehmann <[EMAIL PROTECTED]> Sun, 5 Nov 2006 15:20:24 +0100 + mga-vid (1.55-1.1) unstable; urgency=low * Non-maintainer upload to fix longstanding l10n issues diff -u mga-vid-1.55/debian/rules mga-vid-1.55/debian/rules --- mga-vid-1.55/debian/rules +++ mga-vid-1.55/debian/rules @@ -66,7 +66,7 @@ dh_installchangelogs upstream/ChangeLog dh_installmodules dh_installudev - dh_install + # dh_install has been moved to the install target on purpose dh_strip dh_link dh_compress

