[Pkg-xfce-commits] r6558 - desktop/trunk/garcon/debian
Lionel Le Folgoc
mrpouit-guest at alioth.debian.org
Sat Mar 31 01:23:53 UTC 2012
Author: mrpouit-guest
Date: 2012-03-31 13:23:53 +0000 (Sat, 31 Mar 2012)
New Revision: 6558
Removed:
desktop/trunk/garcon/debian/README.source
Modified:
desktop/trunk/garcon/debian/changelog
desktop/trunk/garcon/debian/rules
Log:
* New upstream release.
* debian/README.source: dropped, unneeded.
* debian/rules: fix path to .la files to ignore.
Deleted: desktop/trunk/garcon/debian/README.source
===================================================================
--- desktop/trunk/garcon/debian/README.source 2012-03-31 13:10:46 UTC (rev 6557)
+++ desktop/trunk/garcon/debian/README.source 2012-03-31 13:23:53 UTC (rev 6558)
@@ -1,2 +0,0 @@
-garcon uses quilt patch system to apply patch at build-time. More information
-can be found in /usr/share/doc/quilt/README.source.
Modified: desktop/trunk/garcon/debian/changelog
===================================================================
--- desktop/trunk/garcon/debian/changelog 2012-03-31 13:10:46 UTC (rev 6557)
+++ desktop/trunk/garcon/debian/changelog 2012-03-31 13:23:53 UTC (rev 6558)
@@ -1,3 +1,11 @@
+garcon (0.1.11-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * debian/README.source: dropped, unneeded.
+ * debian/rules: fix path to .la files to ignore.
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com> Sat, 31 Mar 2012 15:16:24 +0200
+
garcon (0.1.10-1) unstable; urgency=low
* New upstream release.
Modified: desktop/trunk/garcon/debian/rules
===================================================================
--- desktop/trunk/garcon/debian/rules 2012-03-31 13:10:46 UTC (rev 6557)
+++ desktop/trunk/garcon/debian/rules 2012-03-31 13:23:53 UTC (rev 6558)
@@ -7,7 +7,7 @@
dh $@
override_dh_install:
- dh_install --fail-missing -X usr/lib/$(DEB_HOST_MULTIARCH)/libgarcon-1.la
+ dh_install --fail-missing -X .la
override_dh_strip:
dh_strip --dbg-package=libgarcon-1-0-dbg
More information about the Pkg-xfce-commits
mailing list