Hi, Attached is the diff for my codeville 0.8.0-1.1 NMU. I have uploaded it to DELAYED/7. Please let me know if I should cancel the upload.
Thanks. Kumar
diff -u codeville-0.8.0/debian/rules codeville-0.8.0/debian/rules --- codeville-0.8.0/debian/rules +++ codeville-0.8.0/debian/rules @@ -37,7 +37,7 @@ # codeville tries to install documentation in the Right Place(TM), but # gets it wrong for Debian. Already included the LICENSE.txt in the # copyright file. -common-install-indep:: +install/codeville:: mkdir -p debian/codeville/etc mv debian/codeville/usr/share/doc/Codeville-$(UPSTREAM_VERSION)/cdvserver.conf.sample \ debian/codeville/etc/cdvserver.conf diff -u codeville-0.8.0/debian/changelog codeville-0.8.0/debian/changelog --- codeville-0.8.0/debian/changelog +++ codeville-0.8.0/debian/changelog @@ -1,3 +1,15 @@ +codeville (0.8.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: moved rules to clean doc directory from + common-install-indep target to install/codeville target. + (Closes: #526573, #527828) + * debian/compat: updated to 5. + * debian/control: bump Standards-Version to 3.8.3 + * debian/control: added build-depends-indep on lynx. (Closes: #528738) + + -- Francesco Namuri <[email protected]> Thu, 27 Aug 2009 17:54:26 +0200 + codeville (0.8.0-1) unstable; urgency=low * New upstream release. Closes: #457221 diff -u codeville-0.8.0/debian/compat codeville-0.8.0/debian/compat --- codeville-0.8.0/debian/compat +++ codeville-0.8.0/debian/compat @@ -1 +1 @@ -4 +5 diff -u codeville-0.8.0/debian/control codeville-0.8.0/debian/control --- codeville-0.8.0/debian/control +++ codeville-0.8.0/debian/control @@ -4,7 +4,7 @@ Maintainer: Michael Janssen <[email protected]> Uploaders: Chad Walstrom <[email protected]> Build-Depends: cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), debhelper (>= 5.0.37.2), python-support (>= 0.3) -Standards-Version: 3.7.3.0 +Standards-Version: 3.8.3 Package: codeville Architecture: all

