diff -u gpixpod-0.6.2/debian/patches/01_about-window.dpatch gpixpod-0.6.2/debian/patches/01_about-window.dpatch --- gpixpod-0.6.2/debian/patches/01_about-window.dpatch +++ gpixpod-0.6.2/debian/patches/01_about-window.dpatch @@ -2,7 +2,7 @@ ## 01_about-window.dpatch by Andrea Veri ## ## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. +## DP: Enable the "close" window button. @DPATCH@ --- gpixpod.orig/gpixpod.py 2006-10-11 23:24:21.000000000 -0500 diff -u gpixpod-0.6.2/debian/patches/02_new-album.dpatch gpixpod-0.6.2/debian/patches/02_new-album.dpatch --- gpixpod-0.6.2/debian/patches/02_new-album.dpatch +++ gpixpod-0.6.2/debian/patches/02_new-album.dpatch @@ -2,7 +2,7 @@ ## 02_new-album.dpatch by Andrea Veri ## ## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. +## DP: Prevent a crash while opening a new album with another album already open. @DPATCH@ --- gpixpod-0.6.2.orig/mh.py diff -u gpixpod-0.6.2/debian/changelog gpixpod-0.6.2/debian/changelog --- gpixpod-0.6.2/debian/changelog +++ gpixpod-0.6.2/debian/changelog @@ -1,3 +1,20 @@ +gpixpod (0.6.2-0ubuntu5) hardy; urgency=low + + * debian/watch: + + Updated download page. (LP: #180947) + * debian/rules: + + Complemented the package's clean call to fix a lintian warning: + debian-rules-ignores-make-clean-error. + * debian/control: + + Fixed a typo error with Python version to avoid a lintian warning: + malformed-python-version. + + Bumped Standards-Version to 3.7.3. + * debian/patches: + + Added the description of both patches to fix a lintian warning: + dpatch-missing-description. + + -- Miguel Ruiz Mon, 07 Jan 2008 01:38:50 -0300 + gpixpod (0.6.2-0ubuntu4) gutsy; urgency=low * debian/control: adding dpatch to build-depends diff -u gpixpod-0.6.2/debian/control gpixpod-0.6.2/debian/control --- gpixpod-0.6.2/debian/control +++ gpixpod-0.6.2/debian/control @@ -4,8 +4,8 @@ Maintainer: Ubuntu MOTU Developers XSBC-Original-Maintainer: Flavio Gargiulo Build-Depends: debhelper(>= 5.0.37.2), python-all-dev, python-support (>= 0.3), libgtk2.0-dev, dpatch -Standards-Version: 3.7.2 -XS-Python-Version: 2.5- +Standards-Version: 3.7.3 +XS-Python-Version: 2.5 Package: gpixpod Architecture: any diff -u gpixpod-0.6.2/debian/watch gpixpod-0.6.2/debian/watch --- gpixpod-0.6.2/debian/watch +++ gpixpod-0.6.2/debian/watch @@ -2 +2,2 @@ -http://puzzle.dl.sourceforge.net/sourceforge/gpixpod/gpixpod-(.*)\.tar\.gz + +http://sf.net/gpixpod/gpixpod-([\d\.]*)\.tar\.gz debian uupdate diff -u gpixpod-0.6.2/debian/rules gpixpod-0.6.2/debian/rules --- gpixpod-0.6.2/debian/rules +++ gpixpod-0.6.2/debian/rules @@ -45,7 +45,7 @@ rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. - -$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) clean dh_clean