[SCM] portmidi/master: Switch to packaging format 3.0 (quilt).

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Oct 16 14:14:13 UTC 2014


The following commit has been merged in the master branch:
commit 98607159a48c2459308e16012e2823a251820f9c
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Oct 16 10:47:49 2014 +0100

    Switch to packaging format 3.0 (quilt).

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 4cbff86..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,5 +0,0 @@
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-See /usr/share/doc/quilt/README.source for more information about quilt.
diff --git a/debian/control b/debian/control
index 9719685..3761d08 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,7 @@ Uploaders:
  Alessio Treglia <alessio at debian.org>
 Build-Depends:
  debhelper (>= 5.0.0),
- libasound2-dev,
- quilt
+ libasound2-dev
 Standards-Version: 3.8.3
 Homepage: http://portmedia.sourceforge.net/
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-multimedia/advene.git
diff --git a/debian/rules b/debian/rules
index 1f64b63..5ffb3ab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
 CFLAGS = -Wall -g -fPIC
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -22,12 +20,12 @@ configure-stamp:
 	touch configure-stamp
 
 build: build-stamp
-build-stamp: patch configure-stamp 
+build-stamp: configure-stamp 
 	dh_testdir
 	CFLAGS='$(CFLAGS)' $(MAKE) -f pm_linux/Makefile
 	touch build-stamp
 
-clean: clean1st unpatch
+clean: clean1st
 clean1st:
 	dh_testdir
 	dh_testroot
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)

-- 
portmidi packaging



More information about the pkg-multimedia-commits mailing list