[med-svn] r7333 - trunk/packages/circos-tools/trunk/debian

olivier sallou osallou-guest at alioth.debian.org
Tue Jul 26 10:58:56 UTC 2011


Author: osallou-guest
Date: 2011-07-26 10:58:56 +0000 (Tue, 26 Jul 2011)
New Revision: 7333

Added:
   trunk/packages/circos-tools/trunk/debian/get-orig-source
Removed:
   trunk/packages/circos-tools/trunk/debian/README.source
Modified:
   trunk/packages/circos-tools/trunk/debian/changelog
   trunk/packages/circos-tools/trunk/debian/control
   trunk/packages/circos-tools/trunk/debian/rules
   trunk/packages/circos-tools/trunk/debian/watch
Log:
Add circos-tools as independant package with new upstream packages

Deleted: trunk/packages/circos-tools/trunk/debian/README.source
===================================================================
--- trunk/packages/circos-tools/trunk/debian/README.source	2011-07-26 03:07:36 UTC (rev 7332)
+++ trunk/packages/circos-tools/trunk/debian/README.source	2011-07-26 10:58:56 UTC (rev 7333)
@@ -1,7 +0,0 @@
-circos for Debian
------------------
-
-Remote upstream files (tar.gz) are delivered as full package when name xxx-dd.tar.gz, but patches named xxx-dd-pp.tar.gz contains only modified files. As such, watch/uscan cannot be used for automated update of upstream code. Major delviery should be downloaded, then latest patch should overwrite files.
-
-
-

Modified: trunk/packages/circos-tools/trunk/debian/changelog
===================================================================
--- trunk/packages/circos-tools/trunk/debian/changelog	2011-07-26 03:07:36 UTC (rev 7332)
+++ trunk/packages/circos-tools/trunk/debian/changelog	2011-07-26 10:58:56 UTC (rev 7333)
@@ -1,4 +1,4 @@
-circos-tools (0.15.1-1) unstable; urgency=low
+circos-tools (0.16-1) unstable; urgency=low
 
   * First debian import (Closes: #632174) 
 

Modified: trunk/packages/circos-tools/trunk/debian/control
===================================================================
--- trunk/packages/circos-tools/trunk/debian/control	2011-07-26 03:07:36 UTC (rev 7332)
+++ trunk/packages/circos-tools/trunk/debian/control	2011-07-26 10:58:56 UTC (rev 7333)
@@ -14,4 +14,8 @@
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, circos (>= 0.54-1)
 Description: Helper tools for Circos
- Helper tools designed to aid you in processing your data
+ Circos visualizes data in a circular layout — this makes Circos
+ ideal for exploring relationships between objects or positions.
+ .
+ This package contains helper tools designed to aid you in 
+ processing your data

Added: trunk/packages/circos-tools/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/circos-tools/trunk/debian/get-orig-source	                        (rev 0)
+++ trunk/packages/circos-tools/trunk/debian/get-orig-source	2011-07-26 10:58:56 UTC (rev 7333)
@@ -0,0 +1,15 @@
+#!/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.tgz"
+mv ../${PKG}-${VERSION}.tgz  ../tarballs/${UTAR}
+


Property changes on: trunk/packages/circos-tools/trunk/debian/get-orig-source
___________________________________________________________________
Added: svn:executable
   + *

Modified: trunk/packages/circos-tools/trunk/debian/rules
===================================================================
--- trunk/packages/circos-tools/trunk/debian/rules	2011-07-26 03:07:36 UTC (rev 7332)
+++ trunk/packages/circos-tools/trunk/debian/rules	2011-07-26 10:58:56 UTC (rev 7333)
@@ -21,3 +21,5 @@
 	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

Modified: trunk/packages/circos-tools/trunk/debian/watch
===================================================================
--- trunk/packages/circos-tools/trunk/debian/watch	2011-07-26 03:07:36 UTC (rev 7332)
+++ trunk/packages/circos-tools/trunk/debian/watch	2011-07-26 10:58:56 UTC (rev 7333)
@@ -1,2 +1,2 @@
 version=3
-http://circos.ca/distribution/circos-tools-(.*).tar.gz
+http://circos.ca/software/download .*/distribution/circos-tools-([-.\d]*)\.tgz debian uupdate




More information about the debian-med-commit mailing list