From: Dinko Korunic Date: Sat, 23 Apr 2011 19:00:58 +0000 (+0200) Subject: - lintian fixevi i prelazak na novodogovoreni stil.. X-Git-Tag: v3.3.2~3 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=commitdiff_plain;ds=sidebyside;h=9138873de72828cd814e906b0f25e3fc11850f30;hp=b53b2da9f6854a9e093c347247b5eeb0334be6ec;p=spamassassin-cn.git - lintian fixevi i prelazak na novodogovoreni stil.. --- 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/check_whitelist.1.gz b/check_whitelist.1.gz new file mode 100644 index 0000000..a947958 Binary files /dev/null and b/check_whitelist.1.gz differ diff --git a/debian/changelog b/debian/changelog index 73f7767..dbdacaa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -spamassassin-cn (2:3.3.1-1) stable; urgency=low +spamassassin-cn (2:3.3.1) stable; urgency=low * upgrade paketa za Debian Squeeze * prilagodba promjenama u amavisd-cn za Squeeze 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/install b/debian/install index e7b134e..85def8c 100644 --- a/debian/install +++ b/debian/install @@ -3,3 +3,4 @@ sa-keys.pgp etc/spamassassin 99_carnet.cf etc/spamassassin spamassassin-cn etc/logrotate.d check_whitelist usr/bin +check_whitelist.1.gz usr/share/man/man1 diff --git a/debian/rules b/debian/rules index 38c4f93..cbe925d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,74 +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_install -# dh_installmenu - dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installcatalogs -# dh_installpam -# dh_installmime -# dh_installinit - 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 $@