[Git][java-team/jcifs][master] 5 commits: New Homepage
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Jan 30 15:31:04 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / jcifs
Commits:
44b85d8e by Andreas Tille at 2025-01-30T16:18:35+01:00
New Homepage
- - - - -
6855bbe4 by Andreas Tille at 2025-01-30T16:25:22+01:00
Fix watch file
- - - - -
da6407d0 by Andreas Tille at 2025-01-30T16:30:09+01:00
Prepare upstream source via Files-Excluded and mark repackaging via +dfsg
- - - - -
ddc56a33 by Andreas Tille at 2025-01-30T16:30:31+01:00
New upstream version 1.3.19+dfsg
- - - - -
599d4ecf by Andreas Tille at 2025-01-30T16:30:31+01:00
Update upstream source from tag 'upstream/1.3.19+dfsg'
Update to upstream version '1.3.19+dfsg'
with Debian dir 36bb139ce6a722e9bb5e28d528e3bfad258124bd
- - - - -
6 changed files:
- − debian/README.source
- debian/changelog
- debian/control
- debian/copyright
- − debian/orig-tar.sh
- debian/watch
Changes:
=====================================
debian/README.source deleted
=====================================
@@ -1,10 +0,0 @@
-jcifs for Debian
-----------------
-
-The upstream supplied tar.gz package contains prebuilt libraries. So,
-the orig-tar.sh script is used to automate rebuilding the tarball.
-
-For step-by-step information on how the orig.tar.sh is obtained,
-please look at the orig-tar.sh present in this directory.
-
- -- Kumar Appaiah <akumar at ee.iitm.ac.in>, Thu, 8 Nov 2007 23:02:10 +0530
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+jcifs (1.3.19+dfsg-1) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * New Homepage
+ * Fix watch file
+ * Prepare upstream source via Files-Excluded and mark repackaging via +dfsg
+
+ -- Andreas Tille <tille at debian.org> Thu, 30 Jan 2025 16:18:18 +0100
+
jcifs (1.3.19-2) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -14,7 +14,7 @@ Build-Depends:
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jcifs.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jcifs.git
-Homepage: http://jcifs.samba.org
+Homepage: https://www.jcifs.org/
Package: libjcifs-java
Architecture: all
=====================================
debian/copyright
=====================================
@@ -8,6 +8,10 @@ Comment:
Jef Poskanzer
Wolfgang Platzer
Other contributors to the JCIFS project
+Files-Excluded: docs/api
+ */*.jar
+ */*.class
+ examples/Format.java
Files: *
Copyright: 2002-2007, Michael B. Allen <jcifs at samba.org>
=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,27 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-VERSION=$2
-TAR=../jcifs_$VERSION.orig.tar.xz
-DIR=jcifs-$VERSION
-
-# clean up the upstream tarball
-mkdir $DIR
-tar --strip-components=1 --directory=$DIR -xf $3
-rm -f $3 $TAR
-XZ_OPT=--best tar cJvf $TAR \
- --exclude 'docs/api' \
- --exclude '*.jar' \
- --exclude '*.class' \
- --exclude 'examples/Format.java' \
- $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
=====================================
debian/watch
=====================================
@@ -1,2 +1,4 @@
-version=3
-https://jcifs.samba.org/src/ jcifs-([\d\.]*).tgz debian debian/orig-tar.sh
+version=4
+
+opts="repacksuffix=+dfsg,dversionmangle=auto" \
+ https://www.jcifs.org/src/jcifs-(\d[\d\.]+)\.tgz
View it on GitLab: https://salsa.debian.org/java-team/jcifs/-/compare/bec48a77128632efeb46e6eb621cff9816e10f7b...599d4ecfb4305a34c7aa0e0ea36f7cbead0ecb2a
--
View it on GitLab: https://salsa.debian.org/java-team/jcifs/-/compare/bec48a77128632efeb46e6eb621cff9816e10f7b...599d4ecfb4305a34c7aa0e0ea36f7cbead0ecb2a
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/20250130/ce2b41ea/attachment.htm>
More information about the pkg-java-commits
mailing list