[Git][java-team/weirdx][master] 7 commits: Add nmu changelog

Jochen Sprickerhof gitlab at salsa.debian.org
Sun Jan 17 16:03:37 GMT 2021



Jochen Sprickerhof pushed to branch master at Debian Java Maintainers / weirdx


Commits:
5bdf7fa1 by Jochen Sprickerhof at 2021-01-17T16:37:40+01:00
Add nmu changelog

- - - - -
a3eb2788 by Jochen Sprickerhof at 2021-01-17T16:37:59+01:00
Drop jh_depends override

javahelper 0.77 changed the content of ${java:Depends} from:

Depends: default-jre | java7-runtime | java8-runtime | java9-runtime, jarwrapper (>= 0.5)

to:

Depends: openjdk-9-jre | openjdk-8-jre, jarwrapper (>= 0.5)

Both JRE are no longer in testing so the package is blocked.
Dropping the override produce the old output again.

- - - - -
380c448e by Jochen Sprickerhof at 2021-01-17T16:58:10+01:00
Remove trailing spaces from d/changelog

- - - - -
371b53a6 by Jochen Sprickerhof at 2021-01-17T16:58:27+01:00
Update d/watch to version 4

- - - - -
085802d5 by Jochen Sprickerhof at 2021-01-17T16:59:32+01:00
Switch Vcs-*: to salsa

- - - - -
52ed1da4 by Jochen Sprickerhof at 2021-01-17T17:00:12+01:00
bump policy and debhelper versions

- - - - -
dbcf9954 by Jochen Sprickerhof at 2021-01-17T17:02:13+01:00
Update changelog for 1.0.32-8 release

- - - - -


5 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,21 @@
+weirdx (1.0.32-8) unstable; urgency=medium
+
+  * Team upload.
+  * Remove trailing spaces from d/changelog
+  * Drop jh_depends override
+  * Update d/watch to version 4
+  * Switch Vcs-*: to salsa
+  * bump policy and debhelper versions
+
+ -- Jochen Sprickerhof <jspricke at debian.org>  Sun, 17 Jan 2021 17:00:33 +0100
+
+weirdx (1.0.32-7.1) unstable; urgency=medium
+
+  * Non maintainer upload by the Reproducible Builds team.
+  * No source change upload to rebuild on buildd with .buildinfo files.
+
+ -- Holger Levsen <holger at debian.org>  Thu, 07 Jan 2021 15:28:43 +0100
+
 weirdx (1.0.32-7) unstable; urgency=medium
 
   * Team upload.
@@ -16,7 +34,7 @@ weirdx (1.0.32-6) unstable; urgency=low
   * Team upload.
 
   [ Matthew Johnson ]
-  * move to team repo and maintenance 
+  * move to team repo and maintenance
 
   [ Damien Raude-Morvan ]
   * Use default-jdk to build (Closes: #640631).
@@ -27,26 +45,26 @@ weirdx (1.0.32-6) unstable; urgency=low
 
 weirdx (1.0.32-5) unstable; urgency=low
 
-  * Revert gjdoc depends and use javahelper not dh_javadoc 
+  * Revert gjdoc depends and use javahelper not dh_javadoc
 
  -- Matthew Johnson <mjj29 at debian.org>  Sat, 12 Dec 2009 20:49:49 +0000
 
 weirdx (1.0.32-4) unstable; urgency=low
 
-  * Add depends on gjdoc for dh_javadoc (Closes: #540615) 
+  * Add depends on gjdoc for dh_javadoc (Closes: #540615)
 
  -- Matthew Johnson <mjj29 at debian.org>  Sun, 09 Aug 2009 15:46:15 +0100
 
 weirdx (1.0.32-3) unstable; urgency=low
 
-  * Convert to dh 7 and quilt 
+  * Convert to dh 7 and quilt
   * Change from sun to openjdk and move to main (Closes: #540445)
 
  -- Matthew Johnson <mjj29 at debian.org>  Sat, 08 Aug 2009 13:50:45 +0100
 
 weirdx (1.0.32-2) unstable; urgency=low
 
-  * Add watch file 
+  * Add watch file
 
  -- Matthew Johnson <mjj29 at debian.org>  Tue, 19 Feb 2008 15:52:48 +0000
 
@@ -55,6 +73,6 @@ weirdx (1.0.32-1) unstable; urgency=low
   * Initial release. (Closes: #461906)
   * Add patch to allow starting X from a library call
   * Many apps fail under gcj, restricting to sun (and hence contrib) for now
-  * Add the rest of the copyright statements to debian/copyright 
+  * Add the rest of the copyright statements to debian/copyright
 
  -- Matthew Johnson <mjj29 at debian.org>  Mon, 11 Feb 2008 14:37:08 +0000


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10


=====================================
debian/control
=====================================
@@ -3,12 +3,13 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: tony mancill <tmancill at debian.org>
-Build-Depends: debhelper (>> 10), javahelper (>= 0.25)
+Build-Depends: debhelper-compat (= 13), dh-sequence-javahelper
 Build-Depends-Indep: default-jdk
-Standards-Version: 4.0.0
+Standards-Version: 4.5.1
+Rules-Requires-Root: no
 Homepage: http://www.jcraft.com/weirdx/
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/weirdx.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/weirdx.git
+Vcs-Browser: https://salsa.debian.org/java-team/weirdx
+Vcs-Git: https://salsa.debian.org/java-team/weirdx.git
 
 Package: weirdx
 Architecture: all


=====================================
debian/rules
=====================================
@@ -1,9 +1,4 @@
 #!/usr/bin/make -f
 
-export JAVA_HOME=/usr/lib/jvm/default-java
-
 %:
-	dh $@ --with javahelper
-
-override_jh_depends:
-	jh_depends -jopen
+	dh $@


=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
-version=3
+version=4
 opts=uversionmangle=s/\.(tar.*|tgz|zip|gz|bz2)$//i,dversionmangle=s/[-.+~]?(cvs|svn|git|snapshot|pre|hg)(.*)$//i,pasv \
-http://sf.net/weirdx/weirdx-?_?([\d+\.]+|\d+)\.(tar.*|tgz|zip|gz|bz2|) debian uupdate
+http://sf.net/weirdx/weirdx-?_?([\d+\.]+|\d+)\.(tar.*|tgz|zip|gz|bz2|)



View it on GitLab: https://salsa.debian.org/java-team/weirdx/-/compare/7188d8f4545c3143e426f150d418ac0941fc1bf4...dbcf9954c39d57c75696206b2567bcbf292e8dd9

-- 
View it on GitLab: https://salsa.debian.org/java-team/weirdx/-/compare/7188d8f4545c3143e426f150d418ac0941fc1bf4...dbcf9954c39d57c75696206b2567bcbf292e8dd9
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/20210117/0bd486e8/attachment.html>


More information about the pkg-java-commits mailing list