diff -u wammu-0.25/debian/rules wammu-0.25/debian/rules --- wammu-0.25/debian/rules +++ wammu-0.25/debian/rules @@ -36,8 +36,6 @@ dh_compress dh_fixperms dh_pycentral - # Workaround for bug #452227 - rmdir $(CURDIR)/debian/wammu/usr/lib dh_installdeb dh_gencontrol dh_md5sums diff -u wammu-0.25/debian/control wammu-0.25/debian/control --- wammu-0.25/debian/control +++ wammu-0.25/debian/control @@ -1,9 +1,10 @@ Source: wammu Section: comm Priority: optional -Maintainer: Michal Čihař +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Michal Čihař Build-Depends: debhelper (>= 5.0.37.2) -Build-Depends-Indep: python-dev, python-central (>= 0.5) +Build-Depends-Indep: python-dev, python-central (>= 0.6) Standards-Version: 3.7.3 XS-Python-Version: current Vcs-Svn: svn://svn.cihar.com/debian-wammu/trunk diff -u wammu-0.25/debian/changelog wammu-0.25/debian/changelog --- wammu-0.25/debian/changelog +++ wammu-0.25/debian/changelog @@ -1,3 +1,13 @@ +wammu (0.25-2ubuntu1) hardy; urgency=low + + * debian/rules: Remove the rmdir for /usr/lib. + Not necessary anymore. (LP: #204895) + * debian/control: + + Bump python-control versioning to python-central (>= 0.6) + + Modify Maintainer value to match Debian-Maintainer-Field Spec + + -- Stefan Ebner Fri, 28 Mar 2008 21:05:32 +0100 + wammu (0.25-2) unstable; urgency=low * Delete empty /usr/lib (workaround for pycentral bug #452227).