[powermanga] 14/41: * Bump debhelper build-dep version to match compat * Fix substvar source:Version * Make distclean not ignore errors
Markus Koschany
apo-guest at moszumanska.debian.org
Thu Jun 25 18:55:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository powermanga.
commit 5ea60d3c9494fecd875cf2b11b38a7cf8889d571
Author: Barry deFreese <bddebian at comcast.net>
Date: Mon Oct 29 03:01:11 2007 +0000
* Bump debhelper build-dep version to match compat
* Fix substvar source:Version
* Make distclean not ignore errors
---
debian/changelog | 5 +++++
debian/control | 4 ++--
debian/rules | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 803f89f..98ff9b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,11 @@ powermanga (0.80-dfsg-2) UNRELEASED; urgency=low
[ Cyril Brulebois ]
* Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.
+ [ Barry deFreese ]
+ * Bump debhelper build-dep version to match compat
+ * Fix substvar source:Version
+ * Make distclean not ignore errors
+
-- Sam Hocevar (Debian packages) <sam+deb at zoy.org> Sun, 10 Dec 2006 01:36:02 +0100
powermanga (0.80-dfsg-1) unstable; urgency=high
diff --git a/debian/control b/debian/control
index abaf994..c48f6eb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,14 @@ Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>
-Build-Depends: debhelper (>= 4.0), quilt, libx11-dev, libxext-dev, libxxf86dga-dev, libxxf86vm-dev, libsdl1.2-dev (>= 1.2.2-3.1), libsdl-mixer1.2-dev, zlib1g-dev
+Build-Depends: debhelper (>= 5.0), quilt, libx11-dev, libxext-dev, libxxf86dga-dev, libxxf86vm-dev, libsdl1.2-dev (>= 1.2.2-3.1), libsdl-mixer1.2-dev, zlib1g-dev
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/powermanga/
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/powermanga/?op=log
Package: powermanga
Architecture: any
-Depends: powermanga-data (>= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: powermanga-data (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: suidmanager (<< 0.50)
Description: vertical shoot 'em up with colourful 3D graphics
Powermanga is a shoot 'em up with 60 different enemies, 40 meteors, numerous
diff --git a/debian/rules b/debian/rules
index 4344c95..5163e0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
- -$(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
dh_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/powermanga.git
More information about the Pkg-games-commits
mailing list