-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I attach a NMU debdiff for version 0.7.0-3.1. Thank you.
- -- Luca Falavigna Ubuntu MOTU Developer GPG Key: 0x86BC2A50 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHjgUTnXjXEYa8KlARAmlUAKCYi2A/LlX/npQ/nhivNxMItSsDnACePYCg 3Uog23pIQZR9Y6CUw6xzGBw= =YjCU -----END PGP SIGNATURE-----
diff -u yiyantang-0.7.0/debian/changelog yiyantang-0.7.0/debian/changelog --- yiyantang-0.7.0/debian/changelog +++ yiyantang-0.7.0/debian/changelog @@ -1,3 +1,17 @@ +yiyantang (0.7.0-3.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: + - Fix bashisms (Closes: #383784). + - Fix debian-rules-ignores-make-clean-error lintian warning. + - Do not call dh_suidregister + * Use python/compat, fix debian-rules-sets-DH_COMPAT lintian warning. + * debian/copyright: + - Fix copyright-lists-upstream-authors-with-dh_make-boilerplate + lintian warning by removing "(s)". + + -- Luca Falavigna <[EMAIL PROTECTED]> Wed, 16 Jan 2008 13:49:43 +0100 + yiyantang (0.7.0-3) unstable; urgency=low * update config.guess and config.sub. (Closes:Bug#300386,Bug#345239) diff -u yiyantang-0.7.0/debian/copyright yiyantang-0.7.0/debian/copyright --- yiyantang-0.7.0/debian/copyright +++ yiyantang-0.7.0/debian/copyright @@ -3,7 +3,7 @@ It was downloaded from http://yiyantang.on.openave.net/ -Upstream Author(s): hashao <[EMAIL PROTECTED]> +Upstream Author: hashao <[EMAIL PROTECTED]> Copyright: diff -u yiyantang-0.7.0/debian/rules yiyantang-0.7.0/debian/rules --- yiyantang-0.7.0/debian/rules +++ yiyantang-0.7.0/debian/rules @@ -6,14 +6,14 @@ #export DH_VERBOSE=1 # This is the debhelper compatability version to use. -export DH_COMPAT=4 build: build-stamp build-stamp: dh_testdir # Add here commands to compile the package. - cp -f /usr/share/misc/config.{guess,sub} config/ + cp -f /usr/share/misc/config.guess config/ + cp -f /usr/share/misc/config.sub config/ ./configure --prefix=/usr $(MAKE) @@ -25,8 +25,9 @@ rm -f build-stamp # Add here commands to clean up after the build process. - -$(MAKE) distclean - rm -f config/config.{sub,guess} + [ ! -f Makefile ] || $(MAKE) distclean + rm -f config/config.sub + rm -f config/config.guess dh_clean @@ -65,8 +66,6 @@ dh_strip dh_compress dh_fixperms - # You may want to make some executables suid here. - dh_suidregister # dh_makeshlibs dh_installdeb # dh_perl only in patch2: unchanged: --- yiyantang-0.7.0.orig/debian/compat +++ yiyantang-0.7.0/debian/compat @@ -0,0 +1 @@ +4

