[med-svn] r23259 - in trunk/packages/mustang/trunk/debian: . upstream

Andreas Tille tille at moszumanska.debian.org
Tue Dec 6 17:19:38 UTC 2016


Author: tille
Date: 2016-12-06 17:19:37 +0000 (Tue, 06 Dec 2016)
New Revision: 23259

Modified:
   trunk/packages/mustang/trunk/debian/changelog
   trunk/packages/mustang/trunk/debian/compat
   trunk/packages/mustang/trunk/debian/control
   trunk/packages/mustang/trunk/debian/copyright
   trunk/packages/mustang/trunk/debian/rules
   trunk/packages/mustang/trunk/debian/upstream/metadata
   trunk/packages/mustang/trunk/debian/watch
Log:
  * Homepage with code vanished - use the publication page as next best URL
    to link to
  * Create fake watch file indicating that there is no upstream site any more
  * cme fix dpkg-control
  * debhelper 10
  * DEP5 fixes
  * hardening=+all



Modified: trunk/packages/mustang/trunk/debian/changelog
===================================================================
--- trunk/packages/mustang/trunk/debian/changelog	2016-12-06 10:37:49 UTC (rev 23258)
+++ trunk/packages/mustang/trunk/debian/changelog	2016-12-06 17:19:37 UTC (rev 23259)
@@ -1,3 +1,15 @@
+mustang (3.2.2-2) unstable; urgency=medium
+
+  * Homepage with code vanished - use the publication page as next best URL
+    to link to
+  * Create fake watch file indicating that there is no upstream site any more
+  * cme fix dpkg-control
+  * debhelper 10
+  * DEP5 fixes
+  * hardening=+all
+
+ -- Andreas Tille <tille at debian.org>  Tue, 06 Dec 2016 16:17:04 +0100
+
 mustang (3.2.2-1) unstable; urgency=medium
 
   * New upstream version

Modified: trunk/packages/mustang/trunk/debian/compat
===================================================================
--- trunk/packages/mustang/trunk/debian/compat	2016-12-06 10:37:49 UTC (rev 23258)
+++ trunk/packages/mustang/trunk/debian/compat	2016-12-06 17:19:37 UTC (rev 23259)
@@ -1 +1 @@
-9
+10

Modified: trunk/packages/mustang/trunk/debian/control
===================================================================
--- trunk/packages/mustang/trunk/debian/control	2016-12-06 10:37:49 UTC (rev 23258)
+++ trunk/packages/mustang/trunk/debian/control	2016-12-06 17:19:37 UTC (rev 23259)
@@ -3,12 +3,11 @@
 Uploaders: Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Testsuite: autopkgtest
-Build-Depends: debhelper (>= 9)
-Standards-Version: 3.9.5
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/mustang/trunk/
+Build-Depends: debhelper (>= 10)
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/mustang/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/mustang/trunk/
-Homepage: http://www.csse.monash.edu.au/~karun/Site/mustang.html
+Homepage: http://onlinelibrary.wiley.com/doi/10.1002/prot.20921/abstract
 
 Package: mustang
 Architecture: any

Modified: trunk/packages/mustang/trunk/debian/copyright
===================================================================
--- trunk/packages/mustang/trunk/debian/copyright	2016-12-06 10:37:49 UTC (rev 23258)
+++ trunk/packages/mustang/trunk/debian/copyright	2016-12-06 17:19:37 UTC (rev 23259)
@@ -1,21 +1,21 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: MUSTANG
 Upstream-Contact: Arun S Konagurthu <arun at bx.psu.edu>
 Source: http://www.csse.monash.edu.au/~karun/Site/mustang.html
 
-Files: Makefile src/* data/test/test_zf-CCHH
+Files: *
 Copyright: 2005-2009 Arun S Konagurthu <arun at bx.psu.edu>
                      The University of Melbourne.
-License: BSD-like
+License: BSD-3-clause
 
 Files: debian/*
 Copyright: 2007-2009 Morten Kjeldgaard <mok at bioxray.dk>
            2008 Steffen Möller <moeller at debian.org>
            2010 Charles Plessy <plessy at debian.org>
-           2008-2012 Andreas Tille <tille at debian.org>
-License: BSD-like
+           2008-2016 Andreas Tille <tille at debian.org>
+License: BSD-3-clause
 
-Files: data/test/pdbs:
+Files: data/test/pdbs/*
 Copyright: PD
 License: PD
  ADVISORY NOTICE FOR USE OF THE PDB ARCHIVE
@@ -57,7 +57,7 @@
  no representation that these resources will not infringe any patent or other
  proprietary right.
 
-License: BSD-like
+License: BSD-3-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
  .

Modified: trunk/packages/mustang/trunk/debian/rules
===================================================================
--- trunk/packages/mustang/trunk/debian/rules	2016-12-06 10:37:49 UTC (rev 23258)
+++ trunk/packages/mustang/trunk/debian/rules	2016-12-06 17:19:37 UTC (rev 23259)
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; mode: font-lock  -*-
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 %:
 	dh $@
 

Modified: trunk/packages/mustang/trunk/debian/upstream/metadata
===================================================================
--- trunk/packages/mustang/trunk/debian/upstream/metadata	2016-12-06 10:37:49 UTC (rev 23258)
+++ trunk/packages/mustang/trunk/debian/upstream/metadata	2016-12-06 17:19:37 UTC (rev 23259)
@@ -1,6 +1,3 @@
-Contact: Arun S. Konagurthu (http://www.csse.unimelb.edu.au/~arun)
-Homepage: http://www.cs.mu.oz.au/~arun/mustang/
-Name: MUSTANG
 Reference:
  Author: Arun S. Konagurthu and James C. Whisstock and Peter J. Stuckey and Arthur M. Lesk
  Title: >

Modified: trunk/packages/mustang/trunk/debian/watch
===================================================================
--- trunk/packages/mustang/trunk/debian/watch	2016-12-06 10:37:49 UTC (rev 23258)
+++ trunk/packages/mustang/trunk/debian/watch	2016-12-06 17:19:37 UTC (rev 23259)
@@ -1,2 +1,3 @@
-version=3
-http://www.csse.monash.edu.au/~karun/Site/mustang.html http://www.csse.monash.edu.au/~karun/mustang/mustang_v([.\d]*)\.tgz
+version=4
+opts=dversionmangle=s/.*/0.No-Site/ \
+https://people.debian.org/~eriberto/ FakeWatchNoUpstreamSiteForThisPackage-(\d\S+)\.gz




More information about the debian-med-commit mailing list