Switch avahi-tqt packaging to cdbs on Debian and Ubuntu

pull/3/head
Slávek Banko 12 years ago
parent 642fca92b2
commit 04e0ce7bb9

@ -5,6 +5,7 @@ Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> XSBC-Original-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Uploaders: Timothy Pearson <kb9vqf@pearsoncomputing.net> Uploaders: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Build-Depends: debhelper, Build-Depends: debhelper,
cdbs,
pkg-config, pkg-config,
python-support (>= 0.6), python-support (>= 0.6),
libglib2.0-dev (>= 2.4), libglib2.0-dev (>= 2.4),

@ -1,17 +1,21 @@
#!/usr/bin/make -f #!/usr/bin/make -f
%: include /usr/share/cdbs/1/rules/debhelper.mk
dh $@ include /usr/share/cdbs/1/class/autotools.mk
# Ensure at build time that the library has no dependencies on undefined # Ensure at build time that the library has no dependencies on undefined
# symbols, and speed up loading. # symbols, and speed up loading.
export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,-O1 export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,-O1
override_dh_auto_configure: DEB_CONFIGURE_EXTRA_FLAGS += \
./autogen.sh
dh_auto_configure -- $(CONFFLAGS) \
--enable-compat-libdns_sd \ --enable-compat-libdns_sd \
--disable-mono --disable-monodoc \ --disable-mono --disable-monodoc \
--disable-gtk3 \ --disable-gtk3 \
--with-systemdsystemunitdir=/lib/systemd/system --with-systemdsystemunitdir=/lib/systemd/system
post-patches:: debian/stamp-bootstrap
debian/stamp-bootstrap:
./autogen.sh
rm ./ChangeLog
touch debian/stamp-bootstrap

@ -5,6 +5,7 @@ Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> XSBC-Original-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Uploaders: Timothy Pearson <kb9vqf@pearsoncomputing.net> Uploaders: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Build-Depends: debhelper, Build-Depends: debhelper,
cdbs,
pkg-config, pkg-config,
python-support (>= 0.6), python-support (>= 0.6),
libglib2.0-dev (>= 2.4), libglib2.0-dev (>= 2.4),

@ -1,17 +1,21 @@
#!/usr/bin/make -f #!/usr/bin/make -f
%: include /usr/share/cdbs/1/rules/debhelper.mk
dh $@ include /usr/share/cdbs/1/class/autotools.mk
# Ensure at build time that the library has no dependencies on undefined # Ensure at build time that the library has no dependencies on undefined
# symbols, and speed up loading. # symbols, and speed up loading.
export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,-O1 export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,-O1
override_dh_auto_configure: DEB_CONFIGURE_EXTRA_FLAGS += \
./autogen.sh
dh_auto_configure -- $(CONFFLAGS) \
--enable-compat-libdns_sd \ --enable-compat-libdns_sd \
--disable-mono --disable-monodoc \ --disable-mono --disable-monodoc \
--disable-gtk3 \ --disable-gtk3 \
--with-systemdsystemunitdir=/lib/systemd/system --with-systemdsystemunitdir=/lib/systemd/system
post-patches:: debian/stamp-bootstrap
debian/stamp-bootstrap:
./autogen.sh
rm ./ChangeLog
touch debian/stamp-bootstrap

@ -5,6 +5,7 @@ Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> XSBC-Original-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Uploaders: Timothy Pearson <kb9vqf@pearsoncomputing.net> Uploaders: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Build-Depends: debhelper, Build-Depends: debhelper,
cdbs,
pkg-config, pkg-config,
python-support (>= 0.6), python-support (>= 0.6),
libglib2.0-dev (>= 2.4), libglib2.0-dev (>= 2.4),

