Andreas Tille pushed to branch master at Debian Java Maintainers / libjpfcodegen-java
Commits: bac6f108 by Andreas Tille at 2025-02-08T23:02:56+01:00 Point watch file to Github Remove files form upstream source via Files-Excluded - - - - - 4 changed files: - debian/changelog - debian/copyright - − debian/get-orig-source - + debian/watch Changes: ===================================== debian/changelog ===================================== @@ -7,6 +7,8 @@ libjpfcodegen-java (0.4+dfsg1-2) UNRELEASED; urgency=medium [ Andreas Tille ] * Point Homepage to Github + * Point watch file to Github + * Remove files form upstream source via Files-Excluded -- gregor herrmann <[email protected]> Fri, 20 Aug 2021 03:32:38 +0200 ===================================== 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" ===================================== debian/watch ===================================== @@ -0,0 +1,4 @@ +version=4 + +opts="mode=git,pretty=0.4+git%cd.%h,repacksuffix=+dfsg,dversionmangle=auto" \ + https://github.com/magsilva/jpfcodegen.git HEAD View it on GitLab: https://salsa.debian.org/java-team/libjpfcodegen-java/-/commit/bac6f108278435bf5c1e570508066dff748c24e8 -- View it on GitLab: https://salsa.debian.org/java-team/libjpfcodegen-java/-/commit/bac6f108278435bf5c1e570508066dff748c24e8 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

