[med-svn] [Git][med-team/biococoa][master] 19 commits: routine-update: Standards-Version: 4.5.1
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sun Dec 4 10:13:59 GMT 2022
Andreas Tille pushed to branch master at Debian Med / biococoa
Commits:
2b31e0a6 by Andreas Tille at 2020-11-24T15:48:31+01:00
routine-update: Standards-Version: 4.5.1
- - - - -
90a690d1 by Andreas Tille at 2020-11-24T15:48:31+01:00
routine-update: debhelper-compat 13
- - - - -
4355fcb3 by Andreas Tille at 2020-11-24T15:48:40+01:00
routine-update: Remove trailing whitespace in debian/copyright
- - - - -
fb580c7e by Andreas Tille at 2020-11-24T15:48:40+01:00
routine-update: Add salsa-ci file
- - - - -
93dff4da by Andreas Tille at 2020-11-24T15:48:40+01:00
routine-update: Rules-Requires-Root: no
- - - - -
135df5e9 by Andreas Tille at 2020-11-24T15:48:41+01:00
Update watch file format version to 4.
Changes-By: lintian-brush
Fixes: lintian: older-debian-watch-file-standard
See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html
- - - - -
be306e4e by Andreas Tille at 2020-11-25T12:02:25+01:00
gnumake stuff is using feature that was removed in debhelper 12
- - - - -
c09b0310 by Andreas Tille at 2020-11-25T12:07:54+01:00
Gnumake build system is doing some strange magic with debhelper compat, revert changes about debhelper-compat
- - - - -
4e46b0ff by Andreas Tille at 2020-11-25T13:53:56+01:00
Revert debian/compat to 10 since even 11 is not possible
- - - - -
473a125f by Andreas Tille at 2020-11-25T13:55:51+01:00
Upload to unstable
- - - - -
5a23aef3 by Andreas Tille at 2022-12-04T10:42:03+01:00
routine-update: Packaging update
- - - - -
197aa4fc by Andreas Tille at 2022-12-04T10:42:03+01:00
routine-update: Standards-Version: 4.6.1
- - - - -
2609324b by Andreas Tille at 2022-12-04T10:42:03+01:00
routine-update: debhelper-compat 13
- - - - -
b07e4eff by Andreas Tille at 2022-12-04T10:42:08+01:00
Add missing ${misc:Depends} to Depends for libbiococoa-dev, libbiococoa2.
Changes-By: lintian-brush
Fixes: lintian: debhelper-but-no-misc-depends
See-also: https://lintian.debian.org/tags/debhelper-but-no-misc-depends.html
- - - - -
25596b21 by Andreas Tille at 2022-12-04T10:42:11+01:00
Use secure URI in Homepage field.
Changes-By: lintian-brush
Fixes: lintian: homepage-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html
- - - - -
9388cd1c by Andreas Tille at 2022-12-04T10:52:02+01:00
argh, cdbs stuff contains outdated `dh_clean -k`
- - - - -
cd4d4bb7 by Andreas Tille at 2022-12-04T10:59:38+01:00
Argh, argh, argh, cdbs just invents broken, old fashioned debian/compat = 5 if there is none. This is so awkward
- - - - -
454b7b5d by Andreas Tille at 2022-12-04T11:07:17+01:00
Wishing we could get rid of old cdbs stuff which even works only smoothly with debhelper 10 :-(((
- - - - -
5b3b6b33 by Andreas Tille at 2022-12-04T11:13:08+01:00
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/copyright
- + debian/salsa-ci.yml
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,26 @@
-biococoa (2.2.2-5) UNRELEASED; urgency=medium
+biococoa (2.2.2-6) unstable; urgency=medium
+ * Standards-Version: 4.6.1 (routine-update)
+ * debhelper 10 (argh, cdbs stuff contains outdated `dh_clean -k` and other
+ stuff which only works with compat 10)
+ * Add missing ${misc:Depends} to Depends for libbiococoa-dev, libbiococoa2.
+ * Use secure URI in Homepage field.
+
+ -- Andreas Tille <tille at debian.org> Sun, 04 Dec 2022 11:12:24 +0100
+
+biococoa (2.2.2-5) unstable; urgency=medium
+
+ [ Jelmer Vernooij ]
* Trim trailing whitespace.
- -- Jelmer Vernooij <jelmer at debian.org> Sat, 20 Oct 2018 13:13:50 +0000
+ [ Andreas Tille ]
+ * Standards-Version: 4.5.1 (routine-update)
+ * Remove trailing whitespace in debian/copyright (routine-update)
+ * Add salsa-ci file (routine-update)
+ * Rules-Requires-Root: no (routine-update)
+ * Update watch file format version to 4.
+
+ -- Andreas Tille <tille at debian.org> Wed, 25 Nov 2020 13:54:14 +0100
biococoa (2.2.2-4) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -7,19 +7,21 @@ Section: science
Priority: optional
Build-Depends: cdbs,
gnustep-make,
- debhelper (>= 11~),
+ debhelper,
libgnustep-base-dev
-Standards-Version: 4.2.1
+Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/biococoa
Vcs-Git: https://salsa.debian.org/med-team/biococoa.git
-Homepage: http://bioinformatics.org/biococoa/
+Homepage: https://bioinformatics.org/biococoa/
+Rules-Requires-Root: no
Package: libbiococoa-dev
Architecture: any
Section: libdevel
Depends: libbiococoa2 (= ${binary:Version}),
libgnustep-base-dev,
- ${gnustep:Depends}
+ ${gnustep:Depends},
+ ${misc:Depends}
Description: Bioinformatics framework for GNUstep and Cocoa (development files)
BioCocoa is an open source Cocoa framework for bioinformatics. It intends to
provide Cocoa programmers with a full suite of tools for handling and
@@ -39,7 +41,8 @@ Package: libbiococoa2
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
- ${gnustep:Depends}
+ ${gnustep:Depends},
+ ${misc:Depends}
Description: Bioinformatics framework for GNUstep and Cocoa (library files)
BioCocoa is an open source Cocoa framework for bioinformatics. It intends to
provide Cocoa programmers with a full suite of tools for handling and
=====================================
debian/copyright
=====================================
@@ -30,7 +30,7 @@ License: LPL-1.02
Program, and
2. in the case of each Contributor,
1. changes to the Program, and
- 2. additions to the Program;
+ 2. additions to the Program;
where such changes and/or additions to the Program were added to
the Program by such Contributor itself or anyone acting on such
Contributor's behalf, and the Contributor explicitly consents,
@@ -130,7 +130,7 @@ License: LPL-1.02
B. Each Distributor must include the following in a conspicuous
location in the Program:
.
- Copyright (C) 2003, Lucent Technologies Inc. and others. All Rights Reserved.
+ Copyright (C) 2003, Lucent Technologies Inc. and others. All Rights Reserved.
.
C. In addition, each Contributor must identify itself as the
originator of its Contribution in a manner that reasonably allows
=====================================
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/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
http://www.bioinformatics.org/biococoa/downloads/ biococoa-([.\d]+)-src\.tgz
View it on GitLab: https://salsa.debian.org/med-team/biococoa/-/compare/4e78820490404b41d5ac9f49f79daf5e06a91cbb...5b3b6b336cbd103913d0bc702a5e3c7ed9cbc299
--
View it on GitLab: https://salsa.debian.org/med-team/biococoa/-/compare/4e78820490404b41d5ac9f49f79daf5e06a91cbb...5b3b6b336cbd103913d0bc702a5e3c7ed9cbc299
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/20221204/4214022a/attachment-0001.htm>
More information about the debian-med-commit
mailing list