r15700 - packages/trunk/fillets-ng-data/debian
Rhonda D'Vine
rhonda at moszumanska.debian.org
Thu Jan 14 14:19:54 UTC 2016
Author: rhonda
Date: 2016-01-14 14:19:54 +0000 (Thu, 14 Jan 2016)
New Revision: 15700
Modified:
packages/trunk/fillets-ng-data/debian/changelog
packages/trunk/fillets-ng-data/debian/compat
packages/trunk/fillets-ng-data/debian/control
packages/trunk/fillets-ng-data/debian/rules
Log:
Convert debian/rules to dh style
Modified: packages/trunk/fillets-ng-data/debian/changelog
===================================================================
--- packages/trunk/fillets-ng-data/debian/changelog 2016-01-14 12:43:44 UTC (rev 15699)
+++ packages/trunk/fillets-ng-data/debian/changelog 2016-01-14 14:19:54 UTC (rev 15700)
@@ -6,6 +6,7 @@
* Update my name/email address.
* Bump Standards-Version to 3.9.6.
* Switch to source format 3.0 (quilt).
+ * Convert debian/rules to dh style, using debhelper 9 compat.
[ Alexander Reichle-Schmehl ]
* Removed myself from uploaders.
Modified: packages/trunk/fillets-ng-data/debian/compat
===================================================================
--- packages/trunk/fillets-ng-data/debian/compat 2016-01-14 12:43:44 UTC (rev 15699)
+++ packages/trunk/fillets-ng-data/debian/compat 2016-01-14 14:19:54 UTC (rev 15700)
@@ -1 +1 @@
-7
+9
Modified: packages/trunk/fillets-ng-data/debian/control
===================================================================
--- packages/trunk/fillets-ng-data/debian/control 2016-01-14 12:43:44 UTC (rev 15699)
+++ packages/trunk/fillets-ng-data/debian/control 2016-01-14 14:19:54 UTC (rev 15700)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Rhonda D'Vine <rhonda at debian.org>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 9~)
Standards-Version: 3.9.6
Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/fillets-ng-data/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/fillets-ng-data/
Modified: packages/trunk/fillets-ng-data/debian/rules
===================================================================
--- packages/trunk/fillets-ng-data/debian/rules 2016-01-14 12:43:44 UTC (rev 15699)
+++ packages/trunk/fillets-ng-data/debian/rules 2016-01-14 14:19:54 UTC (rev 15700)
@@ -1,71 +1,4 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-
-
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
- INSTALL_PROGRAM += -s
-endif
-
-configure: configure-stamp
-configure-stamp:
- dh_testdir
- touch configure-stamp
-
-
-build: build-stamp
-
-build-stamp: configure-stamp
- dh_testdir
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp configure-stamp
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
-
-
-# Build architecture-independent files here.
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs
- dh_installexamples
- dh_install
- dh_link
- dh_strip
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-# Build architecture-dependent files here.
-binary-arch: build install
-# We have nothing to do by default.
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+%:
+ dh $@
More information about the Pkg-games-commits
mailing list