diff -u clive-0.4.3/debian/control clive-0.4.3/debian/control --- clive-0.4.3/debian/control +++ clive-0.4.3/debian/control @@ -1,7 +1,8 @@ Source: clive Section: utils Priority: optional -Maintainer: Mikhail Gusarov +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Mikhail Gusarov Build-Depends: debhelper (>= 5), python-all-dev (>= 2.3.5-11) Build-Depends-Indep: python-central (>= 0.5.6) Standards-Version: 3.7.2 diff -u clive-0.4.3/debian/rules clive-0.4.3/debian/rules --- clive-0.4.3/debian/rules +++ clive-0.4.3/debian/rules @@ -37,8 +37,6 @@ dh_installchangelogs ChangeLog dh_installdocs dh_pycentral - # Remove empty /usr/lib left after dh_pycentral - rmdir $(CURDIR)/debian/clive/usr/lib dh_installman dh_compress dh_fixperms diff -u clive-0.4.3/debian/changelog clive-0.4.3/debian/changelog --- clive-0.4.3/debian/changelog +++ clive-0.4.3/debian/changelog @@ -1,3 +1,13 @@ +clive (0.4.3-1ubuntu1) hardy; urgency=low + + * debian/rules + - Remove code to delete /usr/lib. Not needed anymore. + * debian/control + - Modify Maintainer value to match the DebianMaintainerField + specification. + + -- Onkar Shinde Sat, 22 Mar 2008 23:23:51 +0530 + clive (0.4.3-1) unstable; urgency=low * New upstream release (Closes: #462561).