[SCM] jaaa packaging branch, master, updated. debian/0.4.2-2-26-gbf5c53f
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Sat Jun 26 18:45:53 UTC 2010
The following commit has been merged in the master branch:
commit bf5c53fb7635a5bfa07d8ba3718660f9ed393ff6
Author: Alessio Treglia <alessio at debian.org>
Date: Sat Jun 26 20:45:55 2010 +0200
Drop quilt support as it complies to 3.0 (quilt) format.
diff --git a/debian/README.source b/debian/README.source
deleted file mode 120000
index ee8fd2f..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1 +0,0 @@
-/usr/share/doc/quilt/README.source
\ No newline at end of file
diff --git a/debian/control b/debian/control
index 6965ebd..9141d2d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders: Alessio Treglia <alessio at debian.org>,
Philippe Coval <rzr at gna.org>
Build-Depends: debhelper (>= 5),
docbook-to-man,
- quilt,
libclalsadrv-dev,
libclthreads-dev,
libclxclient-dev,
diff --git a/debian/rules b/debian/rules
index 4840fda..5d658b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,6 @@
MAINPACKAGE?=$(shell dpkg-parsechangelog | sed -n 's/Source: \(.*\)/\1/p')
-include /usr/share/quilt/quilt.make
-
CFLAGS = -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -24,7 +22,7 @@ build-stamp:
docbook-to-man debian/${MAINPACKAGE}.sgml > debian/${MAINPACKAGE}.1
touch $@
-clean: unpatch
+clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
@@ -54,4 +52,3 @@ binary: binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure
-#eof "$Id: jaaa /debian/rules $"
--
jaaa packaging
More information about the pkg-multimedia-commits
mailing list