[Git][java-team/commons-jci][master] 9 commits: Removed Damien Raude-Morvan from the uploaders (Closes: #889381)
Emmanuel Bourg
gitlab at salsa.debian.org
Mon Apr 27 08:56:54 BST 2020
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / commons-jci
Commits:
c2610be0 by Emmanuel Bourg at 2020-04-27T09:32:22+02:00
Removed Damien Raude-Morvan from the uploaders (Closes: #889381)
- - - - -
3e450764 by Emmanuel Bourg at 2020-04-27T09:34:11+02:00
Wrap and sort
- - - - -
40f47e2b by Emmanuel Bourg at 2020-04-27T09:34:30+02:00
Standards-Version updated to 4.5.0
- - - - -
ac4c62b7 by Emmanuel Bourg at 2020-04-27T09:34:43+02:00
Switch to debhelper level 12
- - - - -
3c4f7c82 by Emmanuel Bourg at 2020-04-27T09:35:40+02:00
Use a secure watch URL
- - - - -
79cb7f1c by Emmanuel Bourg at 2020-04-27T09:40:10+02:00
Use salsa.debian.org Vcs-* URLs
- - - - -
79990ecb by Emmanuel Bourg at 2020-04-27T09:50:48+02:00
Removed the -doc package
- - - - -
26bd88c6 by Emmanuel Bourg at 2020-04-27T09:56:22+02:00
Depend on libeclipse-jdt-core-java instead of libecj-java
- - - - -
d0583069 by Emmanuel Bourg at 2020-04-27T09:56:38+02:00
Upload to unstable
- - - - -
9 changed files:
- debian/changelog
- − debian/compat
- debian/control
- − debian/libcommons-jci-java-doc.doc-base
- − debian/libcommons-jci-java-doc.examples
- − debian/libcommons-jci-java-doc.install
- debian/maven.rules
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,20 @@
-commons-jci (1.1-6) UNRELEASED; urgency=medium
+commons-jci (1.1-6) unstable; urgency=medium
* Team upload.
+
+ [ tony mancill ]
* Correct bug number in prior changelog entry.
- -- tony mancill <tmancill at debian.org> Sun, 03 Dec 2017 19:57:47 -0800
+ [ Emmanuel Bourg ]
+ * Removed Damien Raude-Morvan from the uploaders (Closes: #889381)
+ * Depend on libeclipse-jdt-core-java instead of libecj-java
+ * Removed the -doc package
+ * Standards-Version updated to 4.5.0
+ * Switch to debhelper level 12
+ * Use a secure watch URL
+ * Use salsa.debian.org Vcs-* URLs
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 27 Apr 2020 09:56:28 +0200
commons-jci (1.1-5) unstable; urgency=medium
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -1,34 +1,37 @@
Source: commons-jci
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Damien Raude-Morvan <drazzib at debian.org>,
- Emmanuel Bourg <ebourg at apache.org>
Section: java
Priority: optional
-Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper
-Build-Depends-Indep: default-jdk-doc,
- groovy,
- junit4,
- libasm-java (>= 5.0),
- libcommons-io-java,
- libcommons-lang3-java,
- libcommons-logging-java,
- libecj-java,
- libjanino-java (>= 2.6.0),
- libmaven-antrun-plugin-java,
- libmaven-javadoc-plugin-java,
- librhino-java
-Standards-Version: 4.1.2
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/commons-jci.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/commons-jci.git
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Emmanuel Bourg <ebourg at apache.org>
+Build-Depends:
+ debhelper-compat (= 12),
+ default-jdk,
+ default-jdk-doc,
+ groovy,
+ junit4,
+ libasm-java (>= 5.0),
+ libcommons-io-java,
+ libcommons-lang3-java,
+ libcommons-logging-java,
+ libeclipse-jdt-core-java,
+ libjanino-java (>= 2.6.0),
+ libmaven-antrun-plugin-java,
+ libmaven-javadoc-plugin-java,
+ librhino-java,
+ maven-debian-helper
+Standards-Version: 4.5.0
+Vcs-Git: https://salsa.debian.org/java-team/commons-jci.git
+Vcs-Browser: https://salsa.debian.org/java-team/commons-jci
Homepage: http://commons.apache.org/jci/
Package: libcommons-jci-java
Architecture: all
-Depends: libasm-java (>= 5.0),
- libcommons-io-java,
- libcommons-lang3-java,
- libcommons-logging-java,
- ${misc:Depends}
+Depends:
+ libasm-java (>= 5.0),
+ libcommons-io-java,
+ libcommons-lang3-java,
+ libcommons-logging-java,
+ ${misc:Depends}
Description: common Java interface for various compilers - Core and FAM
Commons JCI is a common Java compiler interface for various compilers.
.
@@ -42,9 +45,10 @@ Description: common Java interface for various compilers - Core and FAM
Package: libcommons-jci-rhino-java
Architecture: all
-Depends: libcommons-jci-java (= ${source:Version}),
- librhino-java,
- ${misc:Depends}
+Depends:
+ libcommons-jci-java (= ${source:Version}),
+ librhino-java,
+ ${misc:Depends}
Description: common Java interface for various compilers - Javascript
Commons JCI is a common Java compiler interface for various compilers.
.
@@ -72,9 +76,10 @@ Description: common Java interface for various compilers - Groovy
Package: libcommons-jci-janino-java
Architecture: all
-Depends: libcommons-jci-java (= ${source:Version}),
- libjanino-java (>= 2.6.0),
- ${misc:Depends}
+Depends:
+ libcommons-jci-java (= ${source:Version}),
+ libjanino-java (>= 2.6.0),
+ ${misc:Depends}
Description: common Java interface for various compilers - Janino
Commons JCI is a common Java compiler interface for various compilers.
.
@@ -99,20 +104,3 @@ Description: common Java interface for various compilers - Eclipse JDT
that can be used with JCI compiling/reloading classloader.
.
This package contains Eclipse JDT compiler module of Commons JCI.
-
-Package: libcommons-jci-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Recommends: default-jdk-doc
-Suggests: libcommons-jci-java
-Description: common Java interface for various compilers - documentation
- Commons JCI is a common Java compiler interface for various compilers.
- .
- It can be used to either compile Java (or any other language that can be
- compiled to Java classes like e.g. Groovy or Javascript) to Java.
- .
- It is integrated with a Java FAM (Filesystem Alteration Monitor)
- that can be used with JCI compiling/reloading classloader.
- .
- This package contains Javadoc API of Commons JCI.
=====================================
debian/libcommons-jci-java-doc.doc-base deleted
=====================================
@@ -1,9 +0,0 @@
-Document: libcommons-jci-java-doc
-Title: API Javadoc for Commons JCI
-Author: Commons JCI developers
-Abstract: This is the API Javadoc provided by the Commons JCI library.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libcommons-jci-java/api/index.html
-Files: /usr/share/doc/libcommons-jci-java/api/*
=====================================
debian/libcommons-jci-java-doc.examples deleted
=====================================
@@ -1,2 +0,0 @@
-examples/src/
-
=====================================
debian/libcommons-jci-java-doc.install deleted
=====================================
@@ -1 +0,0 @@
-target/site/apidocs/* usr/share/doc/libcommons-jci-java/api/
=====================================
debian/maven.rules
=====================================
@@ -3,3 +3,4 @@ junit junit jar s/.*/4.x/ * *
org.apache.commons commons-jci-core * * * test
s/asm/org.ow2.asm/ * * s/.*/debian/ * *
org.apache.commons commons-lang3 * s/.*/3.x/ * *
+s/org.eclipse.jdt.core.compiler/org.eclipse.jdt/ s/ecj/org.eclipse.jdt.core/ * s/.*/debian/ * *
=====================================
debian/rules
=====================================
@@ -1,7 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@ --buildsystem=maven
-
-get-orig-source:
- uscan --download-current-version --force-download --rename
+ dh $@
=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
version=3
-http://www.apache.org/dist/commons/jci/source/commons-jci-(.*)-src\.tar\.gz debian uupdate
+https://www.apache.org/dist/commons/jci/source/commons-jci-(.*)-src\.tar\.gz debian uupdate
View it on GitLab: https://salsa.debian.org/java-team/commons-jci/-/compare/79fc1aa3b71b7122e3fbde36244a291d620e666d...d0583069964373246dcfe2c78c58c630db2740b2
--
View it on GitLab: https://salsa.debian.org/java-team/commons-jci/-/compare/79fc1aa3b71b7122e3fbde36244a291d620e666d...d0583069964373246dcfe2c78c58c630db2740b2
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/20200427/281bbdeb/attachment.html>
More information about the pkg-java-commits
mailing list