Author: osallou-guest
Date: 2013-05-20 07:28:27 +0000 (Mon, 20 May 2013)
New Revision: 13671

Added:
   trunk/packages/circos/tags/0.64-1/
   trunk/packages/circos/tags/0.64-1/debian/changelog
   trunk/packages/circos/tags/0.64-1/debian/patches/configpath_add_etc
   trunk/packages/circos/tags/0.64-1/debian/patches/fix_manpage
   trunk/packages/circos/tags/0.64-1/debian/patches/series
Removed:
   trunk/packages/circos/tags/0.64-1/debian/changelog
   trunk/packages/circos/tags/0.64-1/debian/patches/configpath_add_etc
   trunk/packages/circos/tags/0.64-1/debian/patches/series
Log:
[svn-buildpackage] Tagging circos 0.64-1

Deleted: trunk/packages/circos/tags/0.64-1/debian/changelog
===================================================================
--- trunk/packages/circos/trunk/debian/changelog        2013-05-20 00:18:19 UTC 
(rev 13669)
+++ trunk/packages/circos/tags/0.64-1/debian/changelog  2013-05-20 07:28:27 UTC 
(rev 13671)
@@ -1,47 +0,0 @@
-circos (0.62.1-1) unstable; urgency=low
-
-  * New upstream release 
-
- -- Olivier Sallou <[email protected]>  Fri, 21 Sep 2012 17:00:12 +0200
-
-circos (0.61-3) unstable; urgency=low
-
-  * debian/control: add missing dependency (Closes: #684977). 
-
- -- Olivier Sallou <[email protected]>  Wed, 15 Aug 2012 12:46:11 +0200
-
-circos (0.61-2) unstable; urgency=low
-
-  [ Olivier Sallou ]
-  * debian/control:
-    - Update description (Closes: #682802).
-    - Rename otf-symbols-circos to fonts-circos-symbols to fit the Font
-     Packages Naming Policy.
-    - Move to Standards 3.9.3
-
- -- Olivier Sallou <[email protected]>  Thu, 14 Jun 2012 13:46:15 +0200
-
-circos (0.61-1) unstable; urgency=low
-
-  [ Olivier Sallou ]
-  * New upstream release
-
-  [ Charles Plessy ]
-  * renamed debian/upstream-metadata.yaml to debian/upstream
-
-  [ Andreas Tille ]
-  * debian/upstream: enhanced citation information 
-
- -- Olivier Sallou <[email protected]>  Thu, 14 Jun 2012 12:56:33 +0200
-
-circos (0.55-2) unstable; urgency=low
-
-  * Add pre-depends on dpkg to support xz compression (required for Ubuntu) 
-
- -- Olivier Sallou <[email protected]>  Wed, 19 Oct 2011 14:16:18 +0200
-
-circos (0.55-1) unstable; urgency=low
-
-  * First debian import (Closes: #632174) 
-
- -- Olivier Sallou <[email protected]>  Wed, 29 Jun 2011 12:04:57 +0200

Copied: trunk/packages/circos/tags/0.64-1/debian/changelog (from rev 13670, 
trunk/packages/circos/trunk/debian/changelog)
===================================================================
--- trunk/packages/circos/tags/0.64-1/debian/changelog                          
(rev 0)
+++ trunk/packages/circos/tags/0.64-1/debian/changelog  2013-05-20 07:28:27 UTC 
(rev 13671)
@@ -0,0 +1,53 @@
+circos (0.64-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Olivier Sallou <[email protected]>  Mon, 20 May 2013 09:01:27 +0200
+
+circos (0.62.1-1) unstable; urgency=low
+
+  * New upstream release 
+
+ -- Olivier Sallou <[email protected]>  Fri, 21 Sep 2012 17:00:12 +0200
+
+circos (0.61-3) unstable; urgency=low
+
+  * debian/control: add missing dependency (Closes: #684977). 
+
+ -- Olivier Sallou <[email protected]>  Wed, 15 Aug 2012 12:46:11 +0200
+
+circos (0.61-2) unstable; urgency=low
+
+  [ Olivier Sallou ]
+  * debian/control:
+    - Update description (Closes: #682802).
+    - Rename otf-symbols-circos to fonts-circos-symbols to fit the Font
+     Packages Naming Policy.
+    - Move to Standards 3.9.3
+
+ -- Olivier Sallou <[email protected]>  Thu, 14 Jun 2012 13:46:15 +0200
+
+circos (0.61-1) unstable; urgency=low
+
+  [ Olivier Sallou ]
+  * New upstream release
+
+  [ Charles Plessy ]
+  * renamed debian/upstream-metadata.yaml to debian/upstream
+
+  [ Andreas Tille ]
+  * debian/upstream: enhanced citation information 
+
+ -- Olivier Sallou <[email protected]>  Thu, 14 Jun 2012 12:56:33 +0200
+
+circos (0.55-2) unstable; urgency=low
+
+  * Add pre-depends on dpkg to support xz compression (required for Ubuntu) 
+
+ -- Olivier Sallou <[email protected]>  Wed, 19 Oct 2011 14:16:18 +0200
+
+circos (0.55-1) unstable; urgency=low
+
+  * First debian import (Closes: #632174) 
+
+ -- Olivier Sallou <[email protected]>  Wed, 29 Jun 2011 12:04:57 +0200

Deleted: trunk/packages/circos/tags/0.64-1/debian/patches/configpath_add_etc
===================================================================
--- trunk/packages/circos/trunk/debian/patches/configpath_add_etc       
2013-05-20 00:18:19 UTC (rev 13669)
+++ trunk/packages/circos/tags/0.64-1/debian/patches/configpath_add_etc 
2013-05-20 07:28:27 UTC (rev 13671)
@@ -1,33 +0,0 @@
-Description: Add Debian directories in search path
-Author: Olivier Sallou <[email protected]> 
-Last-Update: 2012-09-21
-Forwarded: not-needed
---- a/lib/Circos/Configuration.pm
-+++ b/lib/Circos/Configuration.pm
-@@ -591,6 +591,7 @@
-   }
-   
-   my @configpath = (
-+                                                                              
"/etc/circos",
-                                                                               
dirname($file),
-                                                                               
dirname($file)."/etc",
-                                                                               
"$FindBin::RealBin/etc", 
---- a/lib/Circos/Utils.pm
-+++ b/lib/Circos/Utils.pm
-@@ -430,7 +430,7 @@
-       }
- 
-       # look for the file in various directories
--      my @dir_1 = (getcwd,$FindBin::RealBin);
-+      my @dir_1 = (getcwd,$FindBin::RealBin,"/usr/share/circos");
-       my @dir_2 = qw(. .. ../.. ../../..);
-       my @dir_3 = qw(. etc data);
-       
---- a/etc/makehuesteps
-+++ b/etc/makehuesteps
-@@ -1,4 +1,4 @@
--#!/bin/env perl 
-+#!/usr/bin/env perl 
- 
- use strict;
- use Math::Round qw(round);

Copied: trunk/packages/circos/tags/0.64-1/debian/patches/configpath_add_etc 
(from rev 13670, trunk/packages/circos/trunk/debian/patches/configpath_add_etc)
===================================================================
--- trunk/packages/circos/tags/0.64-1/debian/patches/configpath_add_etc         
                (rev 0)
+++ trunk/packages/circos/tags/0.64-1/debian/patches/configpath_add_etc 
2013-05-20 07:28:27 UTC (rev 13671)
@@ -0,0 +1,33 @@
+Description: Add Debian directories in search path
+Author: Olivier Sallou <[email protected]> 
+Last-Update: 2012-09-21
+Forwarded: not-needed
+--- a/lib/Circos/Configuration.pm
++++ b/lib/Circos/Configuration.pm
+@@ -693,6 +693,7 @@
+   }
+ 
+   my @configpath = (
++                                                                              
"/etc/circos",
+                                                                               
dirname($file),
+                                                                               
dirname($file)."/etc",
+                                                                               
"$FindBin::RealBin/etc", 
+--- a/etc/makehuesteps
++++ b/etc/makehuesteps
+@@ -1,4 +1,4 @@
+-#!/bin/env perl 
++#!/usr/bin/env perl 
+ 
+ use strict;
+ use Math::Round qw(round);
+--- a/lib/Circos/Utils.pm
++++ b/lib/Circos/Utils.pm
+@@ -441,7 +441,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");
+       my @dir_2 = qw(. .. ../.. ../../..);
+       my @dir_3 = qw(. etc data);
+ 

Copied: trunk/packages/circos/tags/0.64-1/debian/patches/fix_manpage (from rev 
13670, trunk/packages/circos/trunk/debian/patches/fix_manpage)
===================================================================
--- trunk/packages/circos/tags/0.64-1/debian/patches/fix_manpage                
                (rev 0)
+++ trunk/packages/circos/tags/0.64-1/debian/patches/fix_manpage        
2013-05-20 07:28:27 UTC (rev 13671)
@@ -0,0 +1,25 @@
+Subject: fix errors from pod2man result
+Description: Perl file used as source for man page contains errors.
+Author: Olivier Sallou <[email protected]>
+Last-Updated: 2013-05-20
+Forwarded: No
+--- a/lib/Circos.pm
++++ b/lib/Circos.pm
+@@ -7,7 +7,7 @@
+ 
+ =head1 NAME
+ 
+-Circos - Circular data visualizations for comparison of genomes, among other 
things
++Circos  \- Circular data visualizations for comparison of genomes, among 
other things
+ 
+ =head1 SYNOPSIS
+ 
+@@ -6736,7 +6736,7 @@
+ 
+ =over
+ 
+-item * Hive plots 
++=item * Hive plots 
+ 
+ L<http://www.hiveplot.com>
+ 

Deleted: trunk/packages/circos/tags/0.64-1/debian/patches/series
===================================================================
--- trunk/packages/circos/trunk/debian/patches/series   2013-05-20 00:18:19 UTC 
(rev 13669)
+++ trunk/packages/circos/tags/0.64-1/debian/patches/series     2013-05-20 
07:28:27 UTC (rev 13671)
@@ -1,4 +0,0 @@
-use_ttf_fonts
-debianpackaging
-configpath_add_etc
-fix_examples

Copied: trunk/packages/circos/tags/0.64-1/debian/patches/series (from rev 
13670, trunk/packages/circos/trunk/debian/patches/series)
===================================================================
--- trunk/packages/circos/tags/0.64-1/debian/patches/series                     
        (rev 0)
+++ trunk/packages/circos/tags/0.64-1/debian/patches/series     2013-05-20 
07:28:27 UTC (rev 13671)
@@ -0,0 +1,5 @@
+use_ttf_fonts
+debianpackaging
+configpath_add_etc
+fix_examples
+fix_manpage


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to