From 0da80a516580943a8c96394591afb5703cc865d6 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 22 Apr 2009 16:46:57 -0500 Subject: debian/rules: Adding a rule to remove the .la/.a clutter --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 1c64b91..e813915 100755 --- a/debian/rules +++ b/debian/rules @@ -6,3 +6,7 @@ include /usr/share/cdbs/1/class/gnome.mk DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper LDFLAGS += -Wl,-z,defs -Wl,--as-needed +binary-install/indicator-messages:: + # remove .a/.la clutter + rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.a + rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.la -- cgit v1.2.3 From a75ffde0f949f370abb98127beda432895538ff3 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Wed, 22 Jun 2011 12:49:13 -0400 Subject: releasing version 0.4.90-0ubuntu1 --- debian/rules | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index e813915..219cf64 100755 --- a/debian/rules +++ b/debian/rules @@ -1,12 +1,23 @@ #!/usr/bin/make -f +DEB_BUILDDIR = build +DEB_MAKE_FLAVORS = gtk2 gtk3 + include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk -DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper +DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/tmp/@FLAVOR@ +DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ + +DEB_CONFIGURE_FLAGS_gtk2 = --with-indicator-gtk=2 +DEB_CONFIGURE_FLAGS_gtk3 = --with-indicator-gtk=3 +DEB_CONFIGURE_EXTRA_FLAGS = --disable-static + LDFLAGS += -Wl,-z,defs -Wl,--as-needed -binary-install/indicator-messages:: - # remove .a/.la clutter - rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.a - rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.la +debian/stamp-autotools/gtk2: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk2) +debian/stamp-autotools/gtk3: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk3) + +common-install-arch:: + find debian/tmp -name \*.la -delete + find debian/tmp -name \*.a -delete -- cgit v1.2.3 From c05a2a3255ef8828b0517e74a3e2c625370235ba Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 14 Jul 2011 16:56:55 -0400 Subject: * debian/control - Added Replaces indicator-me - Added build depends for libtelepathy-glib-dev - Added new binary packages, libindicator-messages-status-provider-dev and libindicator-messages-status-provider1 * debian/libindicator-messages-status-provider1.symbols - Added symbols file --- debian/rules | 2 -- 1 file changed, 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 219cf64..0105586 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,6 @@ DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ DEB_CONFIGURE_FLAGS_gtk2 = --with-indicator-gtk=2 DEB_CONFIGURE_FLAGS_gtk3 = --with-indicator-gtk=3 -DEB_CONFIGURE_EXTRA_FLAGS = --disable-static LDFLAGS += -Wl,-z,defs -Wl,--as-needed @@ -20,4 +19,3 @@ debian/stamp-autotools/gtk3: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk3) common-install-arch:: find debian/tmp -name \*.la -delete - find debian/tmp -name \*.a -delete -- cgit v1.2.3 From 8e3f1f3d482a49af3f5461d8084c91e103d2984f Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 11 Aug 2011 14:22:27 -0400 Subject: * debian/control - Bumped build depends for libindicate to >= 0.5.90 * debian/rules - Fixed configure arg for gtk version --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 0105586..609e1a4 100755 --- a/debian/rules +++ b/debian/rules @@ -9,8 +9,8 @@ include /usr/share/cdbs/1/class/gnome.mk DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/tmp/@FLAVOR@ DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ -DEB_CONFIGURE_FLAGS_gtk2 = --with-indicator-gtk=2 -DEB_CONFIGURE_FLAGS_gtk3 = --with-indicator-gtk=3 +DEB_CONFIGURE_FLAGS_gtk2 = --with-gtk=2 +DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3 LDFLAGS += -Wl,-z,defs -Wl,--as-needed -- cgit v1.2.3 From b4db559848359e10a5bda56c3dc8e8d24555a534 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 12 Aug 2011 10:23:13 -0400 Subject: releasing version 0.4.93-0ubuntu2 --- debian/rules | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 609e1a4..a2f4065 100755 --- a/debian/rules +++ b/debian/rules @@ -19,3 +19,4 @@ debian/stamp-autotools/gtk3: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk3) common-install-arch:: find debian/tmp -name \*.la -delete + cd po; intltool-update --pot --verbose -- cgit v1.2.3 From cde1efd7c330353f1e8d490dd58845eb8e501477 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Tue, 24 Jan 2012 22:19:25 -0500 Subject: * rebuild for libindicator7 * debian/rules - build with no-error=deprecated-declarations --- debian/rules | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index a2f4065..4eae6c7 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,7 @@ DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ DEB_CONFIGURE_FLAGS_gtk2 = --with-gtk=2 DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3 +CFLAGS += -Wno-error=deprecated-declarations LDFLAGS += -Wl,-z,defs -Wl,--as-needed debian/stamp-autotools/gtk2: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk2) -- cgit v1.2.3 From 95f3958867d101d7e2820569d4efc3aba2efbb4c Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 10 Feb 2012 14:30:40 -0500 Subject: releasing version 0.5.90-0ubuntu1 --- debian/rules | 1 - 1 file changed, 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 4eae6c7..a2f4065 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,6 @@ DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ DEB_CONFIGURE_FLAGS_gtk2 = --with-gtk=2 DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3 -CFLAGS += -Wno-error=deprecated-declarations LDFLAGS += -Wl,-z,defs -Wl,--as-needed debian/stamp-autotools/gtk2: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk2) -- cgit v1.2.3 From 9f30d1ce76821fca605ac3593bb39f5903b30631 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 10 Feb 2012 15:17:43 -0600 Subject: debian/rules: Adding autoreconf and running make check --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index a2f4065..3241637 100755 --- a/debian/rules +++ b/debian/rules @@ -5,10 +5,13 @@ DEB_MAKE_FLAVORS = gtk2 gtk3 include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/autoreconf.mk DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/tmp/@FLAVOR@ DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ +DEB_MAKE_CHECK_TARGET := check + DEB_CONFIGURE_FLAGS_gtk2 = --with-gtk=2 DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3 -- cgit v1.2.3 From 7250f0ebe2da013ad45d52a92520da3a0a87ced7 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Wed, 21 Mar 2012 17:03:22 -0400 Subject: releasing version 0.5.94-0ubuntu1 --- debian/rules | 2 -- 1 file changed, 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 3241637..f5faa84 100755 --- a/debian/rules +++ b/debian/rules @@ -10,8 +10,6 @@ include /usr/share/cdbs/1/rules/autoreconf.mk DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/tmp/@FLAVOR@ DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ -DEB_MAKE_CHECK_TARGET := check - DEB_CONFIGURE_FLAGS_gtk2 = --with-gtk=2 DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3 -- cgit v1.2.3 From 0b8c133d7f3cb11eeace097ab0143e16056874b2 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Wed, 20 Jun 2012 10:51:32 +0200 Subject: Remove gtk2 package and dependencies --- debian/rules | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index f5faa84..d41cfca 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f DEB_BUILDDIR = build -DEB_MAKE_FLAVORS = gtk2 gtk3 +DEB_MAKE_FLAVORS = gtk3 include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk @@ -10,12 +10,8 @@ include /usr/share/cdbs/1/rules/autoreconf.mk DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/tmp/@FLAVOR@ DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ -DEB_CONFIGURE_FLAGS_gtk2 = --with-gtk=2 -DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3 - LDFLAGS += -Wl,-z,defs -Wl,--as-needed -debian/stamp-autotools/gtk2: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk2) debian/stamp-autotools/gtk3: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk3) common-install-arch:: -- cgit v1.2.3 From c7dbb01fcf82da9412397b00d78d4a3af1aa367f Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Tue, 13 Nov 2012 13:40:38 -0500 Subject: * debian/rules: - Use autogen.sh for dh_autoreconf. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 6a6f1d4..590d674 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,9 @@ %: dh $@ --with autoreconf,translations,gir +override_dh_autoreconf: + NO_CONFIGURE=1 dh_autoreconf ./autogen.sh + override_dh_auto_configure: dh_auto_configure -- --libdir="\$${prefix}/lib" --libexecdir="\$${prefix}/lib/indicator-messages" --enable-gtk-doc -- cgit v1.2.3 From 77b061eccd36943de4ddb20c9ab24703c19e0ccc Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Tue, 13 Nov 2012 13:45:32 -0500 Subject: - Drop the override for dh_makeshlibs. - Add DPKG_GENSYMBOLS_CHECK_LEVEL=4. --- debian/rules | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 590d674..649b0ad 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + %: dh $@ --with autoreconf,translations,gir @@ -9,10 +11,6 @@ override_dh_autoreconf: override_dh_auto_configure: dh_auto_configure -- --libdir="\$${prefix}/lib" --libexecdir="\$${prefix}/lib/indicator-messages" --enable-gtk-doc -override_dh_makeshlibs: - dh_makeshlibs -plibmessaging-menu0 -V'libmessaging-menu0 (>= 12.10.2)' -- -c4 - dh_makeshlibs -Nlibmessaging-menu0 - override_dh_install: find debian/tmp/usr/lib -name *.la -delete dh_install --fail-missing -- cgit v1.2.3