[SCM] petri-foo/master: Buildsystem has changed from autoconf to cmake.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Mon Jan 16 11:48:27 UTC 2012
The following commit has been merged in the master branch:
commit dff0f94557c831cf638bd4bb85fa3d3b241a968a
Author: Alessio Treglia <alessio at debian.org>
Date: Mon Jan 16 12:47:18 2012 +0100
Buildsystem has changed from autoconf to cmake.
diff --git a/debian/control b/debian/control
index ab0f99b..16ee7cb 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,7 @@ Uploaders: Alessio Treglia <alessio at debian.org>,
Jaromír Mikeš <mira.mikes at seznam.cz>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~),
- dh-autoreconf,
- autoconf-archive,
+ cmake,
libphat-dev (>= 0.3.1),
libgtk2.0-dev (>= 2.4.13),
libjack-dev,
diff --git a/debian/rules b/debian/rules
index a06c130..2585ab3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
LDFLAGS+=-Wl,--as-needed
%:
- dh $@ --parallel --with=autoreconf
+ dh $@ --parallel
override_dh_strip:
dh_strip --dbg-package=petri-foo-dbg
--
petri-foo packaging
More information about the pkg-multimedia-commits
mailing list