[med-svn] [circos] 06/10: Adapt patches and fix pod syntax
Andreas Tille
tille at debian.org
Fri May 20 12:57:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to tag debian/0.69.2+dfsg-1
in repository circos.
commit bd9b7941f50e3343c7e47028e71ef0a7b6d3c0c6
Author: Andreas Tille <tille at debian.org>
Date: Fri May 20 14:24:29 2016 +0200
Adapt patches and fix pod syntax
---
debian/changelog | 1 +
debian/patches/debianpackaging | 11 -----------
debian/patches/fix_manpage | 4 ++--
debian/patches/fix_pod_syntax.patch | 17 +++++++++++++++++
debian/patches/series | 2 +-
5 files changed, 21 insertions(+), 14 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3be2449..8a15f13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ circos (0.69.2+dfsg-1) UNRELEASED; urgency=medium
* Move packaging from SVN to Git
* cme fix dpkg-control
* Remove unneeded binaries from upstream source
+ * Fix pod syntax
-- Andreas Tille <tille at debian.org> Fri, 20 May 2016 13:52:00 +0200
diff --git a/debian/patches/debianpackaging b/debian/patches/debianpackaging
deleted file mode 100644
index 6c5f77b..0000000
--- a/debian/patches/debianpackaging
+++ /dev/null
@@ -1,11 +0,0 @@
-Description: Update env path
-Author: Olivier Sallou <olivier.sallou at irisa.fr>
-Last-Update: 2011-08-01
---- a/bin/circos
-+++ b/bin/circos
-@@ -1,4 +1,4 @@
--#!/bin/env perl
-+#!/usr/bin/env perl
-
- =pod
-
diff --git a/debian/patches/fix_manpage b/debian/patches/fix_manpage
index be027e4..6404cb8 100644
--- a/debian/patches/fix_manpage
+++ b/debian/patches/fix_manpage
@@ -5,7 +5,7 @@ Last-Updated: 2013-05-20
Forwarded: No
--- a/lib/Circos.pm
+++ b/lib/Circos.pm
-@@ -7,7 +7,7 @@
+@@ -7,7 +7,7 @@ our $VERSION_DATE = "6 Dec 2015";
=head1 NAME
@@ -14,7 +14,7 @@ Forwarded: No
=head1 SYNOPSIS
-@@ -7175,7 +7175,7 @@
+@@ -7175,7 +7175,7 @@ L<http://www.circos.ca/documentation/cou
=over
diff --git a/debian/patches/fix_pod_syntax.patch b/debian/patches/fix_pod_syntax.patch
new file mode 100644
index 0000000..b6292d8
--- /dev/null
+++ b/debian/patches/fix_pod_syntax.patch
@@ -0,0 +1,17 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Fri, 20 May 2016 13:25:54 +0200
+Description: Add missing over which should fix
+ =back without =over
+ when creating manpages
+
+--- a/bin/circos
++++ b/bin/circos
+@@ -464,6 +464,8 @@ For example, to keep the background whit
+
+ =head1 DOCUMENTATION
+
++=over
++
+ For full documentation, see
+
+ L<http://www.circos.ca/documentation/tutorials>
diff --git a/debian/patches/series b/debian/patches/series
index 5efbfa3..b20ab3b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,5 @@
use_ttf_fonts
-debianpackaging
configpath_add_etc
fix_examples
fix_manpage
+fix_pod_syntax.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/circos.git
More information about the debian-med-commit
mailing list