r20578 - in /trunk/libiptables-chainmgr-perl/debian: ./ changelog compat control copyright rules watch

thialme-guest at users.alioth.debian.org thialme-guest at users.alioth.debian.org
Sun Jun 1 13:12:08 UTC 2008


Author: thialme-guest
Date: Sun Jun  1 13:12:08 2008
New Revision: 20578

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20578
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libiptables-chainmgr-perl/debian/
    trunk/libiptables-chainmgr-perl/debian/changelog
    trunk/libiptables-chainmgr-perl/debian/compat
    trunk/libiptables-chainmgr-perl/debian/control
    trunk/libiptables-chainmgr-perl/debian/copyright
    trunk/libiptables-chainmgr-perl/debian/rules   (with props)
    trunk/libiptables-chainmgr-perl/debian/watch

Added: trunk/libiptables-chainmgr-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libiptables-chainmgr-perl/debian/changelog?rev=20578&op=file
==============================================================================
--- trunk/libiptables-chainmgr-perl/debian/changelog (added)
+++ trunk/libiptables-chainmgr-perl/debian/changelog Sun Jun  1 13:12:08 2008
@@ -1,0 +1,5 @@
+libiptables-chainmgr-perl (0.7-1) unstable; urgency=low
+
+  * Initial release (Closes: #481544) 
+
+ -- Franck Joncourt <franck.mail at dthconnex.com>  Sun, 18 May 2008 17:23:32 +0200

Added: trunk/libiptables-chainmgr-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libiptables-chainmgr-perl/debian/compat?rev=20578&op=file
==============================================================================
--- trunk/libiptables-chainmgr-perl/debian/compat (added)
+++ trunk/libiptables-chainmgr-perl/debian/compat Sun Jun  1 13:12:08 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libiptables-chainmgr-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libiptables-chainmgr-perl/debian/control?rev=20578&op=file
==============================================================================
--- trunk/libiptables-chainmgr-perl/debian/control (added)
+++ trunk/libiptables-chainmgr-perl/debian/control Sun Jun  1 13:12:08 2008
@@ -1,0 +1,26 @@
+Source: libiptables-chainmgr-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.6.10-12), , libiptables-parse-perl, libnetwork-ipv4addr-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Franck Joncourt <franck.mail at dthconnex.com>
+Standards-Version: 3.7.3
+Homepage: http://www.cipherdyne.com/modules/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libiptables-chainmgr-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libiptables-chainmgr-perl/
+
+Package: libiptables-chainmgr-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Conflicts: psad (<= 2.1.2-1)
+Replaces: psad (<= 2.1.2-1)
+Description: Perl extension for manipulating iptables policies
+ The "IPTables::ChainMgr" package provides an interface to manipulate iptables
+ policies on Linux systems through the direct execution of iptables commands.
+ .
+ Then, it is easy to execute iptables commands directly in order to both parse
+ and change the configuration of the policy. Further, this simplifies 
+ installation since the only external requirement is (in the spirit of 
+ scripting) to be able to point IPTables::ChainMgr at an installed iptables 
+ binary instead of having to compile against a library.

Added: trunk/libiptables-chainmgr-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libiptables-chainmgr-perl/debian/copyright?rev=20578&op=file
==============================================================================
--- trunk/libiptables-chainmgr-perl/debian/copyright (added)
+++ trunk/libiptables-chainmgr-perl/debian/copyright Sun Jun  1 13:12:08 2008
@@ -1,0 +1,25 @@
+This package was debianized by Franck Joncourt <franck.mail at dthconnex.com> on
+Sun, 30 Apr 2008 14:44:15 +0200.
+
+It was downloaded from http://www.cipherdyne.com/modules/
+
+Upstream Author: 
+
+    Michael B. Rash <mbr at cipherdyne.com>
+
+Copyright: 
+
+    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.
+
+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 same terms as Perl itself.
+

Added: trunk/libiptables-chainmgr-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libiptables-chainmgr-perl/debian/rules?rev=20578&op=file
==============================================================================
--- trunk/libiptables-chainmgr-perl/debian/rules (added)
+++ trunk/libiptables-chainmgr-perl/debian/rules Sun Jun  1 13:12:08 2008
@@ -1,0 +1,60 @@
+#!/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)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(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_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Propchange: trunk/libiptables-chainmgr-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libiptables-chainmgr-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libiptables-chainmgr-perl/debian/watch?rev=20578&op=file
==============================================================================
--- trunk/libiptables-chainmgr-perl/debian/watch (added)
+++ trunk/libiptables-chainmgr-perl/debian/watch Sun Jun  1 13:12:08 2008
@@ -1,0 +1,3 @@
+version=3
+
+http://www.cipherdyne.com/modules/IPTables-ChainMgr-(.*)\.tar\.gz




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