[Debpool-commits] [SCM] Debpool Project Repository branch, master, updated. debian/0.3.10-4-g510d444
Andres Mejia
mcitadel at gmail.com
Fri Oct 24 16:33:33 UTC 2008
The following commit has been merged in the master branch:
commit 510d4444baee84953bbc498d2bd14cab280eabda
Author: Andres Mejia <mcitadel at gmail.com>
Date: Fri Oct 24 12:33:16 2008 -0400
Add target to generate manifest file
diff --git a/MANIFEST b/MANIFEST
index fd1891a..2236d95 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,16 +1,23 @@
-Makefile.PL
-MANIFEST
-# t/DebPool.t
-lib/DebPool/Packages.pm
-lib/DebPool/Util.pm
-lib/DebPool/Signal.pm
-lib/DebPool/Release.pm
-lib/DebPool/Logging.pm
-lib/DebPool/GnuPG.pm
-lib/DebPool/Gzip.pm
-lib/DebPool/Dirs.pm
+bin/debpool
+examples/debpoolrc
+examples/multiple_debpools/debpool-distro.default
+examples/multiple_debpools/debpool-distro.init
+examples/multiple_debpools/distro-debpoolrc
+examples/multiple_debpools/README
lib/DebPool/Bzip2.pm
lib/DebPool/Config.pm
-# lib/DebPool/Hooks.pm
lib/DebPool/DB.pm
+lib/DebPool/Dirs.pm
+lib/DebPool/GnuPG.pm
+lib/DebPool/Gzip.pm
+lib/DebPool/Logging.pm
+lib/DebPool/Packages.pm
lib/DebPool/Parser.pm
+lib/DebPool/Release.pm
+lib/DebPool/Signal.pm
+lib/DebPool/Util.pm
+Makefile.PL
+MANIFEST
+MANIFEST.SKIP
+pure-perl-testing/debperltest
+pure-perl-testing/README
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
new file mode 100644
index 0000000..1f97023
--- /dev/null
+++ b/MANIFEST.SKIP
@@ -0,0 +1,12 @@
+# Regex of files and directories we don't want included in manifest
+# git version control directory
+\B\.git\b
+
+# Debian directory
+^debian/
+
+# Makemaker generated files and dirs.
+^MANIFEST\.bak
+^Makefile$
+^blib/
+^MakeMaker-\d
diff --git a/debian/changelog b/debian/changelog
index 960b16b..60b0cf7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ debpool (0.4.0) experimental; urgency=low
* Created a new module to handle file parsing (NOT YET COMPLETE).
* Minor code cleanup.
+ * Add target in debian/rules to generate the MANIFEST file.
- -- Andres Mejia <mcitadel at gmail.com> Fri, 24 Oct 2008 03:26:34 -0400
+ -- Andres Mejia <mcitadel at gmail.com> Fri, 24 Oct 2008 12:15:30 -0400
debpool (0.3.10) experimental; urgency=low
diff --git a/debian/rules b/debian/rules
index 00e90d7..99aadd9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,4 +78,11 @@ binary-indep: build install
dh_builddeb
binary: binary-indep binary-arch
+
+# Add a target to rewrite the manifest file
+rewrite-manifest: clean
+ $(PERL) Makefile.PL INSTALLDIRS=vendor \
+ VERSION=$(DEBPOOL_VERSION)
+ $(MAKE) manifest
+
.PHONY: build clean binary-indep binary-arch binary install
--
Debpool Project Repository
More information about the Debpool-commits
mailing list