[Git][java-team/javatuples][master] 9 commits: Update Standards-Version to 4.5.1

Sudip Mukherjee gitlab at salsa.debian.org
Thu Dec 31 17:33:04 GMT 2020



Sudip Mukherjee pushed to branch master at Debian Java Maintainers / javatuples


Commits:
e7d22d74 by Sudip Mukherjee at 2020-12-31T17:14:33+00:00
Update Standards-Version to 4.5.1

Signed-off-by: Sudip Mukherjee <sudipm.mukherjee at gmail.com>

- - - - -
619946cd by Sudip Mukherjee at 2020-12-31T17:14:54+00:00
Use debhelper-compat and update to compat level 13

Signed-off-by: Sudip Mukherjee <sudipm.mukherjee at gmail.com>

- - - - -
44faee99 by Sudip Mukherjee at 2020-12-31T17:15:43+00:00
Update Vcs to salsa

Signed-off-by: Sudip Mukherjee <sudipm.mukherjee at gmail.com>

- - - - -
413d5646 by Sudip Mukherjee at 2020-12-31T17:16:39+00:00
Remove cdbs

Signed-off-by: Sudip Mukherjee <sudipm.mukherjee at gmail.com>

- - - - -
622e5beb by Sudip Mukherjee at 2020-12-31T17:25:40+00:00
Add Rules-Requires-Root: no

Signed-off-by: Sudip Mukherjee <sudipm.mukherjee at gmail.com>

- - - - -
011981ef by Sudip Mukherjee at 2020-12-31T17:25:40+00:00
Remove whitespace from d/control

Signed-off-by: Sudip Mukherjee <sudipm.mukherjee at gmail.com>

- - - - -
00853df8 by Sudip Mukherjee at 2020-12-31T17:25:40+00:00
Use https with copyright-format-uri

Signed-off-by: Sudip Mukherjee <sudipm.mukherjee at gmail.com>

- - - - -
a7507ec4 by Sudip Mukherjee at 2020-12-31T17:25:40+00:00
Modify description for description-too-short lintian error

Signed-off-by: Sudip Mukherjee <sudipm.mukherjee at gmail.com>

- - - - -
55553708 by Sudip Mukherjee at 2020-12-31T17:26:46+00:00
Add changelog for 1.2-2 release

Signed-off-by: Sudip Mukherjee <sudipm.mukherjee at gmail.com>

- - - - -


5 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+javatuples (1.2-2) unstable; urgency=medium
+
+  * Team upload.
+  * Update Standards-Version to 4.5.1
+  * Use debhelper-compat.
+    - Update compat level to 13.
+  * Update Vcs to salsa.
+  * Remove cdbs use.
+  * Add Rules-Requires-Root: no.
+  * Remove whitespace from d/control.
+  * Use https with copyright-format-uri.
+  * Modify description for description-too-short lintian error.
+
+ -- Sudip Mukherjee <sudipm.mukherjee at gmail.com>  Thu, 31 Dec 2020 17:25:52 +0000
+
 javatuples (1.2-1) unstable; urgency=low
 
   * Initial release (Closes: #751027)


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


=====================================
debian/control
=====================================
@@ -3,19 +3,19 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Eugene Zhukov <jevgeni.zh at gmail.com>
-Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.5)
-Build-Depends-Indep: junit4, libcommons-lang-java (>= 2.5) 
-Standards-Version: 3.9.5
-Vcs-Git: git://anonscm.debian.org/pkg-java/javatuples.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/javatuples.git
+Build-Depends: debhelper-compat (= 13), default-jdk, maven-debian-helper (>= 1.5)
+Build-Depends-Indep: junit4, libcommons-lang-java (>= 2.5)
+Standards-Version: 4.5.1
+Rules-Requires-Root: no
+Vcs-Git: https://salsa.debian.org/java-team/javatuples.git
+Vcs-Browser: https://salsa.debian.org/java-team/javatuples
 Homepage: http://www.javatuples.org
 
 Package: libjavatuples-java
 Architecture: all
 Depends: ${misc:Depends}, ${maven:Depends}
 Suggests: ${maven:OptionalDepends}
-Description: javatuples
- Java library for tuples in Java.
+Description: Java library for tuples in Java.
  javatuples is one of the simplest java libraries ever made. Its aim is
  to provide a set of java classes that allow you to work with tuples.
  .


=====================================
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: javatuples
 Source: http://www.javatuples.org
 


=====================================
debian/rules
=====================================
@@ -1,9 +1,7 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/maven.mk
-
-JAVA_HOME := /usr/lib/jvm/default-java
+%:
+	dh $@
 
 get-orig-source:
 	uscan --download-current-version --force-download --rename --verbose



View it on GitLab: https://salsa.debian.org/java-team/javatuples/-/compare/b62071f52fc14dced4905dcbf826e1ebb17d667a...55553708d5017a5494140c6dfb63adf42cbbb165

-- 
View it on GitLab: https://salsa.debian.org/java-team/javatuples/-/compare/b62071f52fc14dced4905dcbf826e1ebb17d667a...55553708d5017a5494140c6dfb63adf42cbbb165
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/20201231/a794bcc9/attachment.html>


More information about the pkg-java-commits mailing list