r20565 - in /trunk/libiptables-parse-perl/debian: changelog control copyright rules watch
thialme-guest at users.alioth.debian.org
thialme-guest at users.alioth.debian.org
Sat May 31 18:48:33 UTC 2008
Author: thialme-guest
Date: Sat May 31 18:48:33 2008
New Revision: 20565
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20565
Log:
Updated debian files to stick to the perl templates and the Debian policy.
Modified:
trunk/libiptables-parse-perl/debian/changelog
trunk/libiptables-parse-perl/debian/control
trunk/libiptables-parse-perl/debian/copyright
trunk/libiptables-parse-perl/debian/rules
trunk/libiptables-parse-perl/debian/watch
Modified: trunk/libiptables-parse-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libiptables-parse-perl/debian/changelog?rev=20565&op=diff
==============================================================================
--- trunk/libiptables-parse-perl/debian/changelog (original)
+++ trunk/libiptables-parse-perl/debian/changelog Sat May 31 18:48:33 2008
@@ -1,12 +1,5 @@
libiptables-parse-perl (0.6-1) unstable; urgency=low
-
- * New upstream release with perl documentation.
-
- -- Franck Joncourt <franck.mail at dthconnex.com> Tue, 20 May 2008 22:45:32 +0200
-
-libiptables-parse-perl (0.5-1) unstable; urgency=low
* Initial release (Closes: #481973)
- -- Franck Joncourt <franck.mail at dthconnex.com> Sun, 20 Apr 2008 14:44:15 +0200
-
+ -- Franck Joncourt <franck.mail at dthconnex.com> Tue, 20 May 2008 22:45:32 +0200
Modified: trunk/libiptables-parse-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libiptables-parse-perl/debian/control?rev=20565&op=diff
==============================================================================
--- trunk/libiptables-parse-perl/debian/control (original)
+++ trunk/libiptables-parse-perl/debian/control Sat May 31 18:48:33 2008
@@ -1,23 +1,23 @@
Source: libiptables-parse-perl
Section: perl
Priority: optional
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.6.10-12)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Franck Joncourt <franck.mail at dthconnex.com>
-Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.6.10-12)
Standards-Version: 3.7.3
+Homepage: http://www.cipherdyne.com/modules/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libiptables-parse-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libiptables-parse-perl/
-HomePage: http://cipherdyne.org/modules/
Package: libiptables-parse-perl
Architecture: all
-Depends: ${perl:Depends}
-Description: Perl extension for parsing iptables firewall rulesets
- The "IPTables::Parse" package provides an interface to parse iptables rules
- on Linux systems through the direct execution of iptables commands, or from
- a file.
- .
- You can get the current policy applied to a table/chain, look for a specific
- user-defined chain, check for a default DROP policy, or know whether or not
- logging rules exist.
+Depends: ${perl:Depends}, ${misc:Depends}
+Conflicts: psad (<= 2.1.2-1)
+Replaces: psad (<= 2.1.2-1)
+Description: Perl extension for parsing iptables firewall rulesets
+ The IPTables::Parse package provides an interface to parse iptables
+ rules on Linux systems through the direct execution of iptables commands, or
+ from parsing a file that contains an iptables policy listing. You can get the
+ current policy applied to a table/chain, look for a specific user-defined chain,
+ check for a default DROP policy, or determing whether or not logging rules exist.
Modified: trunk/libiptables-parse-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libiptables-parse-perl/debian/copyright?rev=20565&op=diff
==============================================================================
--- trunk/libiptables-parse-perl/debian/copyright (original)
+++ trunk/libiptables-parse-perl/debian/copyright Sat May 31 18:48:33 2008
@@ -1,7 +1,7 @@
This package was debianized by Franck Joncourt <franck.mail at dthconnex.com> on
Sun, 20 Apr 2008 14:44:15 +0200.
-It was downloaded from http://www.cipherdyne.org
+It was downloaded from http://www.cipherdyne.com/modules/
Upstream Author:
@@ -9,13 +9,17 @@
Copyright:
- Copyright (C) by 2008 Michael B. Rash
+ Copyright (C) by 2005-2008 Michael B. Rash
License:
This library is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself, either Perl version 5.8.5 or,
- at your option, any later version of Perl 5 you may have available.
+ it under the same terms as Perl itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License. On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
Debian packaging is (C) 2008, Franck Joncourt <franck.mail at dthconnex.com> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+is licensed under the same terms as Perl itself.
Modified: trunk/libiptables-parse-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libiptables-parse-perl/debian/rules?rev=20565&op=diff
==============================================================================
--- trunk/libiptables-parse-perl/debian/rules (original)
+++ trunk/libiptables-parse-perl/debian/rules Sat May 31 18:48:33 2008
@@ -1,44 +1,56 @@
#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
PERL ?= /usr/bin/perl
PACKAGE = $(shell dh_listpackages)
-DESTDIR = $(CURDIR)/debian/$(PACKAGE)/
+TMP = $(CURDIR)/debian/$(PACKAGE)
build: build-stamp
-build-stamp:
+build-stamp:
dh_testdir
-
- $(PERL) Makefile.PL \
- PREFIX=$(DESTDIR)usr \
- INSTALLVENDORLIB=$(DESTDIR)usr/share/perl5
-
- $(MAKE)
+ # Add commands to compile the package here
+ $(PERL) Makefile.PL INSTALLDIRS=vendor
+ $(MAKE)
$(MAKE) test
-
touch $@
clean:
dh_testdir
dh_testroot
+ dh_clean build-stamp install-stamp
+ # Add commands to clean up after the build process here
[ ! -f Makefile ] || $(MAKE) realclean
- dh_clean build-stamp install-stamp
install: install-stamp
install-stamp: build-stamp
dh_testdir
dh_testroot
- dh_clean -k
- $(MAKE) install_vendor
+ dh_clean -k
+ # Add commands to install the package into $(TMP) here
+ $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+ [ ! -d $(TMP)/usr/lib/perl5 ] || \
+ rmdir --ignore-fail-on-non-empty --parents --verbose \
+ $(TMP)/usr/lib/perl5
touch $@
+
+binary-arch:
+# We have nothing to do here for an architecture-independent package
binary-indep: build install
dh_testdir
dh_testroot
+ dh_installdocs
dh_installchangelogs Changes
- dh_installdocs README
dh_perl
dh_compress
dh_fixperms
@@ -47,7 +59,5 @@
dh_md5sums
dh_builddeb
-binary-arch:
-
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install
Modified: trunk/libiptables-parse-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libiptables-parse-perl/debian/watch?rev=20565&op=diff
==============================================================================
--- trunk/libiptables-parse-perl/debian/watch (original)
+++ trunk/libiptables-parse-perl/debian/watch Sat May 31 18:48:33 2008
@@ -1,3 +1,3 @@
version=3
-http://www.cipherdyne.com/modules/IPTables-Parse-(.*)\.tar\.gz debian uupdate
+http://www.cipherdyne.com/modules/IPTables-Parse-(.*)\.tar\.gz
More information about the Pkg-perl-cvs-commits
mailing list