[med-svn] r7360 - trunk/packages/circos-tools/trunk/debian
Charles Plessy
plessy at alioth.debian.org
Mon Aug 1 04:58:20 UTC 2011
Author: plessy
Date: 2011-08-01 04:58:19 +0000 (Mon, 01 Aug 2011)
New Revision: 7360
Removed:
trunk/packages/circos-tools/trunk/debian/get-orig-source
Modified:
trunk/packages/circos-tools/trunk/debian/rules
Log:
Using the pristine upstream sources, as downloaded by uscan directly.
Deleted: trunk/packages/circos-tools/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/circos-tools/trunk/debian/get-orig-source 2011-08-01 04:56:25 UTC (rev 7359)
+++ trunk/packages/circos-tools/trunk/debian/get-orig-source 2011-08-01 04:58:19 UTC (rev 7360)
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-set -e
-
-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 \([a-z0-9.]\+\),.*/\1/"`
-
-mkdir -p ../tarballs
-
-#UTAR="${PKG}_${VERSION}.orig.tar.gz"
-#mv ../${PKG}-${VERSION}.tgz ../tarballs/${UTAR}
-
Modified: trunk/packages/circos-tools/trunk/debian/rules
===================================================================
--- trunk/packages/circos-tools/trunk/debian/rules 2011-08-01 04:56:25 UTC (rev 7359)
+++ trunk/packages/circos-tools/trunk/debian/rules 2011-08-01 04:58:19 UTC (rev 7360)
@@ -20,6 +20,3 @@
find debian/circos-tools -type f | xargs sed -i 's/include svg/include \/usr\/share\/circos\/svg/g'
find debian/circos-tools -type f | xargs sed -i 's/include tiles/include \/usr\/share\/circos\/tiles/g'
find debian/circos-tools -type f | xargs sed -i 's/include data/include \/var\/lib\/circos\/data/g'
-
-get-orig-source:
- bash debian/get-orig-source
More information about the debian-med-commit
mailing list