[med-svn] r23629 - in trunk/packages/boxshade/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Wed Jan 18 08:41:15 UTC 2017


Author: tille
Date: 2017-01-18 08:41:14 +0000 (Wed, 18 Jan 2017)
New Revision: 23629

Added:
   trunk/packages/boxshade/trunk/debian/patches/spelling.patch
Modified:
   trunk/packages/boxshade/trunk/debian/changelog
   trunk/packages/boxshade/trunk/debian/compat
   trunk/packages/boxshade/trunk/debian/control
   trunk/packages/boxshade/trunk/debian/copyright
   trunk/packages/boxshade/trunk/debian/patches/series
   trunk/packages/boxshade/trunk/debian/rules
   trunk/packages/boxshade/trunk/debian/watch
Log:
  * d/watch: ftpserver vanished, find other location to silence uscan
  * debhelper 10
  * d/copyright: update
  * cme fix dpkg-control
  * Fix spelling
  * hardening=+all


Modified: trunk/packages/boxshade/trunk/debian/changelog
===================================================================
--- trunk/packages/boxshade/trunk/debian/changelog	2017-01-17 22:53:02 UTC (rev 23628)
+++ trunk/packages/boxshade/trunk/debian/changelog	2017-01-18 08:41:14 UTC (rev 23629)
@@ -1,3 +1,14 @@
+boxshade (3.3.1-10) unstable; urgency=medium
+
+  * d/watch: ftpserver vanished, find other location to silence uscan
+  * debhelper 10
+  * d/copyright: update
+  * cme fix dpkg-control
+  * Fix spelling
+  * hardening=+all
+
+ -- Andreas Tille <tille at debian.org>  Wed, 18 Jan 2017 09:30:23 +0100
+
 boxshade (3.3.1-9) unstable; urgency=medium
 
   * Update README.Debian

Modified: trunk/packages/boxshade/trunk/debian/compat
===================================================================
--- trunk/packages/boxshade/trunk/debian/compat	2017-01-17 22:53:02 UTC (rev 23628)
+++ trunk/packages/boxshade/trunk/debian/compat	2017-01-18 08:41:14 UTC (rev 23629)
@@ -1 +1 @@
-9
+10

Modified: trunk/packages/boxshade/trunk/debian/control
===================================================================
--- trunk/packages/boxshade/trunk/debian/control	2017-01-17 22:53:02 UTC (rev 23628)
+++ trunk/packages/boxshade/trunk/debian/control	2017-01-18 08:41:14 UTC (rev 23629)
@@ -4,11 +4,10 @@
            Charles Plessy <plessy at debian.org>,
            Andreas Tille <tille at debian.org>
 Section: science
-Testsuite: autopkgtest
 Priority: optional
-Build-Depends: debhelper (>= 9)
-Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/boxshade/trunk/
+Build-Depends: debhelper (>= 10)
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/boxshade/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/boxshade/trunk/
 Homepage: http://www.ch.embnet.org/software/BOX_form.html
 

Modified: trunk/packages/boxshade/trunk/debian/copyright
===================================================================
--- trunk/packages/boxshade/trunk/debian/copyright	2017-01-17 22:53:02 UTC (rev 23628)
+++ trunk/packages/boxshade/trunk/debian/copyright	2017-01-18 08:41:14 UTC (rev 23629)
@@ -1,9 +1,18 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: ftp://www.isrec.isb-sib.ch/pub/software/unix/boxshade/3.3.1/
+        vanished from this location, only older versions at sourceforge
 
 Files: *
 Copyright: The authors or their employers, or maybe no copyright at all
 License: public-domain-claim
+
+Files: debian/*
+Copyright: 2004-2008 Steffen Moeller <moeller at pzr.uni-rostock.de>
+           2007-2013 Charles Plessy <plessy at debian.org>
+           2011-2017 Andreas Tille <tille at debian.org>
+License: public-domain-claim
+
+License: public-domain-claim
  Boxshade is completely public-domain and may be
  passed around and modified without any notice to the author.
  .

Modified: trunk/packages/boxshade/trunk/debian/patches/series
===================================================================
--- trunk/packages/boxshade/trunk/debian/patches/series	2017-01-17 22:53:02 UTC (rev 23628)
+++ trunk/packages/boxshade/trunk/debian/patches/series	2017-01-18 08:41:14 UTC (rev 23629)
@@ -1,2 +1,3 @@
 kickOutGets.patch
 remove-newlines.patch
+spelling.patch

Added: trunk/packages/boxshade/trunk/debian/patches/spelling.patch
===================================================================
--- trunk/packages/boxshade/trunk/debian/patches/spelling.patch	                        (rev 0)
+++ trunk/packages/boxshade/trunk/debian/patches/spelling.patch	2017-01-18 08:41:14 UTC (rev 23629)
@@ -0,0 +1,15 @@
+Description: Fix spelling
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Wed, 18 Jan 2017 09:30:23 +0100
+
+--- a/box.c
++++ b/box.c
+@@ -651,7 +651,7 @@ static void ask(void)
+ 	   "Enter now a string of 3 symbols to be used for consensus display\n"
+ 	   "          representing different/all-similar/all-identical residues\n"
+ 	   "          see documentation for symbol definition, examples are:\n"
+-	   "          \" .*\" or \"-LU\"    (ommit quotes but use blanks)\n"
++	   "          \" .*\" or \"-LU\"    (omit quotes but use blanks)\n"
+ 	   "SYMBOL : ");
+     Fgets(instring, 51, stdin);
+     if (*instring != '\0') {

Modified: trunk/packages/boxshade/trunk/debian/rules
===================================================================
--- trunk/packages/boxshade/trunk/debian/rules	2017-01-17 22:53:02 UTC (rev 23628)
+++ trunk/packages/boxshade/trunk/debian/rules	2017-01-18 08:41:14 UTC (rev 23629)
@@ -1,8 +1,7 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# debian/rules for boxshade
-# Andreas Tille <tille at debian.org>, GPL
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 export DH_VERBOSE=1
 
 %:

Modified: trunk/packages/boxshade/trunk/debian/watch
===================================================================
--- trunk/packages/boxshade/trunk/debian/watch	2017-01-17 22:53:02 UTC (rev 23628)
+++ trunk/packages/boxshade/trunk/debian/watch	2017-01-18 08:41:14 UTC (rev 23629)
@@ -1,2 +1,10 @@
-version=3
-ftp://www.isrec.isb-sib.ch/pub/software/unix/boxshade/ ([\d\.]+)\.([\d\.]+)
+version=4
+
+# This ftpmirror vanished
+# ftp://www.isrec.isb-sib.ch/pub/software/unix/boxshade/ ([\d\.]+)\.([\d\.]+)
+
+# Sourceforge stores only older version
+# http://sf.net/boxshade/boxshade-(\d[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+
+# This somehow seems to be the Debian packaged tarball - anyway it keeps uscan sensibly silent
+https://sourcecodebrowser.com/boxshade/ .*/boxshade_([\d\.]+)\.orig\.tar\.gz




More information about the debian-med-commit mailing list