Bastien Roucariès pushed to branch master at Debian Java Maintainers / c3p0
Commits: e25689f4 by Bastien Roucariès at 2026-08-05T19:45:01+02:00 Use modern uscan copyright - - - - - 3 changed files: - debian/copyright - − debian/orig-tar.exclude - − debian/orig-tar.sh Changes: ===================================== debian/copyright ===================================== @@ -2,6 +2,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: c3p0 Upstream-Contact: Steve Waldman <[email protected]> Source: https://sourceforge.net/projects/c3p0 +Files-Excluded: *.jar dist/* build/* Files: * Copyright: 2001-2013 Machinery For Change, Inc. ===================================== debian/orig-tar.exclude deleted ===================================== @@ -1,3 +0,0 @@ -*.jar -*/build/* -*/dist/* ===================================== debian/orig-tar.sh deleted ===================================== @@ -1,19 +0,0 @@ -#!/bin/sh -e - -# called by uscan with '--upstream-version' <version> <file> -DIR=c3p0-$2.orig - -# clean up the upstream tarball -tar zxf $3 -mv c3p0-$2.src $DIR -GZIP=--best tar czf $3 -X debian/orig-tar.exclude $DIR -rm -rf $DIR - -# move to directory 'tarballs' -if [ -r .svn/deb-layout ]; then - . .svn/deb-layout - mv $3 $origDir - echo "moved $3 to $origDir" -fi - -exit 0 View it on GitLab: https://salsa.debian.org/java-team/c3p0/-/commit/e25689f475fcc1307836dcd31a850c865b5686b7 -- View it on GitLab: https://salsa.debian.org/java-team/c3p0/-/commit/e25689f475fcc1307836dcd31a850c865b5686b7 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

