[Pkg-running-devel] [SCM] Debian package for pytrainer branch, master, updated. debian/1.6.0.8-1-23-g418a1f7

Christian Perrier bubulle at debian.org
Sun Jun 19 20:34:25 UTC 2011


The following commit has been merged in the master branch:
commit 418a1f7a1b4663137a7fd545ace1c89789ff1bd6
Author: Christian Perrier <bubulle at debian.org>
Date:   Sun Jun 19 22:34:12 2011 +0200

    * Add build-arch and build-indep targets to debian/rules
    * Use "3.0 (quilt)" source format

diff --git a/debian/changelog b/debian/changelog
index 5353623..fc7b879 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ pytrainer (1.8.0-2) UNRELEASED; urgency=low
     - update debian/control
     - update debian/rules
   * Add ${python:Depends} to Depends
+  * Add build-arch and build-indep targets to debian/rules
+  * Use "3.0 (quilt)" source format
 
  -- Christian Perrier <bubulle at debian.org>  Sun, 19 Jun 2011 20:51:43 +0200
 
diff --git a/debian/control b/debian/control
index 442bcc1..eb4928b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian running development group <pkg-running-devel at lists.alioth.debian.org>
 Uploaders: Noèl Köthe <noel at debian.org>, Christian Perrier <bubulle at debian.org>
 Build-Depends-Indep: python (>= 2.5.3-1~), python-support (>= 1.0.0)
-Build-Depends: debhelper (>= 5.0.0), quilt
+Build-Depends: debhelper (>= 5.0.0)
 Standards-Version: 3.8.4
 Homepage: http://sourceforge.net/projects/pytrainer/
 X-Python-Version: >=2.5
diff --git a/debian/rules b/debian/rules
index e0f89bc..e759258 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,15 +9,19 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-build:
+build: build-arch build-indep
+
+build-arch: build-stamp
+
+build-indep: build-stamp
+
+build-stamp:
 	dh_testdir
-	dh_quilt_patch
 	touch build_stamp
 
 clean:
 	dh_testdir
 	dh_testroot
-	dh_quilt_unpatch
 	rm -f build-stamp configure-stamp
 	dh_clean
 	rm -rf $(CURDIR)/build
diff --git a/source/format b/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Debian package for pytrainer



More information about the Pkg-running-devel mailing list