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 <tmanc...@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 <twer...@debian.org>,
  tony mancill <tmanc...@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 <jho...@terracotta.org> as Primary Developer 
              Jason Voegele <jvoeg...@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 <varunhirem...@gmail.com>
-           2011, Torsten Werner <twer...@debian.org>
+Copyright: 2007-2008, Varun Hiremath <varunhirem...@gmail.com>
+           2009, Michael Koch <konque...@gmx.de>
+           2008-2011, Torsten Werner <twer...@debian.org>
+           2012, Mathieu Malaterre <ma...@debian.org>
+           2014-2023, Emmanuel Bourg <ebo...@apache.org>
+           2017-2023, tony mancill <tmanc...@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.


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to