[Git][java-team/dynalang][master] 2 commits: Fix watch file (and remove unneeded get-orig-source target)
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Jan 20 12:56:34 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / dynalang
Commits:
e7c758c9 by Andreas Tille at 2025-01-20T13:50:41+01:00
Fix watch file (and remove unneeded get-orig-source target)
- - - - -
f02ab767 by Andreas Tille at 2025-01-20T13:55:56+01:00
Add NMU changelog entry
- - - - -
4 changed files:
- debian/changelog
- − debian/orig-tar.sh
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+dynalang (0.4-4) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Fix watch file (and remove unneeded get-orig-source target)
+
+ -- Andreas Tille <tille at debian.org> Mon, 20 Jan 2025 13:50:11 +0100
+
+dynalang (0.4-3.1) unstable; urgency=medium
+
+ * Non maintainer upload by the Reproducible Builds team.
+ * No source change upload to rebuild on buildd with .buildinfo files.
+
+ -- Holger Levsen <holger at debian.org> Thu, 07 Jan 2021 17:18:11 +0100
+
dynalang (0.4-3) unstable; urgency=medium
* Team upload.
=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,11 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-
-DIR=dynalang-$2
-
-svn export https://dynalang.svn.sourceforge.net/svnroot/dynalang/tags/$2 $DIR
-
-tar cfz dynalang_$2.orig.tar.gz $DIR
-
-rm -rf $DIR ../$2
=====================================
debian/rules
=====================================
@@ -11,6 +11,3 @@ DEB_JARS := ant-junit junit ant-trax
install/libdynalang-java::
jh_installlibs -plibdynalang-java
jh_installjavadoc -plibdynalang-java
-
-get-orig-source:
- uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
-version=3
-https://dynalang.svn.sourceforge.net/svnroot/dynalang/tags/ (\d.*)/ \
- debian debian/orig-tar.sh
+version=4
+
+https://sf.net/@PACKAGE@/@PACKAGE@-@ANY_VERSION@@ARCHIVE_EXT@
View it on GitLab: https://salsa.debian.org/java-team/dynalang/-/compare/a89cdfdd6d8b26a4baf164cf21d92e6426b10e56...f02ab7671e1d46d1fae4b45af174ba87eb624111
--
View it on GitLab: https://salsa.debian.org/java-team/dynalang/-/compare/a89cdfdd6d8b26a4baf164cf21d92e6426b10e56...f02ab7671e1d46d1fae4b45af174ba87eb624111
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/20250120/3f79ba0d/attachment.htm>
More information about the pkg-java-commits
mailing list