[Pkg-ocaml-maint-commits] r5972 - in /trunk/packages/edos-debcheck/trunk/debian: changelog rules

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Sun Sep 7 15:13:48 UTC 2008


Author: treinen
Date: Sun Sep  7 15:13:47 2008
New Revision: 5972

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5972
Log:
vesion 1.0-8: some improvements in edos-buildebcheck: make the python 
script executable

Modified:
    trunk/packages/edos-debcheck/trunk/debian/changelog
    trunk/packages/edos-debcheck/trunk/debian/rules

Modified: trunk/packages/edos-debcheck/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/edos-debcheck/trunk/debian/changelog?rev=5972&op=diff
==============================================================================
--- trunk/packages/edos-debcheck/trunk/debian/changelog (original)
+++ trunk/packages/edos-debcheck/trunk/debian/changelog Sun Sep  7 15:13:47 2008
@@ -1,4 +1,4 @@
-edos-debcheck (1.0-8) UNRELEASED; urgency=low
+edos-debcheck (1.0-8) unstable; urgency=low
 
   [ Stefano Zacchiroli ]
   * add-sources.py: add support for specifying an alternative prefix for
@@ -6,10 +6,12 @@
 
   [ Ralf Treinen ]
   * Fix spelling in edos-debcheck manpage (closes: Bug#495393).
-  * Extend edos-builddebcheck manpage: differenc to compilation from scratch.
+  * Extend edos-builddebcheck manpage: explain difference to compilation
+    from scratch.
   * Edos-builddebcheck: call add-sources with --prefix option.
+  * Make sure add-sources.py gets installed with mode 755 (closes: Bug#498113).
 
- -- Ralf Treinen <treinen at debian.org>  Sun, 17 Aug 2008 15:01:52 +0200
+ -- Ralf Treinen <treinen at debian.org>  Sun, 07 Sep 2008 17:09:06 +0200
 
 edos-debcheck (1.0-7) unstable; urgency=low
 

Modified: trunk/packages/edos-debcheck/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/edos-debcheck/trunk/debian/rules?rev=5972&op=diff
==============================================================================
--- trunk/packages/edos-debcheck/trunk/debian/rules (original)
+++ trunk/packages/edos-debcheck/trunk/debian/rules Sun Sep  7 15:13:47 2008
@@ -35,7 +35,8 @@
 		debian/edos-debcheck/usr/bin/edos-debcheck
 	cp debian/contrib/edos-builddebcheck debian/edos-debcheck/usr/bin
 	cp debian/contrib/add-sources.py \
-		debian/edos-debcheck/usr/share/edos-debcheck
+		debian/edos-debcheck/usr/share/edos-debcheck/
+	chmod 755 debian/edos-debcheck/usr/share/edos-debcheck/add-sources.py
 	cp rpmcheck$(if $(BYTECODE),.byte) \
 		debian/edos-rpmcheck/usr/bin/edos-rpmcheck
 	dh_installman -pedos-debcheck \




More information about the Pkg-ocaml-maint-commits mailing list