Andreas Tille pushed to branch master at Debian Java Maintainers / libjibx1.2-java
Commits: f4085ff4 by Andreas Tille at 2025-01-23T20:15:06+01:00 d/watch: Ensure only 1.2.? version will be reported - - - - - c46f27a5 by Andreas Tille at 2025-01-23T20:16:32+01:00 d/copyright: Use Files-Excluded to exclude files from upstream source - - - - - 2de53462 by Andreas Tille at 2025-01-23T20:17:32+01:00 pristine-tar = true - - - - - 5 changed files: - debian/changelog - debian/copyright - + debian/gbp.conf - − debian/orig-tar.sh - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -3,6 +3,8 @@ libjibx1.2-java (1.2.6-3) UNRELEASED; urgency=medium * Team upload. * Fix Homepage * Fix Vcs fields + * d/watch: Ensure only 1.2.? version will be reported + * d/copyright: Use Files-Excluded to exclude files from upstream source -- Andreas Tille <[email protected]> Thu, 23 Jan 2025 19:56:18 +0100 ===================================== debian/copyright ===================================== @@ -1,7 +1,10 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: jibx Upstream-Contact: Dennis M. Sosnoski <dsosnoski at users.sourceforge.net> -Source: http://sourceforge.net/projects/jibx/ +Source: https://sourceforge.net/projects/jibx/files/jibx/ +Files-Excluded: docs/api + build/classes + lib/*.jar Files: * Copyright: 2003-2005 Dennis M. Sosnoski ===================================== debian/gbp.conf ===================================== @@ -0,0 +1,2 @@ +[DEFAULT] +pristine-tar = True ===================================== debian/orig-tar.sh deleted ===================================== @@ -1,18 +0,0 @@ -#!/bin/sh -e - -# called by uscan with '--upstream-version' <version> <file> -PACKAGE=$(dpkg-parsechangelog -S Source) -VERSION=$2 -DIR=${PACKAGE}-${VERSION} -TAR=../${PACKAGE}_${VERSION}.orig.tar.xz - -# clean up the upstream tarball -unzip $3 -rm $3 -mv jibx $DIR -XZ_OPT=--best tar -c -v -J -f $TAR \ - --exclude 'docs/api' \ - --exclude 'build/classes' \ - --exclude 'lib/*.jar' \ - $DIR -rm -rf $DIR ===================================== debian/watch ===================================== @@ -1,3 +1,4 @@ -version=3 -opts=uversionmangle=s/_/./g \ - http://sf.net/jibx/jibx_([[:digit:]_]+).zip debian debian/orig-tar.sh +version=4 + +opts="uversionmangle=s/_/./g,repacksuffix=+dfsg,dversionmangle=auto" \ + http://sf.net/jibx/jibx_(1_2[[:digit:]_]+).zip View it on GitLab: https://salsa.debian.org/java-team/libjibx1.2-java/-/compare/d077031a38529671b64c383ab3922fbbc0584b62...2de53462592e863c86547eb61e7e1a3fe9ef4175 -- View it on GitLab: https://salsa.debian.org/java-team/libjibx1.2-java/-/compare/d077031a38529671b64c383ab3922fbbc0584b62...2de53462592e863c86547eb61e7e1a3fe9ef4175 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

