[scottfree] 01/11: Switch to source format 3.0 (quilt)

Stephen Kitt skitt at moszumanska.debian.org
Fri Jan 20 11:54:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository scottfree.

commit 05ff227fd4e07b3829e4db840aec7ea69e39fd93
Author: Stephen Kitt <steve at sk2.org>
Date:   Fri Jan 20 09:09:46 2017 +0100

    Switch to source format 3.0 (quilt)
---
 debian/changelog     |  6 ++++++
 debian/control       |  2 +-
 debian/rules         | 10 +++-------
 debian/source/format |  1 +
 4 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6ffe3ea..f2fbc24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,13 @@
 scottfree (1.14-10) UNRELEASED; urgency=low
 
+  * Team upload.
+
+  [ Evgeni Golov ]
   * Correct Vcs-* URLs to point to anonscm.debian.org
 
+  [ Stephen Kitt ]
+  * Switch to source format 3.0 (quilt).
+
  -- Evgeni Golov <evgeni at debian.org>  Mon, 15 Jul 2013 22:22:03 +0200
 
 scottfree (1.14-9) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 44a15ff..18f79ef 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Barry deFreese <bddebian at comcast.net>
 Standards-Version: 3.7.3
-Build-Depends: debhelper (>= 5.0.0), quilt, libncurses5-dev
+Build-Depends: debhelper (>= 5.0.0), libncurses5-dev
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/scottfree/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/scottfree/
 
diff --git a/debian/rules b/debian/rules
index fc92f15..771eb6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
-
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
@@ -16,19 +14,17 @@ else
         CFLAGS += -O2
 endif
 
-build: patch build-stamp
-build-stamp:
+build:
 	dh_testdir
 	$(MAKE) CFLAGS="$(CFLAGS)"
 	touch $@
 
-clean: unpatch
+clean:
+	dh_clean
 	dh_testdir
 	dh_testroot
 	rm -f build
 	rm -f ScottCurses.o scottfree
-	rm -f `find . -name "*~"`
-	rm -rf debian/scottfree debian/files* core debian/substvars
 
 install: build
 	dh_testdir
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/scottfree.git



More information about the Pkg-games-commits mailing list