[Pkg-cli-libs-commits] r4160 - in /packages/gnome-desktop-sharp2/trunk/debian: changelog control rules
meebey at users.alioth.debian.org
meebey at users.alioth.debian.org
Mon Apr 20 20:58:29 UTC 2009
Author: meebey
Date: Mon Apr 20 20:58:29 2009
New Revision: 4160
URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=4160
Log:
* debian/rules:
+ Added missing dh_installcligac calls, caused that the assemblies were
not installed into the (Mono) GAC. (Closes: #524856)
+ Added dh_clistrip calls.
* debian/control:
+ Bumped cli-common-dev build-dep to >= 0.5.4, as we are using dh_clistrip
of it now.
Modified:
packages/gnome-desktop-sharp2/trunk/debian/changelog
packages/gnome-desktop-sharp2/trunk/debian/control
packages/gnome-desktop-sharp2/trunk/debian/rules
Modified: packages/gnome-desktop-sharp2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-desktop-sharp2/trunk/debian/changelog?rev=4160&op=diff
==============================================================================
--- packages/gnome-desktop-sharp2/trunk/debian/changelog (original)
+++ packages/gnome-desktop-sharp2/trunk/debian/changelog Mon Apr 20 20:58:29 2009
@@ -1,3 +1,15 @@
+gnome-desktop-sharp2 (2.24.0-3) unstable; urgency=low
+
+ * debian/rules:
+ + Added missing dh_installcligac calls, caused that the assemblies were
+ not installed into the (Mono) GAC. (Closes: #524856)
+ + Added dh_clistrip calls.
+ * debian/control:
+ + Bumped cli-common-dev build-dep to >= 0.5.4, as we are using dh_clistrip
+ of it now.
+
+ -- Mirco Bauer <meebey at debian.org> Sun, 19 Apr 2009 20:37:23 +0200
+
gnome-desktop-sharp2 (2.24.0-2) unstable; urgency=low
* Upload to unstable
Modified: packages/gnome-desktop-sharp2/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-desktop-sharp2/trunk/debian/control?rev=4160&op=diff
==============================================================================
--- packages/gnome-desktop-sharp2/trunk/debian/control (original)
+++ packages/gnome-desktop-sharp2/trunk/debian/control Mon Apr 20 20:58:29 2009
@@ -4,7 +4,7 @@
Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
Uploaders: Mirco Bauer <meebey at debian.org>, Sebastian Dröge <slomo at debian.org>
Build-Depends: debhelper (>= 7),
- cli-common-dev (>= 0.4.6),
+ cli-common-dev (>= 0.5.4),
dpatch,
libtool,
autoconf,
Modified: packages/gnome-desktop-sharp2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-desktop-sharp2/trunk/debian/rules?rev=4160&op=diff
==============================================================================
--- packages/gnome-desktop-sharp2/trunk/debian/rules (original)
+++ packages/gnome-desktop-sharp2/trunk/debian/rules Mon Apr 20 20:58:29 2009
@@ -83,6 +83,8 @@
dh_install
dh_installchangelogs -i ChangeLog
dh_installdocs -i
+ dh_installcligac -i
+ dh_clistrip -i
dh_compress -i
dh_fixperms -i
dh_clifixperms -i
@@ -105,7 +107,9 @@
dh_install
dh_installchangelogs -a ChangeLog
dh_installdocs -a
+ dh_installcligac -a
dh_strip -a
+ dh_clistrip -a
dh_compress -a
dh_fixperms -a
dh_clifixperms -a
More information about the Pkg-cli-libs-commits
mailing list