[med-svn] r16841 - in trunk/packages/circos/trunk/debian: . patches

Olivier Sallou osallou at moszumanska.debian.org
Tue Apr 29 05:56:24 UTC 2014


Author: osallou
Date: 2014-04-29 05:56:24 +0000 (Tue, 29 Apr 2014)
New Revision: 16841

Modified:
   trunk/packages/circos/trunk/debian/changelog
   trunk/packages/circos/trunk/debian/control
   trunk/packages/circos/trunk/debian/patches/configpath_add_etc
   trunk/packages/circos/trunk/debian/patches/fix_manpage
Log:
new upstream release 0.66

Modified: trunk/packages/circos/trunk/debian/changelog
===================================================================
--- trunk/packages/circos/trunk/debian/changelog	2014-04-28 19:44:11 UTC (rev 16840)
+++ trunk/packages/circos/trunk/debian/changelog	2014-04-29 05:56:24 UTC (rev 16841)
@@ -1,3 +1,9 @@
+circos (0.66-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Olivier Sallou <osallou at debian.org>  Mon, 20 May 2013 09:28:28 +0200
+
 circos (0.64-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/packages/circos/trunk/debian/control
===================================================================
--- trunk/packages/circos/trunk/debian/control	2014-04-28 19:44:11 UTC (rev 16840)
+++ trunk/packages/circos/trunk/debian/control	2014-04-29 05:56:24 UTC (rev 16841)
@@ -3,12 +3,11 @@
 Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Olivier Sallou <osallou at debian.org>,
-DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 8.0.0)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.5
 Homepage: http://circos.ca/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/circos/trunk/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/circos/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/circos/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/circos/
 
 Package: circos
 Architecture: all

Modified: trunk/packages/circos/trunk/debian/patches/configpath_add_etc
===================================================================
--- trunk/packages/circos/trunk/debian/patches/configpath_add_etc	2014-04-28 19:44:11 UTC (rev 16840)
+++ trunk/packages/circos/trunk/debian/patches/configpath_add_etc	2014-04-29 05:56:24 UTC (rev 16841)
@@ -4,7 +4,7 @@
 Forwarded: not-needed
 --- a/lib/Circos/Configuration.pm
 +++ b/lib/Circos/Configuration.pm
-@@ -693,6 +693,7 @@
+@@ -707,6 +707,7 @@
    }
  
    my @configpath = (
@@ -22,9 +22,9 @@
  use Math::Round qw(round);
 --- a/lib/Circos/Utils.pm
 +++ b/lib/Circos/Utils.pm
-@@ -441,7 +441,7 @@
+@@ -498,7 +498,7 @@
+ 	}
  
- 	# look for the file in various directories
  	# v0.63 added configuration directory to dir_1
 -	my @dir_1 = grep($_,getcwd,Circos::Configuration::fetch_conf("configdir"),$FindBin::RealBin);
 +	my @dir_1 = grep($_,getcwd,Circos::Configuration::fetch_conf("configdir"),$FindBin::RealBin,"/usr/share/circos");

Modified: trunk/packages/circos/trunk/debian/patches/fix_manpage
===================================================================
--- trunk/packages/circos/trunk/debian/patches/fix_manpage	2014-04-28 19:44:11 UTC (rev 16840)
+++ trunk/packages/circos/trunk/debian/patches/fix_manpage	2014-04-29 05:56:24 UTC (rev 16841)
@@ -14,7 +14,7 @@
  
  =head1 SYNOPSIS
  
-@@ -6736,7 +6736,7 @@
+@@ -6879,7 +6879,7 @@
  
  =over
  




More information about the debian-med-commit mailing list