[med-svn] r17822 - trunk/packages/saint/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Fri Aug 22 13:47:15 UTC 2014


Author: tille
Date: 2014-08-22 13:47:15 +0000 (Fri, 22 Aug 2014)
New Revision: 17822

Removed:
   trunk/packages/saint/trunk/debian/get-orig-source
Modified:
   trunk/packages/saint/trunk/debian/changelog
Log:
Remove get-orig-source script since uscan does an apropriate job


Modified: trunk/packages/saint/trunk/debian/changelog
===================================================================
--- trunk/packages/saint/trunk/debian/changelog	2014-08-22 13:45:38 UTC (rev 17821)
+++ trunk/packages/saint/trunk/debian/changelog	2014-08-22 13:47:15 UTC (rev 17822)
@@ -1,3 +1,9 @@
+saint (2.4.0+dfsg-2) UNRELEASED; urgency=medium
+
+  * debian/get-orig-source: removed
+
+ -- Andreas Tille <tille at debian.org>  Fri, 22 Aug 2014 15:46:18 +0200
+
 saint (2.4.0+dfsg-1) unstable; urgency=medium
 
   * New upstream version

Deleted: trunk/packages/saint/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/saint/trunk/debian/get-orig-source	2014-08-22 13:45:38 UTC (rev 17821)
+++ trunk/packages/saint/trunk/debian/get-orig-source	2014-08-22 13:47:15 UTC (rev 17822)
@@ -1,34 +0,0 @@
-#!/bin/sh
-# get source for SAINT because upstream archive is bloated by macosx specific
-# stuff which breaks dpkg-buildpackage
-# -> http://lists.debian.org/debian-qa/2012/04/msg00057.html
-
-set -e
-NAME=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
-UCNAME=`echo $NAME | tr [a-z] [A-Z]`
-
-if ! echo $@ | grep -q upstream-version ; then
-    VERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed 's/\([0-9\.]\+\)-[0-9]\+$/\1/'`
-else
-    VERSION=`echo $@ | sed "s?^.*--upstream-version \([0-9.]\+\) .*${UCNAME}.*?\1?"`
-    if echo "$VERSION" | grep -q "upstream-version" ; then
-        echo "Unable to parse version number"
-        exit
-    fi
-fi
-
-mkdir -p ../tarballs
-cd ../tarballs
-upstream="${UCNAME}_v${VERSION}"
-unzip -q ../${upstream}.zip
-rm -rf __MACOSX
-
-# once we are changing the tarball anyway we could fix some other nasty things
-# this will be suggested upstream for the future
-find ${upstream} -name .DS_Store -delete
-find ${upstream} -name "*~" -type f -delete
-find ${upstream} -name "*.c" -type f -exec chmod a-x \{\} \;
-find ${upstream} -name "*.h" -type f -exec chmod a-x \{\} \;
-
-GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -czf "$NAME"_"$VERSION"+dfsg.orig.tar.gz "${upstream}"
-rm -rf "$upstream"




More information about the debian-med-commit mailing list