[med-svn] [Git][med-team/poa][master] 10 commits: routine-update: Standards-Version: 4.5.0

Andreas Tille gitlab at salsa.debian.org
Fri May 1 21:11:03 BST 2020



Andreas Tille pushed to branch master at Debian Med / poa


Commits:
8494210b by Andreas Tille at 2020-05-01T22:08:14+02:00
routine-update: Standards-Version: 4.5.0

- - - - -
c2247350 by Andreas Tille at 2020-05-01T22:08:14+02:00
routine-update: debhelper-compat 12

- - - - -
d196f292 by Andreas Tille at 2020-05-01T22:08:19+02:00
routine-update: Secure URI in copyright format

- - - - -
bb780e8f by Andreas Tille at 2020-05-01T22:08:19+02:00
R-U: Trailing whitespace in debian/changelog

- - - - -
7f473c31 by Andreas Tille at 2020-05-01T22:08:19+02:00
routine-update: Add salsa-ci file

- - - - -
5cd4f1ea by Andreas Tille at 2020-05-01T22:08:19+02:00
routine-update: Rules-Requires-Root: no

- - - - -
e3e72608 by Andreas Tille at 2020-05-01T22:08:20+02:00
Trim trailing whitespace.

Fixes: lintian: file-contains-trailing-whitespace
See-also: https://lintian.debian.org/tags/file-contains-trailing-whitespace.html

- - - - -
11cceee2 by Andreas Tille at 2020-05-01T22:08:29+02:00
Refer to specific version of license GPL-2+.

Fixes: lintian: copyright-refers-to-symlink-license
See-also: https://lintian.debian.org/tags/copyright-refers-to-symlink-license.html


Fixes: lintian: copyright-refers-to-versionless-license-file
See-also: https://lintian.debian.org/tags/copyright-refers-to-versionless-license-file.html

- - - - -
d2ffe340 by Andreas Tille at 2020-05-01T22:08:29+02:00
Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright).
- - - - -
a7a466c5 by Andreas Tille at 2020-05-01T22:10:30+02:00
Upload to unstable

- - - - -


6 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- + debian/salsa-ci.yml
- debian/upstream/metadata


Changes:

=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-poa (2.0+20060928-8) UNRELEASED; urgency=medium
+poa (2.0+20060928-8) unstable; urgency=medium
 
   * Team upload.
 
@@ -6,6 +6,18 @@ poa (2.0+20060928-8) UNRELEASED; urgency=medium
   * fix FTBFS with gcc-10 (Closes: #957696)
   * moved to from adtmp to autopkgtest per lintian warning
 
+  [ Andreas Tille ]
+  * Standards-Version: 4.5.0 (routine-update)
+  * debhelper-compat 12 (routine-update)
+  * Secure URI in copyright format (routine-update)
+  * Remove trailing whitespace in debian/changelog (routine-update)
+  * Add salsa-ci file (routine-update)
+  * Rules-Requires-Root: no (routine-update)
+  * Trim trailing whitespace.
+  * Refer to specific version of license GPL-2+.
+  * Remove obsolete fields Contact, Name from debian/upstream/metadata
+    (already present in machine-readable debian/copyright).
+
  -- Etienne Mollier <etienne.mollier at mailoo.org>  Fri, 01 May 2020 18:09:24 +0200
 
 poa (2.0+20060928-7) unstable; urgency=medium
@@ -37,9 +49,9 @@ poa (2.0+20060928-6) unstable; urgency=medium
 poa (2.0+20060928-5) unstable; urgency=medium
 
   * Team upload.
-  
+
   [ Nadiya Sitdykova ]
-  * add autopkgtest test-suite 
+  * add autopkgtest test-suite
 
   [ Andreas Tille ]
   * moved packaging from SVN to Git
@@ -134,4 +146,3 @@ poa (2.0-1) unstable; urgency=low
   * Initial release Closes: #378288
 
  -- Charles Plessy <charles-debian-nospam at plessy.org>  Sun, 20 Aug 2006 11:21:24 +0900
-


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -4,11 +4,12 @@ Uploaders: Charles Plessy <plessy at debian.org>,
            Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 11~)
-Standards-Version: 4.2.1
+Build-Depends: debhelper-compat (= 12)
+Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/med-team/poa
 Vcs-Git: https://salsa.debian.org/med-team/poa.git
 Homepage: http://poamsa.sourceforge.net/
+Rules-Requires-Root: no
 
 Package: poa
 Architecture: any


=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-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: POA
 Upstream-Contact: Christopher Lee <leec at mbi.ucla.edu>
 Source: http://sourceforge.net/projects/poamsa/files/poamsa/2.0/
@@ -28,5 +28,4 @@ License: GPL-2+
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  .
  On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'.
-
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.


=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml


=====================================
debian/upstream/metadata
=====================================
@@ -1,5 +1,3 @@
-Contact: Christopher Lee <leec at mbi.ucla.edu>
-Name: POA
 Reference:
  author: Grasso, Catherine and Lee, Christopher
  title: >



View it on GitLab: https://salsa.debian.org/med-team/poa/-/compare/54a73db054d703988e7b9e9de796ecdb5c3cd80d...a7a466c506133f9aedd88e990b2cf685c54dd1c7

-- 
View it on GitLab: https://salsa.debian.org/med-team/poa/-/compare/54a73db054d703988e7b9e9de796ecdb5c3cd80d...a7a466c506133f9aedd88e990b2cf685c54dd1c7
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/20200501/4f7fe3a2/attachment-0001.html>


More information about the debian-med-commit mailing list