From 967fd704226b12a4f1c020e52920d5ba232eb833 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 21 Jun 2011 17:48:47 +0100 Subject: Call dh_python2 from binary-fixup rather than binary-predeb, so that generated maintainer script snippets actually end up in the package. --- debian/changelog | 7 +++++++ debian/rules | 10 +++++----- 2 files changed, 12 insertions(+), 5 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 7812819..eb57e09 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libappindicator (0.3.0-0ubuntu2) UNRELEASED; urgency=low + + * Call dh_python2 from binary-fixup rather than binary-predeb, so that + generated maintainer script snippets actually end up in the package. + + -- Colin Watson Tue, 21 Jun 2011 17:13:49 +0100 + libappindicator (0.3.0-0ubuntu1) natty; urgency=low * New upstream release. diff --git a/debian/rules b/debian/rules index a149c98..c0e407f 100755 --- a/debian/rules +++ b/debian/rules @@ -97,17 +97,17 @@ binary-install/libappindicator0.1-cil:: binary-fixup/libappindicator1 dh_makeclilibs -V dh_installcligac +binary-fixup/python-appindicator:: + dh_python2 -ppython-appindicator + find debian/python-appindicator/usr/lib -name \*.la -exec rm {} \; + find debian/python-appindicator/usr/lib -name \*.a -exec rm {} \; + binary-predeb/gir%:: dh_girepository -p$(cdbs_curpkg) binary-predeb/libappindicator0.1-cil:: binary-fixup/libappindicator1 dh_clideps -plibappindicator0.1-cil -binary-predeb/python-appindicator:: - dh_python2 -ppython-appindicator - find debian/python-appindicator/usr/lib -name \*.la -exec rm {} \; - find debian/python-appindicator/usr/lib -name \*.a -exec rm {} \; - common-binary-predeb-arch:: list-missing dh_fixperms dh_strip -- cgit v1.2.3 From cde0e9cf86e720a0080a97a5b0d81f4780e78ee6 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 21 Jun 2011 17:49:41 +0100 Subject: Remove unused libmono-dev build-dependency (for Mono 2.10 transition). --- debian/changelog | 1 + debian/control | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index eb57e09..7efea4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libappindicator (0.3.0-0ubuntu2) UNRELEASED; urgency=low * Call dh_python2 from binary-fixup rather than binary-predeb, so that generated maintainer script snippets actually end up in the package. + * Remove unused libmono-dev build-dependency (for Mono 2.10 transition). -- Colin Watson Tue, 21 Jun 2011 17:13:49 +0100 diff --git a/debian/control b/debian/control index 142f80d..12aec6f 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,6 @@ Build-Depends: debhelper (>= 7.0), cli-common-dev (>= 0.5.7), mono-devel (>= 2.4.3), gtk-sharp2-gapi, - libmono-dev, libnunit-cil-dev, libgtk2.0-cil-dev, gobject-introspection, -- cgit v1.2.3 From c6d8437bd6342e945ae56f204067b1cfe821026c Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 21 Jun 2011 17:51:41 +0100 Subject: releasing version 0.3.0-0ubuntu2 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 7efea4e..126ef1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -libappindicator (0.3.0-0ubuntu2) UNRELEASED; urgency=low +libappindicator (0.3.0-0ubuntu2) oneiric; urgency=low * Call dh_python2 from binary-fixup rather than binary-predeb, so that generated maintainer script snippets actually end up in the package. * Remove unused libmono-dev build-dependency (for Mono 2.10 transition). - -- Colin Watson Tue, 21 Jun 2011 17:13:49 +0100 + -- Colin Watson Tue, 21 Jun 2011 17:50:12 +0100 libappindicator (0.3.0-0ubuntu1) natty; urgency=low -- cgit v1.2.3 From 8693295fdec51ac441fc1cc40a4f27ce7cc08110 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Tue, 5 Jul 2011 16:19:25 -0400 Subject: No change rebuild to depend on libdbusmenu-gtk4 (instead of -gtk3) LP: #803667 --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 126ef1f..f476274 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libappindicator (0.3.0-0ubuntu3) oneiric; urgency=low + + * No change rebuild to depend on libdbusmenu-gtk4 (instead of -gtk3) + LP: #803667 + + -- Michael Terry Tue, 05 Jul 2011 16:17:48 -0400 + libappindicator (0.3.0-0ubuntu2) oneiric; urgency=low * Call dh_python2 from binary-fixup rather than binary-predeb, so that -- cgit v1.2.3