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 <[EMAIL PROTECTED]>  Sun, 17 Aug 2008 15:01:52 +0200
+ -- Ralf Treinen <[EMAIL PROTECTED]>  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 \


_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to