summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-12-08 19:08:13 +0100
committerSlávek Banko <slavek.banko@axis.cz>2012-12-08 19:12:07 +0100
commitd14557087bc123c802c56d30190a2c4f6151b586 (patch)
tree2c721521fa76a96e099a05948c110a855f4c66a5
parent2cbeafd28afa9328c61550302fe47b65a0b9de9c (diff)
downloadtde-packaging-d14557087bc123c802c56d30190a2c4f6151b586.tar.gz
tde-packaging-d14557087bc123c802c56d30190a2c4f6151b586.zip
Switch avahi-tqt packaging to cdbs on Debian and Ubuntu
(cherry picked from commit 04e0ce7bb9c8e5be9a13569a21255fb321fb184e)
-rw-r--r--debian/lenny/dependencies/avahi-tqt/debian/control1
-rwxr-xr-xdebian/lenny/dependencies/avahi-tqt/debian/rules14
-rw-r--r--debian/squeeze/dependencies/avahi-tqt/debian/control1
-rwxr-xr-xdebian/squeeze/dependencies/avahi-tqt/debian/rules14
-rw-r--r--ubuntu/maverick/dependencies/avahi-tqt/debian/control1
-rwxr-xr-xubuntu/maverick/dependencies/avahi-tqt/debian/rules14
6 files changed, 30 insertions, 15 deletions
diff --git a/debian/lenny/dependencies/avahi-tqt/debian/control b/debian/lenny/dependencies/avahi-tqt/debian/control
index 607e76dd1..8e31d4ca5 100644
--- a/debian/lenny/dependencies/avahi-tqt/debian/control
+++ b/debian/lenny/dependencies/avahi-tqt/debian/control
@@ -5,6 +5,7 @@ Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Uploaders: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Build-Depends: debhelper,
+ cdbs,
pkg-config,
python-support (>= 0.6),
libglib2.0-dev (>= 2.4),
diff --git a/debian/lenny/dependencies/avahi-tqt/debian/rules b/debian/lenny/dependencies/avahi-tqt/debian/rules
index c3ea0343f..d4694a4bf 100755
--- a/debian/lenny/dependencies/avahi-tqt/debian/rules
+++ b/debian/lenny/dependencies/avahi-tqt/debian/rules
@@ -1,17 +1,21 @@
#!/usr/bin/make -f
-%:
- dh $@
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
# Ensure at build time that the library has no dependencies on undefined
# symbols, and speed up loading.
export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,-O1
-override_dh_auto_configure:
- ./autogen.sh
- dh_auto_configure -- $(CONFFLAGS) \
+DEB_CONFIGURE_EXTRA_FLAGS += \
--enable-compat-libdns_sd \
--disable-mono --disable-monodoc \
--disable-gtk3 \
--with-systemdsystemunitdir=/lib/systemd/system
+post-patches:: debian/stamp-bootstrap
+
+debian/stamp-bootstrap:
+ ./autogen.sh
+ rm ./ChangeLog
+ touch debian/stamp-bootstrap
diff --git a/debian/squeeze/dependencies/avahi-tqt/debian/control b/debian/squeeze/dependencies/avahi-tqt/debian/control
index b07237d86..c39cfcb7a 100644
--- a/debian/squeeze/dependencies/avahi-tqt/debian/control
+++ b/debian/squeeze/dependencies/avahi-tqt/debian/control
@@ -5,6 +5,7 @@ Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Uploaders: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Build-Depends: debhelper,
+ cdbs,
quilt,
pkg-config,
python-support (>= 0.6),
diff --git a/debian/squeeze/dependencies/avahi-tqt/debian/rules b/debian/squeeze/dependencies/avahi-tqt/debian/rules
index c3ea0343f..d4694a4bf 100755
--- a/debian/squeeze/dependencies/avahi-tqt/debian/rules
+++ b/debian/squeeze/dependencies/avahi-tqt/debian/rules
@@ -1,17 +1,21 @@
#!/usr/bin/make -f
-%:
- dh $@
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
# Ensure at build time that the library has no dependencies on undefined
# symbols, and speed up loading.
export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,-O1
-override_dh_auto_configure:
- ./autogen.sh
- dh_auto_configure -- $(CONFFLAGS) \
+DEB_CONFIGURE_EXTRA_FLAGS += \
--enable-compat-libdns_sd \
--disable-mono --disable-monodoc \
--disable-gtk3 \
--with-systemdsystemunitdir=/lib/systemd/system
+post-patches:: debian/stamp-bootstrap
+
+debian/stamp-bootstrap:
+ ./autogen.sh
+ rm ./ChangeLog
+ touch debian/stamp-bootstrap
diff --git a/ubuntu/maverick/dependencies/avahi-tqt/debian/control b/ubuntu/maverick/dependencies/avahi-tqt/debian/control
index b07237d86..c39cfcb7a 100644
--- a/ubuntu/maverick/dependencies/avahi-tqt/debian/control
+++ b/ubuntu/maverick/dependencies/avahi-tqt/debian/control
@@ -5,6 +5,7 @@ Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Uploaders: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Build-Depends: debhelper,
+ cdbs,
quilt,
pkg-config,
python-support (>= 0.6),
diff --git a/ubuntu/maverick/dependencies/avahi-tqt/debian/rules b/ubuntu/maverick/dependencies/avahi-tqt/debian/rules
index c3ea0343f..d4694a4bf 100755
--- a/ubuntu/maverick/dependencies/avahi-tqt/debian/rules
+++ b/ubuntu/maverick/dependencies/avahi-tqt/debian/rules
@@ -1,17 +1,21 @@
#!/usr/bin/make -f
-%:
- dh $@
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
# Ensure at build time that the library has no dependencies on undefined
# symbols, and speed up loading.
export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,-O1
-override_dh_auto_configure:
- ./autogen.sh
- dh_auto_configure -- $(CONFFLAGS) \
+DEB_CONFIGURE_EXTRA_FLAGS += \
--enable-compat-libdns_sd \
--disable-mono --disable-monodoc \
--disable-gtk3 \
--with-systemdsystemunitdir=/lib/systemd/system
+post-patches:: debian/stamp-bootstrap
+
+debian/stamp-bootstrap:
+ ./autogen.sh
+ rm ./ChangeLog
+ touch debian/stamp-bootstrap