[Pkg-mono-svn-commits] rev 2107 - non-group/cowbell/trunk/debian
Sebastian Dröge
slomo-guest at costa.debian.org
Mon Nov 7 12:18:37 UTC 2005
Author: slomo-guest
Date: 2005-11-07 12:18:37 +0000 (Mon, 07 Nov 2005)
New Revision: 2107
Modified:
non-group/cowbell/trunk/debian/changelog
non-group/cowbell/trunk/debian/rules
Log:
* Added permission fix as required by the CLI policy
Modified: non-group/cowbell/trunk/debian/changelog
===================================================================
--- non-group/cowbell/trunk/debian/changelog 2005-11-06 20:59:24 UTC (rev 2106)
+++ non-group/cowbell/trunk/debian/changelog 2005-11-07 12:18:37 UTC (rev 2107)
@@ -1,3 +1,10 @@
+cowbell (0.2.5-2) unstable; urgency=low
+
+ * NOT RELEASED YET
+ * Added fixing of permission as required by the cli-policy
+
+ -- Sebastian Dröge <slomo at ubuntu.com> Mon, 7 Nov 2005 13:11:57 +0100
+
cowbell (0.2.5-1) unstable; urgency=low
* New upstream release
Modified: non-group/cowbell/trunk/debian/rules
===================================================================
--- non-group/cowbell/trunk/debian/rules 2005-11-06 20:59:24 UTC (rev 2106)
+++ non-group/cowbell/trunk/debian/rules 2005-11-07 12:18:37 UTC (rev 2107)
@@ -11,6 +11,8 @@
/usr/bin/xsltproc -""-nonet -o debian/cowbell.1 \
/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \
debian/cowbell.1.xml
+ find debian/ -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" | xargs chmod -x
+ find debian/ -type f -name "*.exe" | xargs chmod +x
common-binary-predeb-indep::
dh_clideps
More information about the Pkg-mono-svn-commits
mailing list