[Git][java-team/libjpfcodegen-java][master] 3 commits: Point Homepage to Github
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sat Feb 8 21:59:07 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / libjpfcodegen-java
Commits:
25d50e4f by Andreas Tille at 2025-02-08T22:50:41+01:00
Point Homepage to Github
- - - - -
50a4efab by Andreas Tille at 2025-02-08T22:51:24+01:00
Include changelog entry from NMU
- - - - -
a94730fb by Andreas Tille at 2025-02-08T22:57:15+01:00
Point watch file to Github
Remove files form upstream source via Files-Excluded
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/copyright
- − debian/get-orig-source
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,24 @@
libjpfcodegen-java (0.4+dfsg1-2) UNRELEASED; urgency=medium
+ * Team Upload
+
+ [ gregor herrmann ]
* Remove myself from Uploaders.
+ [ Andreas Tille ]
+ * Point Homepage to Github
+ * Point watch file to Github
+ * Remove files form upstream source via Files-Excluded
+
-- gregor herrmann <gregoa at debian.org> Fri, 20 Aug 2021 03:32:38 +0200
+libjpfcodegen-java (0.4+dfsg1-1.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> Sun, 03 Jan 2021 12:14:04 +0100
+
libjpfcodegen-java (0.4+dfsg1-1) unstable; urgency=medium
* debian/get-orig-source: also remove sourceless minified Javascript
=====================================
debian/control
=====================================
@@ -14,7 +14,7 @@ Build-Depends-Indep: default-jdk,
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libjpfcodegen-java.git
Vcs-Git: git://anonscm.debian.org/pkg-java/libjpfcodegen-java.git
-Homepage: http://page.mi.fu-berlin.de/oezbek/jpf/
+Homepage: https://github.com/magsilva/jpfcodegen
Package: libjpfcodegen-java
Architecture: all
=====================================
debian/copyright
=====================================
@@ -1,18 +1,9 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: JPF Code Generator
Upstream-Contact: Christopher Oezbek - oezi[at]oezi.de
-Source:
- In theory: http://forge.spline.inf.fu-berlin.de/projects/jpfcodegen/
- In practice: Since this page gives a 404 error we grab the source from the
- JabRef SVN repository at
- https://jabref.svn.sourceforge.net/svnroot/jabref/tags/jpfcodegen-0.4
-Comment:
- The +dfsg version is created by removing the lib/ directory from
- the upstream source. This directory contains compiled code without source.
- Additionally two sourceless minified Javascript files are removed from
- resources/website.
- .
- This can be automated by debian/get-orig-source.
+Source: https://github.com/magsilva/jpfcodegen
+Files-Excluded: lib
+ resources/website/sh_*.min.js
Files: *
Copyright: 2007, Christopher Oezbek - oezi[at]oezi.de
=====================================
debian/get-orig-source deleted
=====================================
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-DIR=$(mktemp -d)
-SUFFIX=+dfsg1
-
-pushd $DIR
-
-svn export https://jabref.svn.sourceforge.net/svnroot/jabref/tags/jpfcodegen-0.4 libjpfcodegen-0.4${SUFFIX}.orig
-
-rm -rv libjpfcodegen-0.4${SUFFIX}.orig/lib
-rm -v libjpfcodegen-0.4${SUFFIX}.orig/resources/website/sh_*.min.js
-tar cfz libjpfcodegen_0.4${SUFFIX}.orig.tar.gz libjpfcodegen-0.4${SUFFIX}.orig
-rm -r libjpfcodegen-0.4${SUFFIX}.orig
-
-popd
-
-mv $DIR/libjpfcodegen_0.4${SUFFIX}.orig.tar.gz ../
-rm -r $DIR
-
-echo "Done. Have fun with ../libjpfcodegen_0.4${SUFFIX}.orig.tar.gz"
View it on GitLab: https://salsa.debian.org/java-team/libjpfcodegen-java/-/compare/9bca474a72737f1d5923184d1874f0d1d457db1c...a94730fb3ee7c208ffc04687603a2a08bd0590cc
--
View it on GitLab: https://salsa.debian.org/java-team/libjpfcodegen-java/-/compare/9bca474a72737f1d5923184d1874f0d1d457db1c...a94730fb3ee7c208ffc04687603a2a08bd0590cc
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/20250208/ecfa79b3/attachment.htm>
More information about the pkg-java-commits
mailing list