[med-svn] r14257 - trunk/packages/ampliconnoise/trunk/debian
Andreas Tille
tille at alioth.debian.org
Tue Jul 30 08:09:12 UTC 2013
Author: tille
Date: 2013-07-30 08:09:11 +0000 (Tue, 30 Jul 2013)
New Revision: 14257
Removed:
trunk/packages/ampliconnoise/trunk/debian/README.source
trunk/packages/ampliconnoise/trunk/debian/get-orig-source
Modified:
trunk/packages/ampliconnoise/trunk/debian/changelog
trunk/packages/ampliconnoise/trunk/debian/rules
Log:
Upstream tarball looks clean now - remove means to strip off files
Deleted: trunk/packages/ampliconnoise/trunk/debian/README.source
===================================================================
--- trunk/packages/ampliconnoise/trunk/debian/README.source 2013-07-30 07:47:01 UTC (rev 14256)
+++ trunk/packages/ampliconnoise/trunk/debian/README.source 2013-07-30 08:09:11 UTC (rev 14257)
@@ -1,17 +0,0 @@
-ampliconnoise for Debian
-------------------------
-
-<this file describes information about the source package, see Debian policy
-manual section 4.14. You WILL either need to modify or delete this file>
-
-This package uses quilt to manage all modifications to the upstream
-source. Changes are stored in the source package as diffs in
-debian/patches and applied during the build. Please see:
-
- /usr/share/doc/quilt/README.source
-
-for more information on how to apply the patches, modify patches, or
-remove a patch.
-
-
-
Modified: trunk/packages/ampliconnoise/trunk/debian/changelog
===================================================================
--- trunk/packages/ampliconnoise/trunk/debian/changelog 2013-07-30 07:47:01 UTC (rev 14256)
+++ trunk/packages/ampliconnoise/trunk/debian/changelog 2013-07-30 08:09:11 UTC (rev 14257)
@@ -3,6 +3,10 @@
* New upstream version uploaded to Debian
* debian/control
- cme fix dpkg-control
+ * debian/get-orig-source: Removed because upstream
+ stripped off their tarball
+ * debian/README.source: Removed because it became now
+ unneeded.
-- Andreas Tille <tille at debian.org> Tue, 30 Jul 2013 09:49:02 +0200
Deleted: trunk/packages/ampliconnoise/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/ampliconnoise/trunk/debian/get-orig-source 2013-07-30 07:47:01 UTC (rev 14256)
+++ trunk/packages/ampliconnoise/trunk/debian/get-orig-source 2013-07-30 08:09:11 UTC (rev 14257)
@@ -1,35 +0,0 @@
-#!/bin/sh
-# script to download and repack source package becsue of stray file in top level
-
-# bail out upon error
-set -e
-
-# extra verbosity
-# set -x
-
-origDir=../tarballs
-mkdir -p $origDir
-if [ -r .svn/deb-layout ]; then
- . .svn/deb-layout
-fi
-
-PKG=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
-VERSION=`uscan --verbose --force-download --destdir "$origDir" --no-symlink | \
- grep "Newest version on remote site is .* local version is .*" | \
- head -n 1 | \
- sed "s/Newest version on remote site is \([-0-9.]\+\),.*/\1/"`
-
-UPSTREAMNAME=AmpliconNoise
-if [ ! -d "$origDir" ]; then mkdir -p "$origDir" ; fi
-cd "$origDir"
-
-find . -name "${UPSTREAMNAME}V${VERSION}" -type d | xargs -r rm -r
-tar -xzf ${UPSTREAMNAME}V${VERSION}.tar.gz
-find ${UPSTREAMNAME}V${VERSION} -name .svn -type d | xargs -r rm -rf
-find ${UPSTREAMNAME}V${VERSION} -name '._*' -o -name '*~' | xargs -r rm -rf
-find . -name "ampliconnoise_*.orig.tar.gz" -type l | xargs -r rm
-
-GZIP="--best --no-name" tar -czf "$PKG"_"$VERSION".orig.tar.gz ${UPSTREAMNAME}V${VERSION}
-find . -name "${UPSTREAMNAME}V${VERSION}" -type d | xargs -r rm -r
-
-cp *.orig.tar.gz ..
Modified: trunk/packages/ampliconnoise/trunk/debian/rules
===================================================================
--- trunk/packages/ampliconnoise/trunk/debian/rules 2013-07-30 07:47:01 UTC (rev 14256)
+++ trunk/packages/ampliconnoise/trunk/debian/rules 2013-07-30 08:09:11 UTC (rev 14257)
@@ -35,6 +35,6 @@
ln -s ampliconnoise.1 debian/ampliconnoise/usr/share/man/man1/`basename "$$f"`.1 ; \
done )
-get-orig-source:
- . debian/get-orig-source
+#get-orig-source:
+# uscan --verbose --force-download --repack-compression xz
More information about the debian-med-commit
mailing list