[Git][java-team/janino][master] 2 commits: Use Files-Excluded to remove files from upstream source
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Jan 27 17:42:02 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / janino
Commits:
e3eb4035 by Andreas Tille at 2025-01-27T18:39:51+01:00
Use Files-Excluded to remove files from upstream source
- - - - -
bd1bc319 by Andreas Tille at 2025-01-27T18:41:42+01:00
Update d/copyright
- - - - -
4 changed files:
- debian/changelog
- debian/copyright
- − debian/orig-tar.sh
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -17,7 +17,8 @@ janino (2.7.0-3) UNRELEASED; urgency=medium
* No tab in license text (routine-update)
* Trim trailing whitespace.
* Fix day-of-week for changelog entries 2.5.11-1, 2.5.9-1.
- * d/copyright: Fix license name
+ * d/copyright: Fix license name, update
+ * Use Files-Excluded to remove files from upstream source
-- Andreas Tille <tille at debian.org> Mon, 27 Jan 2025 18:21:57 +0100
=====================================
debian/copyright
=====================================
@@ -2,13 +2,20 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Janino
Upstream-Contact: Arno Unkrig <arno at unkrig.de>
Source: https://github.com/janino-compiler/janino
+Files-Excluded: */.classpath
+ */.gitignore
+ */.hgignore
+ */.project
+ */.settings
+ */*.jar
Files: *
-Copyright: 2001-2013, Arno Unkrig
+Copyright: 2001-2016, Arno Unkrig
+ 2015-2016 TIBCO Software Inc.
License: BSD-3-clause
Files: debian/*
-Copyright: 2007, Philipp Hagemeister <ubuntu at phihag.de>
+Copyright: 2007-2008, Philipp Hagemeister <ubuntu at phihag.de>
2012-2013, Damien Raude-Morvan <drazzib at debian.org>
License: BSD-3-clause
=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../janino_$VERSION.orig.tar.xz
-DIR=janino-$VERSION
-
-svn export https://svn.codehaus.org/janino/tags/janino_$VERSION/ $DIR
-tar -c -J -f $TAR --exclude .classpath --exclude .settings --exclude .project --exclude *.jar --exclude .hgignore $DIR
-rm -rf $DIR ../$TAG $3
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
- . .svn/deb-layout
- mv $TAR $origDir
- echo "moved $TAR to $origDir"
-fi
=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
version=4
-opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+opts="repacksuffix=+dfsg,dversionmangle=auto,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
https://github.com/janino-compiler/janino/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz
View it on GitLab: https://salsa.debian.org/java-team/janino/-/compare/ba03714308c5c58a3f4651d802163726c11a69cf...bd1bc319724f5d6f905b80cea68c6565049fa877
--
View it on GitLab: https://salsa.debian.org/java-team/janino/-/compare/ba03714308c5c58a3f4651d802163726c11a69cf...bd1bc319724f5d6f905b80cea68c6565049fa877
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/20250127/03c9d48d/attachment.htm>
More information about the pkg-java-commits
mailing list