[Git][java-team/statcvs][master] 9 commits: Import Debian changes 1:0.7.0.dfsg-8
Petter Reinholdtsen (@pere)
gitlab at salsa.debian.org
Sun Nov 17 12:12:47 GMT 2024
Petter Reinholdtsen pushed to branch master at Debian Java Maintainers / statcvs
Commits:
e84dacce by Marcos Talau at 2024-11-17T12:57:09+01:00
Import Debian changes 1:0.7.0.dfsg-8
statcvs (1:0.7.0.dfsg-8) unstable; urgency=medium
.
* QA upload.
* Set maintainer to Debian QA Group <packages at qa.debian.org>. (see: #897311)
* debian/control: Remove Uploaders field.
- - - - -
a40862dd by Jochen Sprickerhof at 2024-11-17T12:57:14+01:00
Import Debian changes 1:0.7.0.dfsg-9
statcvs (1:0.7.0.dfsg-9) unstable; urgency=medium
.
* QA upload.
* Fix Maintainer: field
- - - - -
28047a43 by Petter Reinholdtsen at 2024-11-17T12:59:32+01:00
Updated vcs in d/control to Salsa.
- - - - -
e88bae8d by Petter Reinholdtsen at 2024-11-17T12:59:32+01:00
Updated d/gbp.conf to enforce the use of pristine-tar.
- - - - -
52a22d38 by Petter Reinholdtsen at 2024-11-17T12:59:32+01:00
Updated Standards-Version from 4.1.4 to 4.7.0.
- - - - -
5f3323b6 by Petter Reinholdtsen at 2024-11-17T12:59:32+01:00
Use wrap-and-sort -at for debian control files.
- - - - -
be95d1f3 by Petter Reinholdtsen at 2024-11-17T12:59:36+01:00
Bump debhelper from old 11 to 13.
Changes-By: lintian-brush
Fixes: lintian: package-uses-old-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
- - - - -
5bf827e8 by Petter Reinholdtsen at 2024-11-17T12:59:36+01:00
Set debhelper-compat version in Build-Depends.
Changes-By: lintian-brush
Fixes: lintian: uses-debhelper-compat-file
See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html
- - - - -
3fe21a68 by Petter Reinholdtsen at 2024-11-17T13:02:42+01:00
Added 2000-lib-placeholder.patch to make sure lib/ exist during build.
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- + debian/gbp.conf
- + debian/patches/2000-lib-placeholder.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+statcvs (1:0.7.0.dfsg-9) unstable; urgency=medium
+
+ * QA upload.
+ * Fix Maintainer: field
+
+ -- Jochen Sprickerhof <jspricke at debian.org> Sat, 19 Nov 2022 09:05:49 +0100
+
+statcvs (1:0.7.0.dfsg-8) unstable; urgency=medium
+
+ * QA upload.
+ * Set maintainer to Debian QA Group <packages at qa.debian.org>. (see: #897311)
+ * debian/control: Remove Uploaders field.
+
+ -- Marcos Talau <talau at debian.org> Sun, 13 Nov 2022 20:25:15 -0300
+
statcvs (1:0.7.0.dfsg-7) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -1,38 +1,30 @@
Source: statcvs
Section: vcs
Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders:
- Vincent Fourmond <fourmond at debian.org>,
- Christian Bayle <bayle at debian.org>
-Build-Depends:
- ant,
- debhelper (>= 11),
- default-jdk,
- javahelper (>= 0.36),
- junit,
- libjcommon-java,
- libjdom1-java,
- libjfreechart-java (>= 1.0.19)
-Standards-Version: 4.1.4
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/statcvs.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/statcvs.git
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Build-Depends: ant,
+ debhelper-compat (= 13),
+ default-jdk,
+ javahelper (>= 0.36),
+ junit,
+ libjcommon-java,
+ libjdom1-java,
+ libjfreechart-java (>= 1.0.19),
+Standards-Version: 4.7.0
Homepage: http://statcvs.sourceforge.net/
+Vcs-Browser: https://salsa.debian.org/debian/statcvs
+Vcs-Git: https://salsa.debian.org/debian/statcvs.git
Package: statcvs
Architecture: all
-Depends:
- default-jre | java7-runtime,
- java-wrappers (>= 0.1.22),
- libjfreechart-java (>= 1.0.19),
- ${java:Depends},
- ${misc:Depends}
-Breaks:
- statsvn (<< 0.5.0)
-Conflicts:
- statsvn (<< 0.5.0)
-Recommends:
- cvs
+Depends: default-jre | java7-runtime,
+ java-wrappers (>= 0.1.22),
+ libjfreechart-java (>= 1.0.19),
+ ${java:Depends},
+ ${misc:Depends},
+Breaks: statsvn (<< 0.5.0),
+Conflicts: statsvn (<< 0.5.0),
+Recommends: cvs,
Description: CVS Repository statistic analysis tool, written in Java
StatCvs retrieves information from a CVS repository and generates
various tables and charts describing the project development,
=====================================
debian/gbp.conf
=====================================
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True
=====================================
debian/patches/2000-lib-placeholder.patch
=====================================
@@ -0,0 +1,12 @@
+Description: Make sure lib/ exist during build.
+ When building from git, empty directories are not created
+ during git checkout. As a workaround, create a placeholder in lib/
+ to make sure the directory is present during build.
+Author: Petter Reinholdtsen <pere at debian.org>
+Forwarded: not-needed
+Last-Update: 2024-11-16
+---
+--- /dev/null
++++ zemberek-ooo-1.0~rc2/lib/.placeholder
+@@ -0,0 +1 @@
++placeholder to get build working
=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
01-disable-unjar.diff
10-disable-jtreemap.diff
jfreechart-compatibility.patch
+2000-lib-placeholder.patch
View it on GitLab: https://salsa.debian.org/java-team/statcvs/-/compare/ff161473797557cc8fffcd8fdb8cacbcf2ecd93a...3fe21a68a1b6f1a236292a51ca6183cc87c40e52
--
View it on GitLab: https://salsa.debian.org/java-team/statcvs/-/compare/ff161473797557cc8fffcd8fdb8cacbcf2ecd93a...3fe21a68a1b6f1a236292a51ca6183cc87c40e52
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/20241117/9d7e5c80/attachment.htm>
More information about the pkg-java-commits
mailing list