[Git][java-team/serp][master] Upload 1.15.1-2 to unstable

Miguel Landaeta (@nomadium) gitlab at salsa.debian.org
Sat Dec 2 14:03:56 GMT 2023



Miguel Landaeta pushed to branch master at Debian Java Maintainers / serp


Commits:
2a1df63c by Miguel Landaeta at 2023-12-02T13:50:45+00:00
Upload 1.15.1-2 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,14 +1,19 @@
-serp (1.15.1-2) UNRELEASED; urgency=medium
+serp (1.15.1-2) unstable; urgency=medium
 
   * Team upload.
+  * Drop dependency on cdbs.
   * Remove myself from uploaders. (Closes: #871885)
-  * Bump DH compat level to 10.
+  * Bump DH compat level to 13.
   * Update Vcs-* fields.
-  * Bump Standards-Version to 3.9.8. No changes were required.
+  * Bump Standards-Version to 4.6.2. No changes were required.
   * Wrap and sort dependencies lists.
   * Update copyright info.
+  * Apply Multi-Arch hints.
+  * Bump watch file to version 4 and update upstream URL to track.
+  * Drop obsolete get-orig-source target in d/rules.
+  * Add field Rules-Requires-Root with 'no' as value.
 
- -- Miguel Landaeta <nomadium at debian.org>  Wed, 09 Aug 2017 22:28:48 +0100
+ -- Miguel Landaeta <nomadium at debian.org>  Sat, 02 Dec 2023 13:11:28 +0000
 
 serp (1.15.1-1) unstable; urgency=medium
 


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


=====================================
debian/control
=====================================
@@ -3,19 +3,21 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders: Stephen Nelson <stephen at eccostudio.com>
 Section: java
 Priority: optional
-Build-Depends: cdbs,
-               debhelper (>= 10~),
+Build-Depends: debhelper-compat (= 13),
                default-jdk,
+               javahelper,
                maven-debian-helper (>= 1.5)
 Build-Depends-Indep: junit (>= 3.8.1),
                      libmaven-javadoc-plugin-java
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/serp.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/serp.git
+Standards-Version: 4.6.2
+Vcs-Git: https://salsa.debian.org/java-team/serp.git
+Vcs-Browser: https://salsa.debian.org/java-team/serp
 Homepage: http://serp.sourceforge.net
+Rules-Requires-Root: no
 
 Package: libserp-java
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}
 Suggests: libserp-java-doc (= ${binary:Version})
 Description: Java Virtual Machine bytecode manipulation framework
@@ -33,6 +35,7 @@ Description: Java Virtual Machine bytecode manipulation framework
 
 Package: libserp-java-doc
 Architecture: all
+Multi-Arch: foreign
 Section: doc
 Depends: ${misc:Depends}
 Suggests: libserp-java (= ${binary:Version})


=====================================
debian/copyright
=====================================
@@ -8,7 +8,7 @@ Copyright: 2002-2014, A. Abram White
 License: BSD-3-clause
 
 Files: debian/*
-Copyright: 2010, Miguel Landaeta <nomadium at debian.org>
+Copyright: 2010-2023, Miguel Landaeta <nomadium at debian.org>
 License: BSD-3-clause
 
 License: BSD-3-clause


=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,24 +0,0 @@
-#!/bin/sh 
-
-set -e
-
-# called by uscan with '--upstream-version' <version> <file>
-echo "version $2"
-package=`dpkg-parsechangelog | sed -n 's/^Source: //p'`
-version=$2
-tarball=$3
-TAR=../${package}_${version}.orig.tar.xz
-DIR=${package}-${version}.orig
-UPSTREAM_CVS_REPO="pserver:anonymous at serp.cvs.sourceforge.net:/cvsroot/serp"
-
-# upstream doesn't publish sources in any URL, so I have to fetch the
-# source from (wait for it...) upstream CVS repo...
-
-cvs -d:"${UPSTREAM_CVS_REPO}" login
-cvs -z3 -d:"${UPSTREAM_CVS_REPO}" export \
-    -r "${package}_$(echo $version | sed 's/\./_/g')" \
-    -d "${package}-${version}.orig" $package
-
-XZ_OPT=--best tar --numeric --group 0 --owner 0 -c -v -J -f $TAR $DIR
-
-rm -rf $tarball $DIR


=====================================
debian/rules
=====================================
@@ -1,9 +1,4 @@
 #!/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 --rename
+export JAVA_HOME=/usr/lib/jvm/default-java
+%:
+	dh $@ --with javahelper


=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
-version=3
-http://repo2.maven.org/maven2/net/sourceforge/serp/serp/ \
-^([0-9][0-9\.]+)/ debian debian/orig-tar.sh
+version=4
+https://repo1.maven.org/maven2/net/sourceforge/serp/serp/ \
+ at ANY_VERSION@\/



View it on GitLab: https://salsa.debian.org/java-team/serp/-/commit/2a1df63c412f360b4fdc95e6d544ca0ff9a5ae9a

-- 
View it on GitLab: https://salsa.debian.org/java-team/serp/-/commit/2a1df63c412f360b4fdc95e6d544ca0ff9a5ae9a
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/20231202/09658349/attachment.htm>


More information about the pkg-java-commits mailing list