[pong2] 06/12: Change Homepage to https://tracker.debian.org/pkg/pong2 because the old one
Markus Koschany
apo at moszumanska.debian.org
Mon Apr 11 04:57:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository pong2.
commit 7992a85865fcd167423ff8ef96ab6442d5361d33
Author: Markus Koschany <apo at debian.org>
Date: Mon Apr 11 06:25:02 2016 +0200
Change Homepage to https://tracker.debian.org/pkg/pong2 because the old one
at berlios.de is gone.
---
debian/control | 3 +--
debian/manpages | 1 +
debian/rules | 16 ++++++++--------
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/debian/control b/debian/control
index 91de4b5..1f2e4cb 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders:
Reinhard Tartler <siretart at tauware.de>
Build-Depends:
autotools-dev,
- cdbs,
debhelper (>= 9),
libgl1-mesa-dev,
libglu1-mesa-dev,
@@ -16,7 +15,7 @@ Build-Depends:
Build-Conflicts:
libssl-dev
Standards-Version: 3.9.8
-Homepage: http://pong2.berlios.de/
+Homepage: https://tracker.debian.org/pkg/pong2
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/pong2.git
Vcs-Git: https://anonscm.debian.org/git/pkg-games/pong2.git
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..d1496ed
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+debian/pong2.man
diff --git a/debian/rules b/debian/rules
index 8beecd8..c3db75c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,14 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
+%:
+ dh $@
-DEB_CONFIGURE_EXTRA_FLAGS := --bindir=/usr/games
+override_dh_auto_configure:
+ dh_auto_configure -- \
+ --bindir=/usr/games
-build/pong2::
- dh_installman debian/pong2.man
-
-install/pong2::
+override_dh_install:
+ dh_install
# delete accidentally installed doxygen.conf
- rm -f debian/pong2/usr/share/pong2/doxygen.conf
+ $(RM) debian/pong2/usr/share/pong2/doxygen.conf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/pong2.git
More information about the Pkg-games-commits
mailing list