r27376 - in /trunk/dh-make-perl: Strange-0.1/ Strange-2.1/ debian/ t/dists/ t/dists/Strange-0.1/ t/dists/Strange-2.1/

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Nov 28 14:20:31 UTC 2008


Author: dmn
Date: Fri Nov 28 14:20:22 2008
New Revision: 27376

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27376
Log:
move Strange-* to t/dists

These are dummy CPAN dstributions intented for testing dh-make-perl

Added:
    trunk/dh-make-perl/t/dists/
    trunk/dh-make-perl/t/dists/Strange-0.1/
    trunk/dh-make-perl/t/dists/Strange-0.1/Changes
      - copied, changed from r27366, trunk/dh-make-perl/Strange-0.1/Changes
    trunk/dh-make-perl/t/dists/Strange-0.1/MANIFEST
      - copied, changed from r27366, trunk/dh-make-perl/Strange-0.1/MANIFEST
    trunk/dh-make-perl/t/dists/Strange-0.1/Makefile.PL
      - copied, changed from r27366, trunk/dh-make-perl/Strange-0.1/Makefile.PL
    trunk/dh-make-perl/t/dists/Strange-0.1/Strange.pm
      - copied, changed from r27366, trunk/dh-make-perl/Strange-0.1/Strange.pm
    trunk/dh-make-perl/t/dists/Strange-0.1/test.pl
      - copied, changed from r27366, trunk/dh-make-perl/Strange-0.1/test.pl
    trunk/dh-make-perl/t/dists/Strange-2.1/
    trunk/dh-make-perl/t/dists/Strange-2.1/Changes
      - copied, changed from r27366, trunk/dh-make-perl/Strange-2.1/Changes
    trunk/dh-make-perl/t/dists/Strange-2.1/MANIFEST
      - copied, changed from r27366, trunk/dh-make-perl/Strange-2.1/MANIFEST
    trunk/dh-make-perl/t/dists/Strange-2.1/Makefile.PL
      - copied, changed from r27366, trunk/dh-make-perl/Strange-2.1/Makefile.PL
    trunk/dh-make-perl/t/dists/Strange-2.1/README
      - copied, changed from r27366, trunk/dh-make-perl/Strange-2.1/README
    trunk/dh-make-perl/t/dists/Strange-2.1/Strange.pm
      - copied, changed from r27366, trunk/dh-make-perl/Strange-2.1/Strange.pm
    trunk/dh-make-perl/t/dists/Strange-2.1/Strange.xs
      - copied, changed from r27366, trunk/dh-make-perl/Strange-2.1/Strange.xs
    trunk/dh-make-perl/t/dists/Strange-2.1/test.pl
      - copied, changed from r27366, trunk/dh-make-perl/Strange-2.1/test.pl
Removed:
    trunk/dh-make-perl/Strange-0.1/Changes
    trunk/dh-make-perl/Strange-0.1/MANIFEST
    trunk/dh-make-perl/Strange-0.1/Makefile.PL
    trunk/dh-make-perl/Strange-0.1/Strange.pm
    trunk/dh-make-perl/Strange-0.1/test.pl
    trunk/dh-make-perl/Strange-2.1/Changes
    trunk/dh-make-perl/Strange-2.1/MANIFEST
    trunk/dh-make-perl/Strange-2.1/Makefile.PL
    trunk/dh-make-perl/Strange-2.1/README
    trunk/dh-make-perl/Strange-2.1/Strange.pm
    trunk/dh-make-perl/Strange-2.1/Strange.xs
    trunk/dh-make-perl/Strange-2.1/test.pl
Modified:
    trunk/dh-make-perl/debian/rules

Modified: trunk/dh-make-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/rules?rev=27376&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/rules (original)
+++ trunk/dh-make-perl/debian/rules Fri Nov 28 14:20:22 2008
@@ -26,12 +26,14 @@
 	rm -f build-stamp
 
 	# Add here commands to clean up after the build process.
-	@for i in Strange-0.1 Strange-2.1; do\
-		if test -d "$$i/debian"; then \
+	for i in Strange-0.1 Strange-2.1; do\
+		if test -d "t/dists/$$i/debian"; then \
+		    ( \
 			cd $$i; \
 			debian/rules clean; \
 			cd ..; \
 			rm -rf $$i/debian; \
+		    ) \
 		fi \
 	done
 

Copied: trunk/dh-make-perl/t/dists/Strange-0.1/Changes (from r27366, trunk/dh-make-perl/Strange-0.1/Changes)
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-0.1/Changes?rev=27376&op=diff
==============================================================================
    (empty)

Copied: trunk/dh-make-perl/t/dists/Strange-0.1/MANIFEST (from r27366, trunk/dh-make-perl/Strange-0.1/MANIFEST)
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-0.1/MANIFEST?rev=27376&op=diff
==============================================================================
    (empty)

Copied: trunk/dh-make-perl/t/dists/Strange-0.1/Makefile.PL (from r27366, trunk/dh-make-perl/Strange-0.1/Makefile.PL)
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-0.1/Makefile.PL?rev=27376&op=diff
==============================================================================
    (empty)

Copied: trunk/dh-make-perl/t/dists/Strange-0.1/Strange.pm (from r27366, trunk/dh-make-perl/Strange-0.1/Strange.pm)
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-0.1/Strange.pm?rev=27376&op=diff
==============================================================================
    (empty)

Copied: trunk/dh-make-perl/t/dists/Strange-0.1/test.pl (from r27366, trunk/dh-make-perl/Strange-0.1/test.pl)
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-0.1/test.pl?rev=27376&op=diff
==============================================================================
    (empty)

Copied: trunk/dh-make-perl/t/dists/Strange-2.1/Changes (from r27366, trunk/dh-make-perl/Strange-2.1/Changes)
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-2.1/Changes?rev=27376&op=diff
==============================================================================
    (empty)

Copied: trunk/dh-make-perl/t/dists/Strange-2.1/MANIFEST (from r27366, trunk/dh-make-perl/Strange-2.1/MANIFEST)
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-2.1/MANIFEST?rev=27376&op=diff
==============================================================================
    (empty)

Copied: trunk/dh-make-perl/t/dists/Strange-2.1/Makefile.PL (from r27366, trunk/dh-make-perl/Strange-2.1/Makefile.PL)
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-2.1/Makefile.PL?rev=27376&op=diff
==============================================================================
    (empty)

Copied: trunk/dh-make-perl/t/dists/Strange-2.1/README (from r27366, trunk/dh-make-perl/Strange-2.1/README)
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-2.1/README?rev=27376&op=diff
==============================================================================
    (empty)

Copied: trunk/dh-make-perl/t/dists/Strange-2.1/Strange.pm (from r27366, trunk/dh-make-perl/Strange-2.1/Strange.pm)
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-2.1/Strange.pm?rev=27376&op=diff
==============================================================================
    (empty)

Copied: trunk/dh-make-perl/t/dists/Strange-2.1/Strange.xs (from r27366, trunk/dh-make-perl/Strange-2.1/Strange.xs)
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-2.1/Strange.xs?rev=27376&op=diff
==============================================================================
    (empty)

Copied: trunk/dh-make-perl/t/dists/Strange-2.1/test.pl (from r27366, trunk/dh-make-perl/Strange-2.1/test.pl)
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-2.1/test.pl?rev=27376&op=diff
==============================================================================
    (empty)




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