[libparse-win32registry-perl] 07/18: 0.51-1:

Hilko Bengen bengen at moszumanska.debian.org
Sat Aug 8 12:14:41 UTC 2015


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

bengen pushed a commit to branch master
in repository libparse-win32registry-perl.

commit a2c46bef3d8f1277bd9554a7d44d55c4435c4953
Author: Hilko Bengen <bengen at debian.org>
Date:   Thu Dec 3 10:46:32 2009 +0100

    0.51-1:
    
    No longer build  parse-win32registry-utils; scripts are in examples directory.
---
 .gitignore                                 | 11 +++++++++++
 debian/changelog                           | 11 +++++++++++
 debian/control                             |  9 +--------
 debian/libparse-win32registry-perl.install |  1 -
 debian/parse-win32registry-utils.install   |  2 --
 debian/rules                               | 13 +++++--------
 6 files changed, 28 insertions(+), 19 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c0bf15e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+*~
+
+/Makefile
+/blib
+/build-stamp
+/install-stamp
+/pm_to_blib
+
+/debian/*.debhelper.log
+/debian/libparse-win32registry-perl/
+/debian/tmp/
diff --git a/debian/changelog b/debian/changelog
index b104a62..0c6f07d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+libparse-win32registry-perl (0.51-1) unstable; urgency=low
+
+  * New upstream version (Closes: #551739)
+  * Scripts that were previously part of the parse-win32registry-utils
+    package fit just as well into an examples directory. This resolves the
+    file name conflicts with Samba's registry-tools. (Closes: #546562) On
+    the other hand, we no longer need to declare dependencies for those
+    scripts. (Closes: #551755, #551737)
+
+ -- Hilko Bengen <bengen at debian.org>  Thu, 03 Dec 2009 10:15:33 +0100
+
 libparse-win32registry-perl (0.50-1) unstable; urgency=low
 
   * New upstream version, first upload to Debian archive. Closes: #538406
diff --git a/debian/control b/debian/control
index 4e75e7f..8e84296 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Homepage: http://search.cpan.org/dist/Parse-Win32Registry/
 Package: libparse-win32registry-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
-Suggests: parse-win32registry-utils
+Suggests: libgtk2-perl
 Description: Perl module for parsing Windows registry files
  Parse::Win32Registry is a module for parsing Windows Registry files, allowing
  you to read the keys and values of a registry file without going through the
@@ -23,10 +23,3 @@ Description: Perl module for parsing Windows registry files
  It supports both Windows NT registry files (Windows NT, 2000, XP, 2003,
  Vista) and Windows 95 registry files (Windows 95, 98, and Millennium
  Edition).
-
-Package: parse-win32registry-utils
-Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libgtk2-perl
-Description: Examples for Parse::Win32Registry
- This package contains several utilities that use the Parse::Win32Registry
- module.
diff --git a/debian/libparse-win32registry-perl.install b/debian/libparse-win32registry-perl.install
index 6afdafa..1615f0b 100644
--- a/debian/libparse-win32registry-perl.install
+++ b/debian/libparse-win32registry-perl.install
@@ -1,3 +1,2 @@
 usr/share/perl5
 usr/share/man/man3
-
diff --git a/debian/parse-win32registry-utils.install b/debian/parse-win32registry-utils.install
deleted file mode 100644
index 1e73b78..0000000
--- a/debian/parse-win32registry-utils.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/bin/*
-usr/share/man/man1
diff --git a/debian/rules b/debian/rules
index 8b24f19..9a34ab3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@
 export PERL_MM_USE_DEFAULT=1
 
 PERL   ?= /usr/bin/perl
-#PACKAGE = $(shell dh_listpackages)
+PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/tmp
 
 build: build-stamp
@@ -43,12 +43,9 @@ install-stamp: build-stamp
 		rmdir --ignore-fail-on-non-empty --parents --verbose \
 		$(TMP)/usr/lib/perl5
 
-	cd $(TMP)/usr/bin && find -name \*.pl | \
-		xargs -i basename {} .pl | \
-		xargs -i mv {}.pl {}
-	cd $(TMP)/usr/share/man/man1 && find -name \*.pl.1p | \
-		xargs -i basename {} .pl.1p | \
-		xargs -i mv {}.pl.1p {}.1p
+	dh_installexamples bin/*.pl
+	chmod 755 $(CURDIR)/debian/${PACKAGE}/usr/share/doc/${PACKAGE}/examples/*.pl
+
 	dh_install --sourcedir=debian/tmp --autodest
 	touch $@
 
@@ -61,7 +58,7 @@ binary-indep: build install
 	dh_installdocs
 	dh_installchangelogs Changes
 	dh_perl
-	dh_compress
+	dh_compress -X.pl
 	dh_fixperms
 	dh_installdeb
 	dh_gencontrol

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



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