[Git][java-team/libcommons-validator-java][master] Import Debian changes 1:1.6-3

Pierre Gruet (@pgt) gitlab at salsa.debian.org
Thu Jan 12 22:59:19 GMT 2023



Pierre Gruet pushed to branch master at Debian Java Maintainers / libcommons-validator-java


Commits:
787fe498 by Sun Min at 2023-01-12T22:41:12+01:00
Import Debian changes 1:1.6-3

libcommons-validator-java (1:1.6-3) unstable; urgency=medium
..
  * Team upload.
  * Update Standards-Version to 4.6.2.
  * Update upstream release url and vcs-git url and tar script.
  * Upgrade source/target version to java 1.8. (Closes: #1028187)

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/maven.properties
- debian/orig-tar.sh
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+libcommons-validator-java (1:1.6-3) unstable; urgency=medium
+
+  * Team upload.
+  * Update Standards-Version to 4.6.2.
+  * Update upstream release url and vcs-git url and tar script. 
+  * Upgrade source/target version to java 1.8. (Closes: #1028187)
+
+ -- Sun Min <sunmin89 at outlook.com>  Tue, 10 Jan 2023 19:47:31 +0800
+
 libcommons-validator-java (1:1.6-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -17,10 +17,10 @@ Build-Depends:
  libmaven-javadoc-plugin-java,
  maven-debian-helper,
  sgml-base
-Standards-Version: 4.1.4
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/libcommons-validator-java.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libcommons-validator-java.git
-Homepage: http://commons.apache.org/validator/
+Standards-Version: 4.6.2
+Vcs-Git: https://salsa.debian.org/java-team/libcommons-validator-java.git
+Vcs-Browser: https://salsa.debian.org/java-team/libcommons-validator-java
+Homepage: https://commons.apache.org/proper/commons-validator/
 
 Package: libcommons-validator-java
 Architecture: all


=====================================
debian/maven.properties
=====================================
@@ -1,2 +1,4 @@
 project.build.sourceEncoding=UTF-8
 maven.test.failure.ignore=true
+maven.compiler.source=1.8
+maven.compiler.target=1.8


=====================================
debian/orig-tar.sh
=====================================
@@ -1,13 +1,22 @@
 #!/bin/sh
 
-set -e
+#usage:
+#./orig-tar.sh VALIDATOR_1_6_RC1
+#./orig-tar.sh STRUTS_1_1_B1
 
+set -e
+SVN_URL=https://svn.apache.org/repos/asf/commons/_moved_to_git/validator
 PACKAGE=$(dpkg-parsechangelog -S Source)
-VERSION=$2
+VERSION=$1
 TAR=../${PACKAGE}_${VERSION}.orig.tar.xz
 DIR=${PACKAGE}_${VERSION}
-TAG=$(echo "VALIDATOR_$VERSION" | sed -re's,\.,_,g')
+TAG=$VERSION
 
-svn export http://svn.apache.org/repos/asf/commons/proper/validator/tags/${TAG} $DIR
+echo "Available tags: "
+svn ls $SVN_URL/tags
+
+svn export $SVN_URL/tags/${TAG} $DIR
 XZ_OPT=--best tar -c -J -f $TAR $DIR
 rm -rf $DIR ../$TAG
+echo Compressed file locates at $TAR
+


=====================================
debian/watch
=====================================
@@ -1,4 +1,3 @@
-version=3
-opts="uversionmangle=s/_/./g" \
-  http://svn.apache.org/viewvc/commons/proper/validator/tags/ VALIDATOR_([\d_]*)/ \
-  debian debian/orig-tar.sh
+version=4
+opts="repack,compression=xz" \
+https://archive.apache.org/dist/commons/validator/source/commons-validator-(.*)-src.tar.gz



View it on GitLab: https://salsa.debian.org/java-team/libcommons-validator-java/-/commit/787fe498bfcd89714eb8f846eb4062cb880dd126

-- 
View it on GitLab: https://salsa.debian.org/java-team/libcommons-validator-java/-/commit/787fe498bfcd89714eb8f846eb4062cb880dd126
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/20230112/1a6587b6/attachment.htm>


More information about the pkg-java-commits mailing list