[SCM] horgand packaging branch, master, updated. upstream/1.14-26-g10d413c
quadrispro-guest at users.alioth.debian.org
quadrispro-guest at users.alioth.debian.org
Tue Feb 23 22:41:29 UTC 2010
The following commit has been merged in the master branch:
commit 10d413c9cab4a04ff495fc2ea9c1254f1455bdc6
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date: Tue Feb 23 23:41:25 2010 +0100
Add quilt support; Bump debhelper versioned build-dep since I use override_dh_* stmts.
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..4a3f4fe
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,14 @@
+horgand for Debian
+---------------
+
+ 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.
+
+ To read how to properly use quilt, please refer to the official
+ documentation available at:
+
+ /usr/share/doc/quilt/README.source
+
+ -- Alessio Treglia <quadrispro at ubuntu.com> Tue, 23 Feb 2010 22:51:43 +0100
+
diff --git a/debian/control b/debian/control
index f52b03c..2077f5c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
Uploaders: Free Ekanayaka <free at agnula.org>,
Alessio Treglia <quadrispro at ubuntu.com>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7),
+Build-Depends: debhelper (>= 7.0.50~),
autotools-dev,
automake,
libfltk1.1-dev,
@@ -14,8 +14,10 @@ Build-Depends: debhelper (>= 7),
fluid,
alsa-utils,
libxpm-dev,
- libsndfile1-dev (>= 1.0.4)
+ libsndfile1-dev (>= 1.0.4),
+ quilt (>= 0.46-7~)
Standards-Version: 3.8.4
+Homepage: http://horgand.berlios.de/
Package: horgand
Architecture: any
diff --git a/debian/rules b/debian/rules
index 41074e9..432027c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh --with quilt $@
override_dh_auto_configure:
autoreconf -f -i
--
horgand packaging
More information about the pkg-multimedia-commits
mailing list