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

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Wed Jun 17 18:28:13 UTC 2009


Author: treinen
Date: Wed Jun 17 18:28:12 2009
New Revision: 6381

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=6381
Log:
arch=all

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=6381&op=diff
==============================================================================
--- trunk/packages/edos-debcheck/trunk/debian/changelog (original)
+++ trunk/packages/edos-debcheck/trunk/debian/changelog Wed Jun 17 18:28:12 2009
@@ -1,9 +1,10 @@
 edos-debcheck (1.0-9) unstable; urgency=low
 
   * Make this is a transitional package for transition to edos-distcheck.
+    As a consequence, this package is now architecture=all.
   * Standards-version 3.8.2 (no change).
 
- -- Ralf Treinen <treinen at debian.org>  Wed, 17 Jun 2009 20:20:07 +0200
+ -- Ralf Treinen <treinen at debian.org>  Wed, 17 Jun 2009 20:27:43 +0200
 
 edos-debcheck (1.0-8) 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=6381&op=diff
==============================================================================
--- trunk/packages/edos-debcheck/trunk/debian/rules (original)
+++ trunk/packages/edos-debcheck/trunk/debian/rules Wed Jun 17 18:28:12 2009
@@ -18,7 +18,7 @@
 	dh_testroot
 	dh_clean -k
 
-binary-arch: build install
+binary-indep: build install
 	dh_testdir
 	dh_testroot
 	dh_installdocs
@@ -33,7 +33,7 @@
 	dh_md5sums 
 	dh_builddeb
 
-binary-indep: build install
+binary-arch: build install
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install




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