r6861 - in /trunk/dh-make-perl: debian/changelog rules.MakeMaker.noxs rules.MakeMaker.xs rules.Module-Build.noxs rules.Module-Build.xs

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Aug 17 19:00:32 UTC 2007


Author: dmn
Date: Fri Aug 17 19:00:32 2007
New Revision: 6861

URL: http://svn.debian.org/wsvn/?sc=1&rev=6861
Log:
* better explaination in binary-arch target for arch-indep packages and in
  binary-indep target of arch-dep packages why the target is empty

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/rules.MakeMaker.noxs
    trunk/dh-make-perl/rules.MakeMaker.xs
    trunk/dh-make-perl/rules.Module-Build.noxs
    trunk/dh-make-perl/rules.Module-Build.xs

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/debian/changelog?rev=6861&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Fri Aug 17 19:00:32 2007
@@ -14,8 +14,10 @@
   [ Damyan Ivanov ]
   * current watch file version is 3, this is what we generate too
   * Move tests from install to build target
-
- -- Damyan Ivanov <dmn at debian.org>  Fri, 17 Aug 2007 21:50:42 +0300
+  * better explaination in binary-arch target for arch-indep packages and in
+    binary-indep target of arch-dep packages why the target is empty
+
+ -- Damyan Ivanov <dmn at debian.org>  Fri, 17 Aug 2007 21:58:18 +0300
 
 dh-make-perl (0.27) unstable; urgency=low
 

Modified: trunk/dh-make-perl/rules.MakeMaker.noxs
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/rules.MakeMaker.noxs?rev=6861&op=diff
==============================================================================
--- trunk/dh-make-perl/rules.MakeMaker.noxs (original)
+++ trunk/dh-make-perl/rules.MakeMaker.noxs Fri Aug 17 19:00:32 2007
@@ -56,7 +56,7 @@
 	touch install-stamp
 
 binary-arch:
-# We have nothing to do by default.
+# We have nothing to do here for an architecture-independent package
 
 binary-indep: build install
 	dh_testdir

Modified: trunk/dh-make-perl/rules.MakeMaker.xs
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/rules.MakeMaker.xs?rev=6861&op=diff
==============================================================================
--- trunk/dh-make-perl/rules.MakeMaker.xs (original)
+++ trunk/dh-make-perl/rules.MakeMaker.xs Fri Aug 17 19:00:32 2007
@@ -66,7 +66,7 @@
 
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
+# We have nothing to do here for an architecture-dependent package
 
 # Build architecture-dependent files here.
 binary-arch: build install

Modified: trunk/dh-make-perl/rules.Module-Build.noxs
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/rules.Module-Build.noxs?rev=6861&op=diff
==============================================================================
--- trunk/dh-make-perl/rules.Module-Build.noxs (original)
+++ trunk/dh-make-perl/rules.Module-Build.noxs Fri Aug 17 19:00:32 2007
@@ -54,7 +54,7 @@
 	touch install-stamp
 
 binary-arch:
-# We have nothing to do by default.
+# We have nothing to do here for an architecture-independent package
 
 binary-indep: build install
 	dh_testdir

Modified: trunk/dh-make-perl/rules.Module-Build.xs
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/rules.Module-Build.xs?rev=6861&op=diff
==============================================================================
--- trunk/dh-make-perl/rules.Module-Build.xs (original)
+++ trunk/dh-make-perl/rules.Module-Build.xs Fri Aug 17 19:00:32 2007
@@ -61,7 +61,7 @@
 
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
+# We have nothing to do here for an architecture-dependent package
 
 # Build architecture-dependent files here.
 binary-arch: build install




More information about the Pkg-perl-cvs-commits mailing list