[Pkg-xfce-commits] r3883 - desktop/branches/experimental/garcon/debian
Lionel Le Folgoc
mrpouit-guest at alioth.debian.org
Sun Feb 28 07:26:40 UTC 2010
Author: mrpouit-guest
Date: 2010-02-28 19:26:33 +0000 (Sun, 28 Feb 2010)
New Revision: 3883
Modified:
desktop/branches/experimental/garcon/debian/changelog
desktop/branches/experimental/garcon/debian/control
desktop/branches/experimental/garcon/debian/rules
Log:
New upstream release; fix typo; fix empty -dbg package.
Modified: desktop/branches/experimental/garcon/debian/changelog
===================================================================
--- desktop/branches/experimental/garcon/debian/changelog 2010-02-28 18:16:40 UTC (rev 3882)
+++ desktop/branches/experimental/garcon/debian/changelog 2010-02-28 19:26:33 UTC (rev 3883)
@@ -1,4 +1,4 @@
-garcon (0.1.0-1) UNRELEASED; urgency=low
+garcon (0.1.1-1) UNRELEASED; urgency=low
* Initial release.
Modified: desktop/branches/experimental/garcon/debian/control
===================================================================
--- desktop/branches/experimental/garcon/debian/control 2010-02-28 18:16:40 UTC (rev 3882)
+++ desktop/branches/experimental/garcon/debian/control 2010-02-28 19:26:33 UTC (rev 3883)
@@ -3,7 +3,7 @@
Section: xfce
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>, Mike Massonnet <mmassonnet at gmail.com>
-Build-Depends: debhelper (>= 7), intltool (>= 0.31), pkg-config,
+Build-Depends: debhelper (>= 7.0.50~), intltool (>= 0.31), pkg-config,
libglib2.0-dev, libgtk2.0-dev, quilt
Standards-Version: 3.8.3
Homepage: http://www.xfce.org/
@@ -37,4 +37,4 @@
Depends: ${shlibs:Depends}, libgarcon-1-0 (= ${binary:Version}),
${misc:Depends}
Description: debugging symbols for libgarcon
- This package contains debugging symbols and informations for garcon.
+ This package contains debugging symbols and information for garcon.
Modified: desktop/branches/experimental/garcon/debian/rules
===================================================================
--- desktop/branches/experimental/garcon/debian/rules 2010-02-28 18:16:40 UTC (rev 3882)
+++ desktop/branches/experimental/garcon/debian/rules 2010-02-28 19:26:33 UTC (rev 3883)
@@ -1,3 +1,6 @@
#!/usr/bin/make -f
%:
dh --with quilt $@
+
+override_dh_strip:
+ dh_strip --dbg-package=libgarcon-1-0-dbg
More information about the Pkg-xfce-commits
mailing list