From cfcce29c348adec17bc6143a912c6a3433a7158b Mon Sep 17 00:00:00 2001 From: Dinko Korunic Date: Wed, 27 Apr 2011 18:07:22 +0200 Subject: [PATCH] - update paketa za Squeeze - lintian fixevi, changelog, itd.. --- README.CARNet | 2 +- changelog.CARNet | 1 - debian/changelog | 14 +++++++++++ debian/compat | 2 +- debian/control | 6 ++--- debian/copyright | 7 ++++++ debian/docs | 1 - debian/rules | 74 ++---------------------------------------------------- 8 files changed, 28 insertions(+), 79 deletions(-) delete mode 120000 changelog.CARNet create mode 100644 debian/copyright diff --git a/README.CARNet b/README.CARNet index 900cfe3..5ee9795 100644 --- a/README.CARNet +++ b/README.CARNet @@ -4,4 +4,4 @@ iptables-cn Ovaj paket donosi System V init skriptu za iptables paket, kao i set nekih prirucnih primjera za koristenje Netfilter paketa. - -- Dinko Korunic at Tue, 14 Apr 2009 19:31:51 +0200 + -- Dinko Korunic Wed, 27 Apr 2011 17:51:45 +0200 diff --git a/changelog.CARNet b/changelog.CARNet deleted file mode 120000 index 194579e..0000000 --- a/changelog.CARNet +++ /dev/null @@ -1 +0,0 @@ -changelog.Debian \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 116b716..01c62e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +iptables-cn (2:1.4.8) stable; urgency=low + + * update paketa za Squeeze + * lintian fixevi, promjena u native version, copyright.. + + -- Dinko Korunic Wed, 27 Apr 2011 18:06:41 +0200 + +iptables-cn (2:1.4.7) stable; urgency=low + + * update paketa za Squeeze + * lintian fixevi, promjena u native version, copyright.. + + -- Dinko Korunic Tue, 26 Apr 2011 18:06:41 +0200 + iptables-cn (2:1.4.2-1) stable; urgency=low * Upgrade paketa za Lenny diff --git a/debian/compat b/debian/compat index b8626c4..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +7 diff --git a/debian/control b/debian/control index c825e99..6423cc6 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,12 @@ Source: iptables-cn Section: net Priority: optional Maintainer: Dinko Korunic -Build-Depends: debhelper (>= 4) -Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 7) +Standards-Version: 3.9.1 Package: iptables-cn Architecture: all -Depends: iptables (>= 1.4.2-6) +Depends: iptables (>= 1.4.8-3), ${misc:Depends} Conflicts: iptables-cn (<< 2:1.2.11-4) Description: Linux kernel 2.4+ iptables administration tools netfilter and iptables provide a Linux kernel framework for diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..5350ae7 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,7 @@ +Copyright 2011 CARNet + +You are free to distribute this software package under the terms of the +GNU General Public License. + +On Debian systems, the complete text of the GNU General Public +License can be found in the file /usr/share/common-licenses/GPL. diff --git a/debian/docs b/debian/docs index ef5ce6c..8f6e250 100644 --- a/debian/docs +++ b/debian/docs @@ -1,2 +1 @@ -changelog.CARNet README.CARNet diff --git a/debian/rules b/debian/rules index fed7a36..cbe925d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,73 +1,3 @@ #!/usr/bin/make -f -# Sample debian/rules that uses debhelper. -# This file is public domain software, originally written by Joey Hess. -# -# This version is for packages that are architecture independent. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -build: build-stamp -build-stamp: - dh_testdir - - # Add here commands to compile the package. - #$(MAKE) - - touch build-stamp - -clean: - dh_testdir - dh_testroot - rm -f build-stamp - - # Add here commands to clean up after the build process. - #-$(MAKE) clean - #-$(MAKE) distclean - - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - # Add here commands to install the package into debian/. - #$(MAKE) prefix=`pwd`/debian/`dh_listpackages`/usr install - -# Build architecture-independent files here. -binary-indep: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_installexamples -# dh_installmenu -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installcatalogs -# dh_installpam -# dh_installmime - dh_installinit -- defaults 10 90 -# dh_installcron -# dh_installinfo -# dh_undocumented - dh_installman - dh_link - dh_compress - dh_fixperms -# dh_perl -# dh_python - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -# Build architecture-dependent files here. -binary-arch: build install -# We have nothing to do by default. - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +%: + dh $@ -- 1.7.10.4