[Pkg-logwatch-general] r34 - in branches: . 7.2.1

Willi Mann willi-guest at costa.debian.org
Sat Mar 25 13:32:26 UTC 2006


Author: willi-guest
Date: 2006-03-25 13:32:25 +0000 (Sat, 25 Mar 2006)
New Revision: 34

Added:
   branches/7.2.1/
   branches/7.2.1/buildversion.sh
   branches/7.2.1/debian/
   branches/7.2.1/patches/
Removed:
   branches/7.2.1/buildversion.sh
   branches/7.2.1/debian/
   branches/7.2.1/patches/
Log:
Copy 7.2.1 to branches, trunk will now serve for 7.3


Copied: branches/7.2.1 (from rev 28, trunk)

Deleted: branches/7.2.1/buildversion.sh
===================================================================
--- trunk/buildversion.sh	2006-03-10 10:18:55 UTC (rev 28)
+++ branches/7.2.1/buildversion.sh	2006-03-25 13:32:25 UTC (rev 34)
@@ -1,30 +0,0 @@
-#!/bin/bash
-set -e
-
-VERSION=$1
-
-TARBALL=logwatch-$1.tar.gz
-BASEDIR=logwatch-$VERSION
-ORIGLINK=logwatch_$VERSION.orig.tar.gz
-
-if [ -d "$BASEDIR" ]; then
-	rm -fr $BASEDIR
-fi
-tar xzvf $TARBALL
-
-test -f $ORIGLINK || ln -s $TARBALL $ORIGLINK
-
-cp -av debian $BASEDIR
-
-#patch
-for i in patches/*.diff; do 
-	if [ -f "$i" ]; then
-		cd $BASEDIR
-		patch -p1 < ../$i
-		cd ..
-	fi
-done
-
-
-find $BASEDIR -type d -name ".svn" -print0 | xargs -0 rm -frv 
-	

Copied: branches/7.2.1/buildversion.sh (from rev 33, trunk/buildversion.sh)

Copied: branches/7.2.1/debian (from rev 33, trunk/debian)

Copied: branches/7.2.1/patches (from rev 33, trunk/patches)




More information about the Pkg-logwatch-general mailing list