diff --git a/debian/changelog b/debian/changelog index 5bde261..f0599ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pipenightdreams (0.10.0-13) unstable; urgency=low + + * Make package binNMU-able (closes: #432991) + * Updated to policy 3.7.2.2 (no changes necessary) + * Fixed a few minor lintian warnings. + + -- Wesley J. Landaker Fri, 13 Jul 2007 12:51:44 -0600 + pipenightdreams (0.10.0-12) unstable; urgency=low * New maintainer (closes: #349325) diff --git a/debian/control b/debian/control index 21c419e..b4afce4 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,11 @@ Priority: optional Maintainer: Wesley J. Landaker Build-Depends: debhelper (>= 4.1.0), autotools-dev, flex, libsdl-image1.2-dev (>= 1.2.2-2) -Standards-Version: 3.6.2 +Standards-Version: 3.7.2.2 Package: pipenightdreams Architecture: any -Depends: ${shlibs:Depends}, pipenightdreams-data (= ${Source-Version}) +Depends: ${shlibs:Depends}, pipenightdreams-data (= ${source:Version}) Description: connect pipes to get the water flowing from inlet to outlet If you know the old arcade-game "Pipe Dreams", you'll instantly recognize this. The goal is to connect different pipe segments to let the water flow @@ -17,7 +17,7 @@ Package: pipenightdreams-data Architecture: all -Recommends: pipenightdreams (= ${Source-Version}) +Recommends: pipenightdreams (>= ${source:Version}) Replaces: pipenightdreams (<< 0.10.0-6) Description: connect pipes to get the water flowing from inlet to outlet (data files) If you know the old arcade-game "Pipe Dreams", you'll instantly recognize diff --git a/debian/rules b/debian/rules index b77affe..03bede3 100755 --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,7 @@ dh_testroot rm -f build-stamp configure-stamp -$(MAKE) distclean - dh_clean src/level.cc config.guess config.sub + dh_clean src/level.cc config.guess config.sub config.status config.log install: build dh_testdir