[Git][java-team/libjtype-java][master] 11 commits: Homepage moved from googlecode to github

Andreas Tille (@tille) gitlab at salsa.debian.org
Fri Jan 24 20:37:09 GMT 2025



Andreas Tille pushed to branch master at Debian Java Maintainers / libjtype-java


Commits:
fa95a9e0 by Andreas Tille at 2025-01-24T18:43:46+01:00
Homepage moved from googlecode to github

- - - - -
4b6e1e0b by Andreas Tille at 2025-01-24T18:46:03+01:00
Point watch file to github (and remove orig-tar.sh)

- - - - -
9a9858b4 by Andreas Tille at 2025-01-24T18:48:11+01:00
d/copyright: Point Source to github

- - - - -
ee7aaea8 by Andreas Tille at 2025-01-24T18:48:31+01:00
Standards-Version: 4.7.0 (routine-update)

- - - - -
c7178c1a by Andreas Tille at 2025-01-24T18:48:31+01:00
debhelper-compat 13 (routine-update)

- - - - -
ab310511 by Andreas Tille at 2025-01-24T19:51:12+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
1942628f by Andreas Tille at 2025-01-24T19:51:12+01:00
Secure URI in copyright format (routine-update)

- - - - -
01e48071 by Andreas Tille at 2025-01-24T19:51:12+01:00
Drop useless get-orig-source target (routine-update)

- - - - -
5d42f4ec by Andreas Tille at 2025-01-24T19:54:18+01:00
Trim trailing whitespace.

Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html

- - - - -
036ea6b6 by Andreas Tille at 2025-01-24T20:03:01+01:00
Switch from cdbs to dh

- - - - -
64790032 by Andreas Tille at 2025-01-24T20:05:09+01:00
Upload to unstable

- - - - -


7 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- − debian/orig-tar.sh
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,19 @@
+libjtype-java (0.1.3-5) unstable; urgency=medium
+
+  * Team upload.
+  * Homepage moved from googlecode to github
+  * Point watch file to github (and remove orig-tar.sh)
+  * d/copyright: Point Source to github
+  * Standards-Version: 4.7.0 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Reorder sequence of d/control fields by cme (routine-update)
+  * Secure URI in copyright format (routine-update)
+  * Drop useless get-orig-source target (routine-update)
+  * Trim trailing whitespace.
+  * Switch from cdbs to dh
+
+ -- Andreas Tille <tille at debian.org>  Fri, 24 Jan 2025 20:03:06 +0100
+
 libjtype-java (0.1.3-4.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.


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


=====================================
debian/control
=====================================
@@ -1,17 +1,20 @@
 Source: libjtype-java
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Torsten Werner <twerner at debian.org>,
+           Emmanuel Bourg <ebourg at apache.org>
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Torsten Werner <twerner at debian.org>, Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 9), cdbs, default-jdk,
- junit4,
- libhamcrest-java,
- libjmock2-java,
- maven-debian-helper
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-java/libjtype-java.git
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/libjtype-java.git
-Homepage: http://jtype.googlecode.com
+Build-Depends: debhelper-compat (= 13),
+               default-jdk-headless,
+               javahelper,
+               junit4,
+               libhamcrest-java,
+               libjmock2-java,
+               maven-debian-helper
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/libjtype-java
+Vcs-Git: https://salsa.debian.org/java-team/libjtype-java.git
+Homepage: https://github.com/markhobson/jtype
 
 Package: libjtype-java
 Architecture: all


=====================================
debian/copyright
=====================================
@@ -1,6 +1,6 @@
-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: JType
-Source: http://jtype.googlecode.com
+Source: https://github.com/markhobson/jtype
 
 Files: *
 Copyright: 2008-2012 Mark Hobson <markhobson at gmail.com>


=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,20 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-SOURCE=$(dpkg-parsechangelog | sed -ne 's,Source: \(.*\),\1,p')
-TAR=../${SOURCE}_$2.orig.tar.xz
-DIR=$SOURCE-$2
-TAG=$2
-SVN=http://jtype.googlecode.com/svn/tags/
-
-svn export $SVN/$TAG $DIR
-XZ_OPT=--best tar -c -J -f $TAR $DIR
-rm -rf $3 $DIR
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
-  . .svn/deb-layout
-  mv $TAR $origDir
-  echo "moved $TAR to $origDir"
-fi
-


=====================================
debian/rules
=====================================
@@ -1,9 +1,6 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/maven.mk
-
 JAVA_HOME            := /usr/lib/jvm/default-java
 
-get-orig-source:
-	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download
+%:
+	dh $@ --with javahelper


=====================================
debian/watch
=====================================
@@ -1,5 +1,4 @@
-# watch control file for uscan
-version=3
-http://jtype.googlecode.com/svn/tags/ (\d.[\d\.]+)/ \
-  debian debian/orig-tar.sh
+version=4
 
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+  https://github.com/markhobson/jtype/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz



View it on GitLab: https://salsa.debian.org/java-team/libjtype-java/-/compare/4fd307360b8bd3ee6e1eccf3e7bd31a805b450c9...647900323aa45170e7dde0f1bdc5551bfefa8168

-- 
View it on GitLab: https://salsa.debian.org/java-team/libjtype-java/-/compare/4fd307360b8bd3ee6e1eccf3e7bd31a805b450c9...647900323aa45170e7dde0f1bdc5551bfefa8168
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/pkg-java-commits/attachments/20250124/1c9a88e2/attachment.htm>


More information about the pkg-java-commits mailing list