[Pkg-cli-libs-commits] r3501 - /packages/gtkglarea-sharp/trunk/debian/rules
sho at users.alioth.debian.org
sho at users.alioth.debian.org
Fri Dec 14 14:21:53 UTC 2007
Author: sho
Date: Fri Dec 14 14:21:53 2007
New Revision: 3501
URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3501
Log:
* Fix the -X option to dh_compress, otherwise the Debian changelog wouldn't
get compressed.
Modified:
packages/gtkglarea-sharp/trunk/debian/rules
Modified: packages/gtkglarea-sharp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gtkglarea-sharp/trunk/debian/rules?rev=3501&op=diff
==============================================================================
--- packages/gtkglarea-sharp/trunk/debian/rules (original)
+++ packages/gtkglarea-sharp/trunk/debian/rules Fri Dec 14 14:21:53 2007
@@ -51,7 +51,7 @@
dh_installman
dh_link
dh_strip
- dh_compress -X examples
+ dh_compress -X /examples/
dh_fixperms
dh_installdeb
dh_makeclilibs -m $(UPVERSION) -l $(NEXT_UPVERSION)
More information about the Pkg-cli-libs-commits
mailing list