@ -1,17 +1,21 @@
#!/usr/bin/make -f #!/usr/bin/make -f
%: include /usr/share/cdbs/1/rules/debhelper.mk
dh $@ include /usr/share/cdbs/1/class/autotools.mk
# Ensure at build time that the library has no dependencies on undefined # Ensure at build time that the library has no dependencies on undefined
# symbols, and speed up loading. # symbols, and speed up loading.
export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,-O1 export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,-O1
override_dh_auto_configure: DEB_CONFIGURE_EXTRA_FLAGS += \
./autogen.sh
dh_auto_configure -- $(CONFFLAGS) \
--enable-compat-libdns_sd \ --enable-compat-libdns_sd \
--disable-mono --disable-monodoc \ --disable-mono --disable-monodoc \
--disable-gtk3 \ --disable-gtk3 \
--with-systemdsystemunitdir=/lib/systemd/system --with-systemdsystemunitdir=/lib/systemd/system
post-patches:: debian/stamp-bootstrap
debian/stamp-bootstrap:
./autogen.sh
rm ./ChangeLog
touch debian/stamp-bootstrap

@ -5,6 +5,7 @@ Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> XSBC-Original-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Uploaders: Timothy Pearson <kb9vqf@pearsoncomputing.net> Uploaders: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Build-Depends: debhelper, Build-Depends: debhelper,
cdbs,
pkg-config, pkg-config,
python-support (>= 0.6), python-support (>= 0.6),
libglib2.0-dev (>= 2.4), libglib2.0-dev (>= 2.4),

@ -1,17 +1,21 @@
#!/usr/bin/make -f #!/usr/bin/make -f
%: include /usr/share/cdbs/1/rules/debhelper.mk
dh $@ include /usr/share/cdbs/1/class/autotools.mk
# Ensure at build time that the library has no dependencies on undefined # Ensure at build time that the library has no dependencies on undefined
# symbols, and speed up loading. # symbols, and speed up loading.
export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,-O1 export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,-O1
override_dh_auto_configure: DEB_CONFIGURE_EXTRA_FLAGS += \
./autogen.sh
dh_auto_configure -- $(CONFFLAGS) \
--enable-compat-libdns_sd \ --enable-compat-libdns_sd \
--disable-mono --disable-monodoc \ --disable-mono --disable-monodoc \
--disable-gtk3 \ --disable-gtk3 \
--with-systemdsystemunitdir=/lib/systemd/system --with-systemdsystemunitdir=/lib/systemd/system
post-patches:: debian/stamp-bootstrap
debian/stamp-bootstrap:
./autogen.sh
rm ./ChangeLog
touch debian/stamp-bootstrap

@ -5,6 +5,7 @@ Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> XSBC-Original-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Uploaders: Timothy Pearson <kb9vqf@pearsoncomputing.net> Uploaders: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Build-Depends: debhelper, Build-Depends: debhelper,
cdbs,
pkg-config, pkg-config,
python-support (>= 0.6), python-support (>= 0.6),
libglib2.0-dev (>= 2.4), libglib2.0-dev (>= 2.4),

@ -1,17 +1,21 @@
#!/usr/bin/make -f #!/usr/bin/make -f
%: include /usr/share/cdbs/1/rules/debhelper.mk
dh $@ include /usr/share/cdbs/1/class/autotools.mk
# Ensure at build time that the library has no dependencies on undefined # Ensure at build time that the library has no dependencies on undefined
# symbols, and speed up loading. # symbols, and speed up loading.
export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,-O1 export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,-O1
override_dh_auto_configure: DEB_CONFIGURE_EXTRA_FLAGS += \
./autogen.sh
dh_auto_configure -- $(CONFFLAGS) \
--enable-compat-libdns_sd \ --enable-compat-libdns_sd \
--disable-mono --disable-monodoc \ --disable-mono --disable-monodoc \
--disable-gtk3 \ --disable-gtk3 \
--with-systemdsystemunitdir=/lib/systemd/system --with-systemdsystemunitdir=/lib/systemd/system
post-patches:: debian/stamp-bootstrap
debian/stamp-bootstrap:
./autogen.sh
rm ./ChangeLog
touch debian/stamp-bootstrap

Loading…
Cancel
Save