[Git][java-team/groovycsv][master] 4 commits: Standards-Version updated to 4.5.0
Emmanuel Bourg
gitlab at salsa.debian.org
Tue May 26 15:10:22 BST 2020
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / groovycsv
Commits:
2b287d6e by Emmanuel Bourg at 2020-05-26T12:19:31+02:00
Standards-Version updated to 4.5.0
- - - - -
0cea0e07 by Emmanuel Bourg at 2020-05-26T13:07:08+02:00
Updated the opencsv groupId in the pom (Closes: #952292)
- - - - -
995eccbe by Emmanuel Bourg at 2020-05-26T13:08:40+02:00
Depend on debhelper-compat instead of debhelper
- - - - -
2cdbf385 by Emmanuel Bourg at 2020-05-26T13:12:45+02:00
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/pom.xml
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+groovycsv (1.3-2) unstable; urgency=medium
+
+ * Updated the opencsv groupId in the pom (Closes: #952292)
+ * Standards-Version updated to 4.5.0
+ * Depend on debhelper-compat instead of debhelper
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 26 May 2020 13:12:38 +0200
+
groovycsv (1.3-1) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-12
=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders:
Emmanuel Bourg <ebourg at apache.org>,
Build-Depends:
- debhelper (>= 12),
+ debhelper-compat (= 12),
default-jdk,
gradle-debian-helper,
libcglib-nodep-java <!nocheck>,
@@ -13,7 +13,7 @@ Build-Depends:
libopencsv-java,
libspock-java <!nocheck>,
maven-repo-helper,
-Standards-Version: 4.4.1
+Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/java-team/groovycsv.git
Vcs-Browser: https://salsa.debian.org/java-team/groovycsv
Homepage: https://github.com/xlson/groovycsv
=====================================
debian/pom.xml
=====================================
@@ -37,9 +37,9 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>net.sf.opencsv</groupId>
+ <groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
- <version>2.1</version>
+ <version>debian</version>
<scope>compile</scope>
</dependency>
<dependency>
View it on GitLab: https://salsa.debian.org/java-team/groovycsv/-/compare/7d00c686f30dd8fc5e1e932d13b97bba3b5e6174...2cdbf3858575ac2fe5737c73779d991438c447b7
--
View it on GitLab: https://salsa.debian.org/java-team/groovycsv/-/compare/7d00c686f30dd8fc5e1e932d13b97bba3b5e6174...2cdbf3858575ac2fe5737c73779d991438c447b7
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/20200526/c7d5f785/attachment.html>
More information about the pkg-java-commits
mailing list