[Pkg-sks-commit] r82 - in sks/trunk/sks/debian: . debcfg

chrism at alioth.debian.org chrism at alioth.debian.org
Thu Jun 19 14:53:03 UTC 2008


Author: chrism
Date: 2008-06-19 14:53:02 +0000 (Thu, 19 Jun 2008)
New Revision: 82

Added:
   sks/trunk/sks/debian/debcfg/
   sks/trunk/sks/debian/debcfg/forward
   sks/trunk/sks/debian/debcfg/mailsync
   sks/trunk/sks/debian/debcfg/membership
   sks/trunk/sks/debian/debcfg/procmail
   sks/trunk/sks/debian/debcfg/sksconf
Removed:
   sks/trunk/sks/debian/sks-forward
   sks/trunk/sks/debian/sks-procmail
Modified:
   sks/trunk/sks/debian/rules
Log:
[project @ 83]
start with the configfile

Original author: fabbione
Date: 2003-12-09 16:58:41.789073+00:00

Copied: sks/trunk/sks/debian/debcfg/forward (from rev 81, sks/trunk/sks/debian/sks-forward)
===================================================================
--- sks/trunk/sks/debian/debcfg/forward	                        (rev 0)
+++ sks/trunk/sks/debian/debcfg/forward	2008-06-19 14:53:02 UTC (rev 82)
@@ -0,0 +1 @@
+"|exec /usr/bin/procmail"

Added: sks/trunk/sks/debian/debcfg/mailsync
===================================================================
--- sks/trunk/sks/debian/debcfg/mailsync	                        (rev 0)
+++ sks/trunk/sks/debian/debcfg/mailsync	2008-06-19 14:53:02 UTC (rev 82)
@@ -0,0 +1 @@
+pgp-public-keys at keyserver.kjsl.com

Added: sks/trunk/sks/debian/debcfg/membership
===================================================================

Copied: sks/trunk/sks/debian/debcfg/procmail (from rev 81, sks/trunk/sks/debian/sks-procmail)
===================================================================
--- sks/trunk/sks/debian/debcfg/procmail	                        (rev 0)
+++ sks/trunk/sks/debian/debcfg/procmail	2008-06-19 14:53:02 UTC (rev 82)
@@ -0,0 +1,3 @@
+:0
+* ^Subject: incremental
+| /usr/lib/sks/sks_add_mail /var/spool/sks

Added: sks/trunk/sks/debian/debcfg/sksconf
===================================================================

Modified: sks/trunk/sks/debian/rules
===================================================================
--- sks/trunk/sks/debian/rules	2008-06-19 14:52:47 UTC (rev 81)
+++ sks/trunk/sks/debian/rules	2008-06-19 14:53:02 UTC (rev 82)
@@ -36,10 +36,14 @@
 	dh_installman
 	dh_installchangelogs
 
+	# from upstream
 	install -m 755 $(BUILD_TREE)/sks debian/sks/usr/bin/sks
 	install -m 755 $(BUILD_TREE)/sks_add_mail debian/sks/usr/lib/sks/sks_add_mail
 	install -m 755 $(BUILD_TREE)/sks_build.sh debian/sks/usr/share/sks/sks_build.sh
 
+	# Debian specific
+	cp -a debian/debcfg/* debian/sks/etc/sks
+
 binary-arch: install
 	dh_testdir
 	dh_testroot

Deleted: sks/trunk/sks/debian/sks-forward
===================================================================
--- sks/trunk/sks/debian/sks-forward	2008-06-19 14:52:47 UTC (rev 81)
+++ sks/trunk/sks/debian/sks-forward	2008-06-19 14:53:02 UTC (rev 82)
@@ -1 +0,0 @@
-"|exec /usr/bin/procmail"

Deleted: sks/trunk/sks/debian/sks-procmail
===================================================================
--- sks/trunk/sks/debian/sks-procmail	2008-06-19 14:52:47 UTC (rev 81)
+++ sks/trunk/sks/debian/sks-procmail	2008-06-19 14:53:02 UTC (rev 82)
@@ -1,3 +0,0 @@
-:0
-* ^Subject: incremental
-| /usr/lib/sks/sks_add_mail /var/spool/sks




More information about the Pkg-sks-commit mailing list