[Git][java-team/libonemind-commons-invoke-java][master] 9 commits: Wrap and sort

Emmanuel Bourg gitlab at salsa.debian.org
Wed Feb 10 09:30:16 GMT 2021



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libonemind-commons-invoke-java


Commits:
7d4793a2 by Emmanuel Bourg at 2021-02-10T10:21:48+01:00
Wrap and sort

- - - - -
e9c28c99 by Emmanuel Bourg at 2021-02-10T10:22:02+01:00
Standards-Version updated to 4.5.1

- - - - -
38594027 by Emmanuel Bourg at 2021-02-10T10:22:13+01:00
Switch to debhelper level 13

- - - - -
124dc0d5 by Emmanuel Bourg at 2021-02-10T10:22:23+01:00
Use salsa.debian.org Vcs-* URLs

- - - - -
a9701744 by Emmanuel Bourg at 2021-02-10T10:23:27+01:00
Changed the priority from extra to optional

- - - - -
477b4108 by Emmanuel Bourg at 2021-02-10T10:24:44+01:00
Removed the lintian override

- - - - -
1913c78c by Emmanuel Bourg at 2021-02-10T10:27:39+01:00
Added a watch file

- - - - -
51ee60d9 by Emmanuel Bourg at 2021-02-10T10:28:37+01:00
Removed the javadoc from the binary package

- - - - -
1e48d999 by Emmanuel Bourg at 2021-02-10T10:29:59+01:00
Upload to unstable

- - - - -


8 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- − debian/libonemind-commons-invoke-java.docs
- debian/rules
- − debian/source.lintian-overrides
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+libonemind-commons-invoke-java (1.1.0+cvs20090227-5) unstable; urgency=medium
+
+  * Team upload.
+  * Removed the javadoc from the binary package
+  * Standards-Version updated to 4.5.1
+  * Switch to debhelper level 13
+  * Use salsa.debian.org Vcs-* URLs
+  * Changed the priority from extra to optional
+  * Added a watch file
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Wed, 10 Feb 2021 10:29:40 +0100
+
 libonemind-commons-invoke-java (1.1.0+cvs20090227-4) unstable; urgency=low
 
   * Update Maintainer field for Java team maintenance.


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


=====================================
debian/control
=====================================
@@ -1,15 +1,20 @@
 Source: libonemind-commons-invoke-java
 Section: java
-Priority: extra
+Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: tony mancill <tmancill at debian.org>
- , gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 8), ant, maven-ant-helper
-Build-Depends-Indep: default-jdk, libonemind-commons-java-java
-Standards-Version: 3.9.3
+Uploaders:
+ tony mancill <tmancill at debian.org>,
+ gregor herrmann <gregoa at debian.org>
+Build-Depends:
+ ant,
+ debhelper-compat (= 13),
+ default-jdk,
+ libonemind-commons-java-java,
+ maven-ant-helper
+Standards-Version: 4.5.1
+Vcs-Git: https://salsa.debian.org/java-team/libonemind-commons-invoke-java.git
+Vcs-Browser: https://salsa.debian.org/java-team/libonemind-commons-invoke-java
 Homepage: http://onemind-commons.sourceforge.net/commons-invoke/
-Vcs-Git: git://git.debian.org/git/pkg-java/libonemind-commons-invoke-java.git
-Vcs-Browser: http://git.debian.org/?p=pkg-java/libonemind-commons-invoke-java.git
 
 Package: libonemind-commons-invoke-java
 Architecture: all


=====================================
debian/copyright
=====================================
@@ -2,7 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: commons-invoke
 Upstream-Contact: TiongHiang Lee (thlee at onemindsoft.org)
 Source: http://sourceforge.net/projects/onemind-commons
-Disclaimer: 
+Disclaimer:
  The upstream source was downloaded from the CVS repository of
  http://sourceforge.net/projects/onemind-commons
  via
@@ -34,16 +34,15 @@ License: Apache-2.0
  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  License for the specific language governing permissions and limitations under
  the License.
- . 
+ .
  On Debian systems, the complete text of the Apache License, Version 2.0 can
  be found in `/usr/share/common-licenses/Apache-2.0'.
 
 License: LGPL-2.1+
- This library is free software; you can redistribute it and/or modify it under   
- the terms of the GNU Library General Public License as published by the Free   
- Software Foundation; either version 2.1 of the License, or (at your option) any   
- later version.   
- .          
- A copy of the LGPL-2.1 can be found at `/usr/share/common-licenses/LGPL-2.1' on   
- any Debian system.   
-
+ This library is free software; you can redistribute it and/or modify it under
+ the terms of the GNU Library General Public License as published by the Free
+ Software Foundation; either version 2.1 of the License, or (at your option) any
+ later version.
+ .
+ A copy of the LGPL-2.1 can be found at `/usr/share/common-licenses/LGPL-2.1' on
+ any Debian system.


=====================================
debian/libonemind-commons-invoke-java.docs deleted
=====================================
@@ -1 +0,0 @@
-build/api


=====================================
debian/rules
=====================================
@@ -7,13 +7,10 @@ ANT = ant -buildfile $(CURDIR)/debian/build.xml
 	dh $@
 
 override_dh_auto_build:
-	$(ANT) package javadoc
+	$(ANT) package
 
 override_dh_auto_clean:
 	$(ANT) clean
 
 override_dh_installchangelogs:
 	dh_installchangelogs docs/Changes.txt
-
-get-orig-source:
-	sh debian/get-orig-source


=====================================
debian/source.lintian-overrides deleted
=====================================
@@ -1,2 +0,0 @@
-# ant is used in the clean target but as $(ANT)
-libonemind-commons-invoke-java source: build-depends-without-arch-dep


=====================================
debian/watch
=====================================
@@ -1 +1,2 @@
-# upstream has no tarballs, only a compiled jar, so the code is taken from CVS.
+version=4
+https://sf.net/onemind-commons/ commons-invoke-(.*).jar debian debian/get-orig-source



View it on GitLab: https://salsa.debian.org/java-team/libonemind-commons-invoke-java/-/compare/21d56270e03b6efc73cd1990c69a248dad1f5553...1e48d9998095ebd452c2954abd08d4090e21391d

-- 
View it on GitLab: https://salsa.debian.org/java-team/libonemind-commons-invoke-java/-/compare/21d56270e03b6efc73cd1990c69a248dad1f5553...1e48d9998095ebd452c2954abd08d4090e21391d
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/20210210/d5eb803e/attachment.html>


More information about the pkg-java-commits mailing list