Cyril Brulebois <[EMAIL PROTECTED]> (26/02/2008): > Looks like a better solution would be to call ./clean.sh, which I did > for my NMU. Please find attached the diff for it, fixing some other > issues at the same time.
Please find attached an interdiff, after Luk's request to revert the removal of the .pot file. Cheers, -- Cyril Brulebois
diff -u gip-1.6.1.1/debian/rules gip-1.6.1.1/debian/rules
--- gip-1.6.1.1/debian/rules
+++ gip-1.6.1.1/debian/rules
@@ -47,7 +47,7 @@
# Add here commands to clean up after the build process.
./clean.sh
- dh_clean po/gip.pot
+ dh_clean
install: build
dh_testdir
diff -u gip-1.6.1.1/debian/changelog gip-1.6.1.1/debian/changelog
--- gip-1.6.1.1/debian/changelog
+++ gip-1.6.1.1/debian/changelog
@@ -4,15 +4,13 @@
* Fix double-build FTBFS by calling “./clean.sh” instead of
“-$(MAKE) clean” (Closes: #442574).
* Remove unneeded “clean” script.
- * Remove po/gip.pot through dh_clean in the “clean” target since it's
- (re)generated during the build. It's now kept out of the Debian diff.
* Bump debhelper compatibility from 4 to 5, no changes needed.
* Bump Standards-Version from 3.7.2 to 3.7.3, no changes needed.
* Move the Homepage from the description to a source field.
* Menu transition: Move the menu section from “Apps/Net” to
“Applications/Network/Monitoring”.
- -- Cyril Brulebois <[EMAIL PROTECTED]> Tue, 26 Feb 2008 21:13:54 +0100
+ -- Cyril Brulebois <[EMAIL PROTECTED]> Tue, 26 Feb 2008 23:40:07 +0100
gip (1.6.1.1-1) unstable; urgency=low
signature.asc
Description: Digital signature

