[Pkg-privacy-commits] [msva-perl] 76/356: updating git packaging info

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:41:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository msva-perl.

commit b6eca477d231ea3e56606cc92e2417684bbbe17c
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Tue Mar 9 00:00:32 2010 -0500

    updating git packaging info
---
 .gitattributes |  2 ++
 .gitignore     |  1 +
 Makefile       | 14 ++++++++++----
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..d116b0f
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+.git* export-ignore
+notes_from_whiteboard.txt export-ignore
diff --git a/.gitignore b/.gitignore
index b25c15b..e99aca2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 *~
+msva-perl.1
diff --git a/Makefile b/Makefile
index 3de8e7a..aad3464 100644
--- a/Makefile
+++ b/Makefile
@@ -7,12 +7,18 @@
 
 VERSION=`dpkg-parsechangelog -lChangelog | grep ^Version: | cut -f2 -d\ `
 
-../msva-perl_$(VERSION).orig.tar.gz: msva-perl msva.protocol.README COPYING
-	git archive --format tar -o $@ --prefix=msva-perl-$(VERSION)/ $<
+all: msva-perl.1
 
-tarball: ../msva-perl_$(VERSION).orig.tar.gz
+msva-perl.1: msva-perl
+	pod2man msva-perl msva-perl.1
+
+tarball: msva-perl msva.protocol.README COPYING
+	git archive --format tar --prefix=msva-perl-$(VERSION)/ HEAD | gzip -n -9 > ../msva-perl_$(VERSION).orig.tar.gz
 
 debian-package: tarball
 	git buildpackage -uc -us
 
-.PHONY: tarball debian-package
+clean: 
+	rm -f msva-perl.1
+
+.PHONY: tarball debian-package all clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/msva-perl.git



More information about the Pkg-privacy-commits mailing list