[Debpool-commits] [SCM] Debpool Project Repository branch, master, updated. 0.2.3-63-g38a32aa

Andres Mejia (none) andres at andres-laptop.
Tue Jun 3 07:07:20 UTC 2008


The following commit has been merged in the master branch:
commit 51fef6f62b100de98d3755d6c6f17ae186130eaa
Author: Andres Mejia <andres at andres-laptop.(none)>
Date:   Mon Jun 2 23:24:45 2008 -0700

      * Added a test script to begin changing debpool into a pure Perl program.
      * Change AUTHOR field of Makefile.PL to Debpool Developer's mailing list.
      * Supply VERSION field when building package based on changelog.

diff --git a/Makefile.PL b/Makefile.PL
index c8710b9..5fffb61 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,13 +1,12 @@
-use 5.010000;
+use 5.008_008;
 use ExtUtils::MakeMaker;
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.
 WriteMakefile(
     NAME              => 'DebPool',
-    VERSION           => 0.4,
     EXE_FILES         => [qw(bin/debpool)],
     PREREQ_PM         => {}, # e.g., Module::Name => 1.1
     ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
       (#ABSTRACT_FROM  => 'lib/DebPool.pm', # retrieve abstract from module
-       AUTHOR         => 'Hilko Bengen <hbengen@>') : ()),
+       AUTHOR         => 'DebPool Developers <debpool-devel at lists.alioth.debian.org>') : ()),
 );
diff --git a/debian/changelog b/debian/changelog
index bb78f3d..d45b191 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -95,6 +95,8 @@ debpool (0.3.2) experimental; urgency=low
   * Added 'DM-Upload-Allowed: yes' field.
   * Support parsing changes files that are format 1.7 or 1.8. Closes: #481861
   * Added a test script to begin changing debpool into a pure Perl program.
+  * Change AUTHOR field of Makefile.PL to Debpool Developer's mailing list.
+  * Supply VERSION field when building package based on changelog.
 
  -- Andres Mejia <mcitadel at gmail.com>  Mon, 02 Jun 2008 22:54:17 -0700
 
diff --git a/debian/rules b/debian/rules
index 0647fb7..7f081ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,8 @@ build: build-stamp
 build-stamp:
 	dh_testdir
 	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(PERL) Makefile.PL INSTALLDIRS=vendor \
+        VERSION=$(shell dpkg-parsechangelog | grep -e '^Version:' | cut -d ' ' -f 2)
 	$(MAKE)
 	# $(MAKE) test
 	touch $@

-- 
Debpool Project Repository



More information about the Debpool-commits mailing list