[med-svn] r11281 - trunk/packages/maqview/trunk/debian

Andreas Tille tille at alioth.debian.org
Fri Jun 8 07:13:30 UTC 2012


Author: tille
Date: 2012-06-08 07:13:30 +0000 (Fri, 08 Jun 2012)
New Revision: 11281

Removed:
   trunk/packages/maqview/trunk/debian/get-orig-source
Log:
Temporarily remove to change executable flag


Deleted: trunk/packages/maqview/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/maqview/trunk/debian/get-orig-source	2012-06-08 07:08:57 UTC (rev 11280)
+++ trunk/packages/maqview/trunk/debian/get-orig-source	2012-06-08 07:13:30 UTC (rev 11281)
@@ -1,32 +0,0 @@
-#!/bin/sh
-# script to download and repack source package of maqview
-# It was intended to remove a copy of zlib which is not
-# a simple straightforeward because of use of internal features
-# Thus this script simply removes the .svn dir for the moment
-
-PKG=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
-VERSION=`uscan --verbose --force-download | \
-    grep "Newest version on remote site is .* local version is .*" | \
-    head -n 1 | \
-    sed "s/Newest version on remote site is \([-0-9.]\+\),.*/\1/"`
-
-mkdir -p ../tarballs
-cd ../tarballs
-
-UTAR="${PKG}-${VERSION}.tar.gz"
-mv ../${UTAR} .
-tar -xzf ${UTAR}
-
-cd $PKG
-# It is not possible to simply remove the zlib code because it was used
-# the wrong way using internal implementation features which are changed
-# in current zlib in Debian
-# rm -rf zutil.[ch] zlib.h zconf.h uncompr.c trees.[ch] inftrees.[ch] inflate.[ch] inffixed.h inffast.[ch] infback.c gzio.c deflate.[ch] crc32.[ch] compress.c adler32.c
-# remove useless SVN dir
-rm -rf .svn
-cd ..
-
-mv ${PKG} ${PKG}-${VERSION}
-
-GZIP="--best --no-name" tar -czf "$PKG"_"$VERSION".orig.tar.gz "${PKG}-${VERSION}"
-rm -rf "${PKG}-${VERSION}"




More information about the debian-med-commit mailing list