[med-svn] [Git][med-team/pixelmed-codec][master] 10 commits: Finding new versions should be OK now, but downloading fails - no idea why...

Andreas Tille (@tille) gitlab at salsa.debian.org
Mon Oct 18 17:11:21 BST 2021



Andreas Tille pushed to branch master at Debian Med / pixelmed-codec


Commits:
12e1503a by Andreas Tille at 2021-10-18T14:36:27+02:00
Finding new versions should be OK now, but downloading fails - no idea why index.html is requested by uscan since the regexp seems to work

- - - - -
d18274c8 by Andreas Tille at 2021-10-18T14:36:46+02:00
routine-update: Standards-Version: 4.6.0

- - - - -
75c8a446 by Andreas Tille at 2021-10-18T14:36:46+02:00
routine-update: debhelper-compat 13

- - - - -
abc96749 by Andreas Tille at 2021-10-18T15:41:35+02:00
routine-update: Do not parse d/changelog

- - - - -
f97435f9 by Andreas Tille at 2021-10-18T15:41:35+02:00
routine-update: Add salsa-ci file

- - - - -
5090f47b by Andreas Tille at 2021-10-18T15:41:35+02:00
routine-update: Rules-Requires-Root: no

- - - - -
48f6cc20 by Andreas Tille at 2021-10-18T15:41:42+02:00
Apply multi-arch hints.
+ libpixelmed-codec-java, libpixelmed-imageio-java: Add Multi-Arch: foreign.

Changes-By: apply-multiarch-hints

- - - - -
9c266463 by Andreas Tille at 2021-10-18T15:43:15+02:00
New upstream version 20200328
- - - - -
3e70a006 by Andreas Tille at 2021-10-18T18:06:14+02:00
Build-Depends: help2man

- - - - -
33b988ea by Andreas Tille at 2021-10-18T18:07:42+02:00
Upload to unstable

- - - - -


6 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/rules
- + debian/salsa-ci.yml
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+pixelmed-codec (20200328-4) unstable; urgency=medium
+
+  * Enhance watch file to at least check for the latest version
+  * Standards-Version: 4.6.0 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Do not parse d/changelog (routine-update)
+  * Add salsa-ci file (routine-update)
+  * Rules-Requires-Root: no (routine-update)
+  * Apply multi-arch hints.
+    + libpixelmed-codec-java, libpixelmed-imageio-java: Add Multi-Arch: foreign.
+  * Build-Depends: help2man
+
+ -- Andreas Tille <tille at debian.org>  Mon, 18 Oct 2021 18:06:20 +0200
+
 pixelmed-codec (20200328-3) unstable; urgency=medium
 
   [ Chris Lamb ]


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


=====================================
debian/control
=====================================
@@ -3,21 +3,24 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Andreas Tille <tille at debian.org>
 Section: graphics
 Priority: optional
-Build-Depends: debhelper (>= 11~)
+Build-Depends: debhelper-compat (= 13)
 Build-Depends-Indep: default-jdk,
                      javahelper,
                      junit4,
-                     libhsqldb-java
-Standards-Version: 4.5.0
+                     libhsqldb-java,
+                     help2man
+Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/med-team/pixelmed-codec
 Vcs-Git: https://salsa.debian.org/med-team/pixelmed-codec.git
 Homepage: https://www.pixelmed.com/jpeg.html
+Rules-Requires-Root: no
 
 Package: libpixelmed-codec-java
 Architecture: all
 Section: java
 Depends: ${java:Depends},
          ${misc:Depends}
+Multi-Arch: foreign
 Description: JPEG selective block redaction codec for pixelmed
  Pixelmed is a stand-alone DICOM toolkit that implements code for reading
  and creating DICOM data, DICOM network and file support, a database of
@@ -32,6 +35,7 @@ Architecture: all
 Section: java
 Depends: ${java:Depends},
          ${misc:Depends}
+Multi-Arch: foreign
 Description: JPEG lossless decoder for pixelmed
  Pixelmed is a stand-alone DICOM toolkit that implements code for reading
  and creating DICOM data, DICOM network and file support, a database of


=====================================
debian/rules
=====================================
@@ -12,9 +12,9 @@ override_dh_clean:
 override_dh_install: debian/jpegparse.1
 	dh_install debian/jpegparse $(DESTDIR)/usr/bin/
 
-VER_FULL = $(shell dpkg-parsechangelog | grep '^Version' | cut -d' ' -f2 | cut -f1 -d-)
+include /usr/share/dpkg/default.mk
 
 debian/jpegparse.1: debian/jpegparse.1.in
 	help2man --include=$< --output=$@ \
 		--name="JPEG parse program" --no-discard-stderr \
-		--no-info debian/`basename $@ .1` --version-string=$(VER_FULL)
+		--no-info debian/`basename $@ .1` --version-string=$(DEB_SOURCE)


=====================================
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,4 @@
-version=3
-http://www.dclunie.com/pixelmed/software/codec/([b\d]+)_current/pixelmedjavacodec_sourcerelease.([\d]+).tar.bz2
+version=4
+# FIXME: Finding new versions should be OK now, but downloading fails - no idea why index.html is requested by uscan since the regexp seems to work
+opts="downloadurlmangle=s:([\d]+)(_current)/index.html:$1$2/pixelmedjavacodec_sourcerelease.$1.tar.bz2:g" \
+   http://www.dclunie.com/pixelmed/software/codec/index.html ./([\d]+)_current/index.html



View it on GitLab: https://salsa.debian.org/med-team/pixelmed-codec/-/compare/35c55097a697e1aeeab1486967d4f8109e4bb4fb...33b988eae5ced596fa208082e2473fd001cec1bc

-- 
View it on GitLab: https://salsa.debian.org/med-team/pixelmed-codec/-/compare/35c55097a697e1aeeab1486967d4f8109e4bb4fb...33b988eae5ced596fa208082e2473fd001cec1bc
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/20211018/0593c2c0/attachment-0001.htm>


More information about the debian-med-commit mailing list