[med-svn] [Git][med-team/epcr][master] 8 commits: Secure URI for homepage
Andreas Tille
gitlab at salsa.debian.org
Wed Feb 13 07:22:18 GMT 2019
Andreas Tille pushed to branch master at Debian Med / epcr
Commits:
5dc5ab82 by Andreas Tille at 2019-02-13T07:09:33Z
Secure URI for homepage
- - - - -
de7752ab by Andreas Tille at 2019-02-13T07:11:03Z
Enable cross building
- - - - -
c2f3ba62 by Andreas Tille at 2019-02-13T07:11:51Z
debhelper 12
- - - - -
0d67d267 by Andreas Tille at 2019-02-13T07:11:54Z
Standards-Version: 4.3.0
- - - - -
f625b3f3 by Andreas Tille at 2019-02-13T07:11:55Z
Remove trailing whitespace in debian/changelog
- - - - -
212b050b by Andreas Tille at 2019-02-13T07:11:55Z
Remove trailing whitespace in debian/copyright
- - - - -
861e8321 by Andreas Tille at 2019-02-13T07:18:53Z
Drop non-functional autopkgtest template
- - - - -
b4beeb86 by Andreas Tille at 2019-02-13T07:20:01Z
Upload to unstable
- - - - -
7 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- debian/rules
- − debian/tests/control
- − debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,19 @@
+epcr (2.3.12-1-7) unstable; urgency=medium
+
+ [ Do Thanh Trung ]
+ * Enable cross building
+ Closes: #922192
+
+ [ Andreas Tille ]
+ * Secure URI for homepage
+ * debhelper 12
+ * Standards-Version: 4.3.0
+ * Remove trailing whitespace in debian/changelog
+ * Remove trailing whitespace in debian/copyright
+ * Drop non-functional autopkgtest template
+
+ -- Andreas Tille <tille at debian.org> Wed, 13 Feb 2019 08:19:01 +0100
+
epcr (2.3.12-1-6) unstable; urgency=medium
[ Andreas Tille ]
@@ -6,9 +22,9 @@ epcr (2.3.12-1-6) unstable; urgency=medium
- remove wrong and redundat information
[ Manas Kashyap ]
- * VCS updated
+ * VCS updated
* Debhelper bumped
- * Standard version updated
+ * Standard version updated
[ Andreas Tille ]
* Versioned Build-Depends: debhelper (>= 11~) to enable easy backports
@@ -49,7 +65,7 @@ epcr (2.3.12-1-2) unstable; urgency=low
[ Charles Plessy ]
* Normalised debian/control with ‘config-model-edit‘.
- This also removed the obsolete DM-Upload-Allowed field.
+ This also removed the obsolete DM-Upload-Allowed field.
* Conforms with Policy 3.9.4.
[ Andreas Tille ]
@@ -77,8 +93,8 @@ epcr (2.3.12-3) unstable; urgency=low
[ A. Costa ]
* Corrected typos in manpages (Closes: #650476).
-
- [ Charles Plessy ]
+
+ [ Charles Plessy ]
* Lifted debian/copyright to latest DEP 5 draft.
[ Andreas Tille ]
@@ -113,7 +129,7 @@ epcr (2.3.12-1) unstable; urgency=low
* New upstream release buildable with GCC 4.4 (Closes: #504849)
* Version number updated in debian/rules.
* debian/copyright refreshed to my latest exploration of the
- machine-readable format.
+ machine-readable format.
* Added a BibTeX reference in debian/reference.
-- Charles Plessy <plessy at debian.org> Thu, 02 Jul 2009 09:31:29 +0900
@@ -131,7 +147,7 @@ epcr (2.3.11-1) unstable; urgency=low
[ Charles Plessy ]
* debian/control:
- Added myself to the Uploaders.
- - Using Debhelper 7 (also in debian/compat).
+ - Using Debhelper 7 (also in debian/compat).
- Removed patch system (also in debian/rules).
-- Charles Plessy <plessy at debian.org> Thu, 18 Jun 2009 17:39:15 +0900
@@ -179,7 +195,7 @@ epcr (2.3.9-1) unstable; urgency=low
* Just use (and fix) the docbook-to-man output rather than live with
the broken output
* Wrote man pages for re-PCR and fahash
- *
+ *
-- Andreas Tille <tille at debian.org> Wed, 16 Apr 2008 14:38:00 +0200
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-11
+12
=====================================
debian/control
=====================================
@@ -5,11 +5,11 @@ Uploaders: Steffen Moeller <moeller at debian.org>,
Charles Plessy <plessy at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 11~)
-Standards-Version: 4.2.1
+Build-Depends: debhelper (>= 12~)
+Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/epcr
Vcs-Git: https://salsa.debian.org/med-team/epcr.git
-Homepage: http://www.ncbi.nlm.nih.gov/tools/epcr/
+Homepage: https://www.ncbi.nlm.nih.gov/tools/epcr/
Package: ncbi-epcr
Architecture: any
=====================================
debian/copyright
=====================================
@@ -8,7 +8,7 @@ Copyright: nobody
License: public-domain
PUBLIC DOMAIN NOTICE
National Center for Biotechnology Information
- .
+ .
This software/database is a "United States Government Work" under the
terms of the United States Copyright Act. It was written as part of
the author's official duties as a United States Government employee and
@@ -36,7 +36,7 @@ License: GPL-2+
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
- .
+ .
This program 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
=====================================
debian/rules
=====================================
@@ -23,7 +23,7 @@ override_dh_auto_clean:
rm -f e-PCR famap fahash re-PCR
override_dh_auto_build:
- $(MAKE) links depend all OPTIMIZE=6
+ dh_auto_build -- links depend all OPTIMIZE=6
override_dh_auto_install:
# do nothing
=====================================
debian/tests/control deleted
=====================================
@@ -1,4 +0,0 @@
-Tests: run-unit-test
-Depends: @
-Restrictions: allow-stderr
-
=====================================
debian/tests/run-unit-test deleted
=====================================
@@ -1,16 +0,0 @@
-#!/bin/bash
-set -e
-
-pkg=epcr
-
-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
- AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
- trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM
-fi
-
-cp -a /usr/share/doc/${pkg}/examples/* $AUTOPKGTEST_TMP
-
-cd $AUTOPKGTEST_TMP
-
-#do_stuff_to_test_package#
-
View it on GitLab: https://salsa.debian.org/med-team/epcr/compare/837f168244739240ca393c77efbe5ce93f99f8f2...b4beeb867838ecaf64e68a4961f588fa88e55c01
--
View it on GitLab: https://salsa.debian.org/med-team/epcr/compare/837f168244739240ca393c77efbe5ce93f99f8f2...b4beeb867838ecaf64e68a4961f588fa88e55c01
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/20190213/097c91ef/attachment-0001.html>
More information about the debian-med-commit
mailing list