[Git][java-team/libquartz-java][master] 8 commits: Drop get-orig-source target from debian/rules
Tony Mancill (@tmancill)
gitlab at salsa.debian.org
Mon Jan 30 04:32:34 GMT 2023
Tony Mancill pushed to branch master at Debian Java Maintainers / libquartz-java
Commits:
f4cbad7b by tony mancill at 2019-10-08T17:06:35-07:00
Drop get-orig-source target from debian/rules
- - - - -
d1533425 by tony mancill at 2023-01-29T20:08:44-08:00
Add build-dep on liblog4j1.2-java
- - - - -
5bd44ca0 by tony mancill at 2023-01-29T20:08:44-08:00
Use debhelper-compat (=13)
- - - - -
67454736 by tony mancill at 2023-01-29T20:08:44-08:00
Set Rules-Requires-Root: no in debian/control
- - - - -
c3248aa6 by tony mancill at 2023-01-29T20:08:44-08:00
Bump Standards-Version to 4.6.2
- - - - -
92331810 by tony mancill at 2023-01-29T20:08:44-08:00
Replace libservlet3.1-java with libservlet-api-java
- - - - -
f699b72a by tony mancill at 2023-01-29T20:16:23-08:00
Freshen years in debian/copyright
- - - - -
aa2f7b5a by tony mancill at 2023-01-29T20:16:23-08:00
Prepare changelog for upload
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/maven.rules
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+libquartz-java (1:1.8.6-7) unstable; urgency=medium
+
+ * Add build-dep on liblog4j1.2-java (Closes: #1028678)
+ * Use debhelper-compat (=13)
+ * Set Rules-Requires-Root: no in debian/control
+ * Bump Standards-Version to 4.6.2
+ * Replace libservlet3.1-java with libservlet-api-java
+ * Freshen years in debian/copyright
+
+ -- tony mancill <tmancill at debian.org> Sun, 29 Jan 2023 20:07:14 -0800
+
libquartz-java (1:1.8.6-6) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -7,7 +7,7 @@ Uploaders:
Torsten Werner <twerner at debian.org>,
tony mancill <tmancill at debian.org>
Build-Depends:
- debhelper (>= 11),
+ debhelper-compat (= 13),
default-jdk,
javahelper,
junit,
@@ -19,13 +19,15 @@ Build-Depends:
libgeronimo-jms-1.1-spec-java,
libgeronimo-jta-1.2-spec-java,
libhamcrest-java,
+ liblog4j1.2-java,
libmail-java,
- libservlet3.1-java,
+ libservlet-api-java,
maven-debian-helper (>= 1.4)
-Standards-Version: 4.2.1
+Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/libquartz-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libquartz-java
Homepage: http://quartz-scheduler.org
+Rules-Requires-Root: no
Package: libquartz-java
Architecture: all
=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Quartz Scheduler
Upstream-Contact: James House <jhouse at terracotta.org> as Primary Developer
Jason Voegele <jvoegele at terracotta.org> as Build Engineer, Release Engineer
@@ -11,8 +11,12 @@ License: Apache-2.0
Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'
Files: debian/*
-Copyright: 2007, Varun Hiremath <varunhiremath at gmail.com>
- 2011, Torsten Werner <twerner at debian.org>
+Copyright: 2007-2008, Varun Hiremath <varunhiremath at gmail.com>
+ 2009, Michael Koch <konqueror at gmx.de>
+ 2008-2011, Torsten Werner <twerner at debian.org>
+ 2012, Mathieu Malaterre <malat at debian.org>
+ 2014-2023, Emmanuel Bourg <ebourg at apache.org>
+ 2017-2023, tony mancill <tmancill at debian.org>
License: GPL
On Debian GNU/Linux system you can find the complete text of the
license in '/usr/share/common-licenses/GPL'
=====================================
debian/maven.rules
=====================================
@@ -24,5 +24,4 @@ javax.transaction s/jta/transaction-api/ jar s/.*/debian/ * *
org.quartz-scheduler quartz-parent pom s/.*/debian/ * *
org.quartz-scheduler quartz jar s/.*/debian/ * *
log4j log4j * s/1\.2\..*/1.2.x/ * *
-javax.servlet s/servlet-api/javax.servlet-api/ * s/.*/3.1/ * *
javax.mail s/mail/javax.mail-api/ * s/.*/debian/ * *
=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
%:
dh $@ --with javahelper
-
-get-orig-source:
- uscan --download-current-version --force-download
View it on GitLab: https://salsa.debian.org/java-team/libquartz-java/-/compare/4e677ba026899da697c3fa2b5b416bcc41686fef...aa2f7b5ac1c49e2a86bfc595262eb920d1216ca8
--
View it on GitLab: https://salsa.debian.org/java-team/libquartz-java/-/compare/4e677ba026899da697c3fa2b5b416bcc41686fef...aa2f7b5ac1c49e2a86bfc595262eb920d1216ca8
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/20230130/891a3c58/attachment.htm>
More information about the pkg-java-commits
mailing list