[med-svn] [Git][med-team/bioperl][master] 5 commits: Drop manual renaming and permission fixes which are not needed any more

Andreas Tille gitlab at salsa.debian.org
Tue Feb 5 21:21:22 GMT 2019


Andreas Tille pushed to branch master at Debian Med / bioperl


Commits:
340964b7 by Andreas Tille at 2019-02-05T21:02:16Z
Drop manual renaming and permission fixes which are not needed any more

- - - - -
37f1a03f by Andreas Tille at 2019-02-05T21:07:30Z
Do not try to install docs vanished in this version

- - - - -
f04055ea by Andreas Tille at 2019-02-05T21:15:47Z
Update copyright

- - - - -
a0b77964 by Andreas Tille at 2019-02-05T21:17:32Z
More fixes to Perl path in examples

- - - - -
b8c2a581 by Andreas Tille at 2019-02-05T21:20:38Z
Upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/copyright
- debian/docs
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,12 +1,15 @@
-bioperl (1.7.4-1) UNRELEASED; urgency=medium
+bioperl (1.7.4-1) unstable; urgency=medium
 
   * New upstream version
   * Drop broken uversionmangle from watch file
   * debhelper 12
   * Standards-Version: 4.3.0
   * Build-Depends: libyaml-perl, libtest-requiresinternet-perl
+  * Drop manual renaming and permission fixes which are not needed
+    any more
+  * More fixes to Perl path in examples
 
- -- Andreas Tille <tille at debian.org>  Tue, 05 Feb 2019 21:51:10 +0100
+ -- Andreas Tille <tille at debian.org>  Tue, 05 Feb 2019 22:17:53 +0100
 
 bioperl (1.7.2-3) unstable; urgency=medium
 


=====================================
debian/copyright
=====================================
@@ -148,56 +148,15 @@ Comment:
     the toolkit.
 URL: see http://www.bioperl.org/wiki/Licensing_BioPerl
 
-Files: t/lib/Error.pm
-Copyright: © 1997-8 Graham Barr <gbarr at ti.com>
-License: Perl
-
-Files: Bio/SeqIO/bsml.pm
-Copyright: © 2001 Charles Tilford <tilfordc at bms.com>
-License: LGPL-2.1+
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
- .
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- Lesser General Public License for more details.
- .
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-Comment: On Debian systems, the complete text of the GNU Lesser General Public
- License version 2.1 can be found in ‘/usr/share/common-licenses/LGPL-2.1’.
-
-Files: Bio/SeqIO/msout.pm Bio/SeqIO/mbsout.pm
-Copyright: Public Domain work
-License: public-domain
- This software/database is ``United States Government Work'' under the
- terms of the United States Copyright Act. It was written as part of
- the authors' official duties for the United States Government and thus
- cannot be copyrighted. This software/database is freely available to
- the public for use without a copyright notice. Restrictions cannot
- be placed on its present or future use.
- .
- Although all reasonable efforts have been taken to ensure the accuracy
- and reliability of the software and data, the National Human Genome
- Research Institute (NHGRI) and the U.S. Government does not and cannot
- warrant the performance or results that may be obtained by using this
- software or data.  NHGRI and the U.S. Government disclaims all
- warranties as to performance, merchantability or fitness for any
- particular purpose.
-
 Files: debian/*
 Copyright: © 1999 Stéphane Bortzmeyer <bortzmeyer at debian.org>
            © 2001 Dr. Guenter Bechly <gbechly at debian.org>
            © 2001 Adrian Bunk <bunk at fs.tum.de>
-           © 2001—2004 Matt Hope <dopey at debian.org>
-           © 2007—2011 Charles Plessy <charles-debian-nospam at plessy.org>
+           © 2001-2004 Matt Hope <dopey at debian.org>
+           © 2007-2011 Charles Plessy <charles-debian-nospam at plessy.org>
            © 2008 David Paleino <d.paleino at gmail.com>
            © 2008 Nelson A. de Oliveira <naoliv at debian.org>
-           © 2015-2017 Andreas Tille <tille at debian.org>
+           © 2015-2019 Andreas Tille <tille at debian.org>
 License: unclear
  The license under which is placed the work of the earlier contributors is
  unknown. The work of Charles Plessy can be treated as if it were public


=====================================
debian/docs
=====================================
@@ -1,4 +1,2 @@
 README.md 
-DEPRECATED
-BUGS
 AUTHORS


=====================================
debian/rules
=====================================
@@ -14,13 +14,6 @@ override_dh_clean:
 	dh_clean build-stamp install-stamp bioperl.conf biodatabases.pod \
 	biodesign.pod bioperl.pod bioscripts.pod
 
-override_dh_install:
-	dh_install
-	# prename is the rename utility written in perl usually available as /usr/bin/rename in Debian.
-	prename s/.pl$$// debian/bioperl/usr/bin/*pl
-	prename s/.pl.1p$$/.1p/ debian/bioperl/usr/share/man/man1/*1p
-	chmod 644 debian/libbio-perl-perl/usr/share/perl5/Bio/DB/HIV/lanl-schema.xml
-
 override_dh_installchangelogs:
 	dh_installchangelogs Changes
 
@@ -29,3 +22,6 @@ override_dh_installexamples:
 	for pl in `grep -Rl '#![[:space:]]*/usr/bin/env[[:space:]]\+perl' debian/*/usr/*` ; do \
 	    sed -i '1s?^#![[:space:]]*/usr/bin/env[[:space:]]\+perl?#!/usr/bin/perl?' $${pl} ; \
 	done
+	for pl in `grep -Rl '#![[:space:]]*/usr/local/bin/perl' debian/*/usr/*` ; do \
+	    sed -i '1s?^#![[:space:]]*/usr/local/bin/[[:space:]]*perl?#!/usr/bin/perl?' $${pl} ; \
+	done



View it on GitLab: https://salsa.debian.org/med-team/bioperl/compare/0a411c9df887845aa2d7d39ee88dd0f9f94b7352...b8c2a581f0c168cc3464967b3d0fa6f2ae925c53

-- 
View it on GitLab: https://salsa.debian.org/med-team/bioperl/compare/0a411c9df887845aa2d7d39ee88dd0f9f94b7352...b8c2a581f0c168cc3464967b3d0fa6f2ae925c53
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190205/108d2239/attachment-0001.html>


More information about the debian-med-commit mailing list