[med-svn] [Git][med-team/camp][master] 10 commits: Team upload
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Sep 10 07:23:35 BST 2021
Andreas Tille pushed to branch master at Debian Med / camp
Commits:
dbb7e007 by Andreas Tille at 2021-09-10T08:18:56+02:00
Team upload
- - - - -
f0188bee by Andreas Tille at 2021-09-10T08:19:14+02:00
routine-update: Standards-Version: 4.6.0
- - - - -
7846c11a by Andreas Tille at 2021-09-10T08:19:14+02:00
routine-update: debhelper-compat 13
- - - - -
d5a10dc2 by Andreas Tille at 2021-09-10T08:19:17+02:00
routine-update: Remove trailing whitespace in debian/changelog
- - - - -
cb38f310 by Andreas Tille at 2021-09-10T08:19:17+02:00
routine-update: Add salsa-ci file
- - - - -
6a93c44b by Andreas Tille at 2021-09-10T08:19:17+02:00
routine-update: Rules-Requires-Root: no
- - - - -
1048b2f1 by Andreas Tille at 2021-09-10T08:19:18+02:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
bcb74f94 by Andreas Tille at 2021-09-10T08:19:18+02: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
- - - - -
45cda248 by Andreas Tille at 2021-09-10T08:19:20+02:00
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html
- - - - -
1ac94565 by Andreas Tille at 2021-09-10T08:23:21+02:00
TODO: Deal with dh_missings
- - - - -
6 changed files:
- debian/changelog
- debian/control
- debian/rules
- + debian/salsa-ci.yml
- + debian/upstream/metadata
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,5 +1,7 @@
camp (0.8.4-2) UNRELEASED; urgency=medium
+ * Team upload.
+
[ Debian Janitor ]
* Apply multi-arch hints.
+ libcamp-dev: Drop Multi-Arch: same.
@@ -7,7 +9,20 @@ camp (0.8.4-2) UNRELEASED; urgency=medium
[ Steffen Moeller ]
* Fix watchfile to detect new versions on github (routine-update)
- -- Debian Janitor <janitor at jelmer.uk> Thu, 29 Oct 2020 18:59:40 -0000
+ [ Andreas Tille ]
+ * Standards-Version: 4.6.0 (routine-update)
+ * debhelper-compat 13 (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.
+ * Update watch file format version to 4.
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+ Repository-Browse.
+
+ TODO: Deal with dh_missings
+
+ -- Andreas Tille <tille at debian.org> Fri, 10 Sep 2021 08:19:23 +0200
camp (0.8.4-1) unstable; urgency=medium
@@ -15,7 +30,7 @@ camp (0.8.4-1) unstable; urgency=medium
* New upstream version 0.8.4.
* d/control: Change HomePage
* d/copyright: Change source url
- * d/watch: Change url
+ * d/watch: Change url
* cme fix dpkg
[ Andreas Tille ]
@@ -35,7 +50,7 @@ camp (0.8.2-2) unstable; urgency=medium
camp (0.8.2-1) unstable; urgency=medium
[ Flavien Bridault ]
- * New upstream version 0.8.2. Closes: #876147
+ * New upstream version 0.8.2. Closes: #876147
* d/patches: Remove obsolete hide_boost_from_qt4moc.patch
[ Andreas Tille ]
@@ -55,10 +70,10 @@ camp (0.8.1-2) unstable; urgency=medium
camp (0.8.1-1) unstable; urgency=medium
* d/control: Remove unrelated last line. Closes: #813714.
- * d/control: Move to standards version 4.0.1
+ * d/control: Move to standards version 4.0.1
* d/copyright: Change licence to MIT according to upstream change
* d/patches: Remove patches integrated upstream
- * New upstream version 0.8.1 that drops Qt4 in favor of Qt5. Closes: #874842
+ * New upstream version 0.8.1 that drops Qt4 in favor of Qt5. Closes: #874842
-- Flavien Bridault <fbridault at ircad.fr> Thu, 14 Sep 2017 10:41:47 +0000
=====================================
debian/control
=====================================
@@ -4,15 +4,16 @@ Uploaders: Flavien Bridault <fbridault at ircad.fr>
Section: science
Priority: optional
Build-Depends: cmake,
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
d-shlibs,
libboost-dev,
libboost-test-dev,
qtbase5-dev
-Standards-Version: 4.4.1
+Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/camp
Vcs-Git: https://salsa.debian.org/med-team/camp.git
Homepage: https://github.com/IRCAD-IHU/camp
+Rules-Requires-Root: no
Package: libcamp0.8
Architecture: any
=====================================
debian/rules
=====================================
@@ -17,4 +17,3 @@ override_dh_install:
--movedev debian/tmp/usr/include/camp-xml usr/include \
--movedev debian/tmp/usr/lib/camp/cmake usr/lib/camp \
debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/*.so
-
=====================================
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
=====================================
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/IRCAD-IHU/camp/issues
+Bug-Submit: https://github.com/IRCAD-IHU/camp/issues/new
+Repository: https://github.com/IRCAD-IHU/camp.git
+Repository-Browse: https://github.com/IRCAD-IHU/camp
=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
https://github.com/IRCAD-IHU/camp/releases .*/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
View it on GitLab: https://salsa.debian.org/med-team/camp/-/compare/9447da547be63090ce7a91c569859b983e6cbfc4...1ac945653c370f63dd46a46d83bbc0cfa3d0a306
--
View it on GitLab: https://salsa.debian.org/med-team/camp/-/compare/9447da547be63090ce7a91c569859b983e6cbfc4...1ac945653c370f63dd46a46d83bbc0cfa3d0a306
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/20210910/5d26892b/attachment-0001.htm>
More information about the debian-med-commit
mailing list