Author: apo
Date: 2017-12-02 20:00:32 +0000 (Sat, 02 Dec 2017)
New Revision: 19306

Added:
   tags/libjgrapht-java/branch_0.8/0.8.3-5/
   tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/ant.properties
   tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/changelog
   tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/compat
   tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/control
   tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/copyright
   tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/libjgrapht0.8-java-doc.install
   tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/libjgrapht0.8-java.classpath
   tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/libjgrapht0.8-java.links
   tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/libjgrapht0.8-java.poms
   tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/pom.xml
   tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/rules
Removed:
   tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/ant.properties
   tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/changelog
   tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/compat
   tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/control
   tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/copyright
   tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/libjgrapht0.8-java.dirs
   tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/libjgrapht0.8-java.poms
   tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/pom.xml
   tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/rules
Log:
[svn-buildpackage] Tagging libjgrapht0.8-java 0.8.3-5

Deleted: tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/ant.properties
===================================================================
--- trunk/libjgrapht-java/branch_0.8/debian/ant.properties      2017-11-29 
23:53:55 UTC (rev 19304)
+++ tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/ant.properties       
2017-12-02 20:00:32 UTC (rev 19306)
@@ -1,5 +0,0 @@
-# Ensure that source and target are 1.6
-# (upstream uses source 1.6, so 1.5 is not usable)
-# For backwards compat on Java 7
-ant.build.javac.source=1.6
-ant.build.javac.target=1.6

Copied: tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/ant.properties (from rev 
19305, trunk/libjgrapht-java/branch_0.8/debian/ant.properties)
===================================================================
--- tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/ant.properties               
                (rev 0)
+++ tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/ant.properties       
2017-12-02 20:00:32 UTC (rev 19306)
@@ -0,0 +1,5 @@
+# Ensure that source and target are 1.6
+# (upstream uses source 1.6, so 1.5 is not usable)
+# For backwards compat on Java 7
+ant.build.javac.source=1.8
+ant.build.javac.target=1.8

Deleted: tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/changelog
===================================================================
--- trunk/libjgrapht-java/branch_0.8/debian/changelog   2017-11-29 23:53:55 UTC 
(rev 19304)
+++ tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/changelog    2017-12-02 
20:00:32 UTC (rev 19306)
@@ -1,117 +0,0 @@
-libjgrapht0.8-java (0.8.3-4) unstable; urgency=medium
-
-  * Team upload.
-  * Add maven artifacts (Closes: #740360)
-    - Thanks to Matthew Vernon.
-  * Bump Standards-Version to 3.9.5 (no changes required).
-  * Bump dependency to DH 9.
-  * Disable fetching of remote icons in README.html.
-    This addresses a lintian error regarding user privacy.
-
- -- tony mancill <tmanc...@debian.org>  Sat, 01 Mar 2014 15:42:59 -0800
-
-libjgrapht0.8-java (0.8.3-3) unstable; urgency=low
-
-  * Upload to unstable.
-  * Fix a few lintian warnings.
-    + Bump Standards-Version to 3.9.4 (no changes required).
-
- -- Giovanni Mascellani <g...@debian.org>  Tue, 21 May 2013 10:19:54 +0200
-
-libjgrapht0.8-java (0.8.3-2) experimental; urgency=low
-
-  * Force generation of 1.6-compatible Java classes (LP: #1049716).
-
- -- Giovanni Mascellani <g...@debian.org>  Thu, 14 Mar 2013 19:14:28 +0100
-
-libjgrapht0.8-java (0.8.3-1) unstable; urgency=low
-
-  * New upstream version.
-    - Update debian/copyright.
-  * Bump Standards-Version to 3.9.3 (no changes needed).
-  * Update my email address.
-  * Use jh_classpath to fix classpath.
-
- -- Giovanni Mascellani <g...@debian.org>  Tue, 08 May 2012 18:51:25 +0200
-
-libjgrapht0.8-java (0.8.1-1) unstable; urgency=low
-
-  [ Steffen Moeller ]
-  * New upstream version.
-  * Moved back to main distribution.
-
-  [ Giovanni Mascellani ]
-  * Added myself to the Uploaders: and removed the two previous maintainers
-    (on their request)
-  * Fixed some lintian warnings
-    + Package format switched to 3.0 (quilt).
-  * Standards-Version bumped to 3.8.4 (no changes required).
-  * Using default-jdk to build, instead of speciying openjdk-6-jdk.
-  * All the generated files and binary packages are marked with the
-    version of the API, in order to have in the archive both 0.6 and 0.8.
-  * General cleanup and other minor fixes.
-  * Conflicts with previous versions removed (all files are versioned).
-  * Description updated and fixed.
-  * debian/copyright updated.
-  * Some code with incompatible license removed from the upstream tarball
-
- -- Giovanni Mascellani <mascell...@poisson.phc.unipi.it>  Mon, 17 May 2010 
21:53:05 +0200
-
-libjgrapht-java (0.7.3-2) experimental; urgency=low
-
-  [ Steffen Moeller ]
-  * Moved apidoc into separate -doc package
-  * Addded conflict of -doc package to earlier versions of libjgrapht-java
-    (thanks to Michael)
-  * Added version number to binary package name to resolve issue with
-    conflicting APIs between versions 0.6 and 0.7.
-  * Updated to standards version 3.8.0
-  * Added myself to Uploaders, waiting for Michael's ok for unstable (blocks
-    biojava)
-
- -- Steffen Moeller <moel...@debian.org>  Sun, 13 Jul 2008 14:07:33 +0200
-
-libjgrapht-java (0.7.3-1) experimental; urgency=low
-
-  [ Steffen Moeller ]
-  * New upstream version (Closes: #466858)
-  * debian/control updates
-    - Moved "Homepage" field
-    - Indicating pkg-java svn repository
-
-  [ Michael Koch ]
-  * Upload to experimental due to API breakage.
-  * Rewrote debian/copyright.
-  * Generate jar file and symlink correctly.
-  * Updated debhelper level to 5.
-  * Added myself to Uploaders.
-
- -- Michael Koch <konque...@gmx.de>  Sat, 10 May 2008 07:56:01 +0200
-
-libjgrapht-java (0.6.0-4) unstable; urgency=low
-
-  * Revert compat to 4 for inclusion in etch
-
- -- Charles Fry <c...@debian.org>  Sun, 11 Feb 2007 05:14:40 -0500
-
-libjgrapht-java (0.6.0-3) unstable; urgency=low
-
-  * Move clean target dependencies to Build-Depends
-  * Modified copyright holder's email per his request
-
- -- Charles Fry <c...@debian.org>  Mon, 15 Jan 2007 09:03:29 -0500
-
-libjgrapht-java (0.6.0-2) unstable; urgency=low
-
-  * Build using java-gcj-compat-dev
-  * Update to standards version 3.7.2
-  * Make pkg-java-maintainers the primary maintainer
-
- -- Charles Fry <c...@debian.org>  Wed,  5 Jul 2006 11:41:58 -0400
-
-libjgrapht-java (0.6.0-1) unstable; urgency=low
-
-  * Initial release. (Closes: #342504)
-
- -- Charles Fry <deb...@frogcircus.org>  Thu,  8 Dec 2005 13:26:15 -0500
-

Copied: tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/changelog (from rev 
19305, trunk/libjgrapht-java/branch_0.8/debian/changelog)
===================================================================
--- tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/changelog                    
        (rev 0)
+++ tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/changelog    2017-12-02 
20:00:32 UTC (rev 19306)
@@ -0,0 +1,137 @@
+libjgrapht0.8-java (0.8.3-5) unstable; urgency=medium
+
+  * Team upload.
+  * Switch to compat level 10.
+  * Replace debian/pom.xml file with net.sf.jgrapht.jgrapht pom.
+    (Closes: #740826)
+  * wrap-and-sort -sa.
+  * Use only Build-Depends field.
+  * Vcs-Browser: Use https.
+  * Declare compliance with Debian Policy 4.1.2.
+  * maven.properties: Build for Java 8.
+  * Use https for Format field.
+  * Remove --has-package-version flag.
+  * Switch from CDBS to DH sequencer. This apparently fixes the build failure
+    with Java 9. Thanks to Chris West for the report. (Closes: #874638)
+  * Remove libjgrapht0.8-java.dirs.
+  * Install javadoc with libjgrapht0.8-java-doc.install file.
+
+ -- Markus Koschany <a...@debian.org>  Sat, 02 Dec 2017 20:36:43 +0100
+
+libjgrapht0.8-java (0.8.3-4) unstable; urgency=medium
+
+  * Team upload.
+  * Add maven artifacts (Closes: #740360)
+    - Thanks to Matthew Vernon.
+  * Bump Standards-Version to 3.9.5 (no changes required).
+  * Bump dependency to DH 9.
+  * Disable fetching of remote icons in README.html.
+    This addresses a lintian error regarding user privacy.
+
+ -- tony mancill <tmanc...@debian.org>  Sat, 01 Mar 2014 15:42:59 -0800
+
+libjgrapht0.8-java (0.8.3-3) unstable; urgency=low
+
+  * Upload to unstable.
+  * Fix a few lintian warnings.
+    + Bump Standards-Version to 3.9.4 (no changes required).
+
+ -- Giovanni Mascellani <g...@debian.org>  Tue, 21 May 2013 10:19:54 +0200
+
+libjgrapht0.8-java (0.8.3-2) experimental; urgency=low
+
+  * Force generation of 1.6-compatible Java classes (LP: #1049716).
+
+ -- Giovanni Mascellani <g...@debian.org>  Thu, 14 Mar 2013 19:14:28 +0100
+
+libjgrapht0.8-java (0.8.3-1) unstable; urgency=low
+
+  * New upstream version.
+    - Update debian/copyright.
+  * Bump Standards-Version to 3.9.3 (no changes needed).
+  * Update my email address.
+  * Use jh_classpath to fix classpath.
+
+ -- Giovanni Mascellani <g...@debian.org>  Tue, 08 May 2012 18:51:25 +0200
+
+libjgrapht0.8-java (0.8.1-1) unstable; urgency=low
+
+  [ Steffen Moeller ]
+  * New upstream version.
+  * Moved back to main distribution.
+
+  [ Giovanni Mascellani ]
+  * Added myself to the Uploaders: and removed the two previous maintainers
+    (on their request)
+  * Fixed some lintian warnings
+    + Package format switched to 3.0 (quilt).
+  * Standards-Version bumped to 3.8.4 (no changes required).
+  * Using default-jdk to build, instead of speciying openjdk-6-jdk.
+  * All the generated files and binary packages are marked with the
+    version of the API, in order to have in the archive both 0.6 and 0.8.
+  * General cleanup and other minor fixes.
+  * Conflicts with previous versions removed (all files are versioned).
+  * Description updated and fixed.
+  * debian/copyright updated.
+  * Some code with incompatible license removed from the upstream tarball
+
+ -- Giovanni Mascellani <mascell...@poisson.phc.unipi.it>  Mon, 17 May 2010 
21:53:05 +0200
+
+libjgrapht-java (0.7.3-2) experimental; urgency=low
+
+  [ Steffen Moeller ]
+  * Moved apidoc into separate -doc package
+  * Addded conflict of -doc package to earlier versions of libjgrapht-java
+    (thanks to Michael)
+  * Added version number to binary package name to resolve issue with
+    conflicting APIs between versions 0.6 and 0.7.
+  * Updated to standards version 3.8.0
+  * Added myself to Uploaders, waiting for Michael's ok for unstable (blocks
+    biojava)
+
+ -- Steffen Moeller <moel...@debian.org>  Sun, 13 Jul 2008 14:07:33 +0200
+
+libjgrapht-java (0.7.3-1) experimental; urgency=low
+
+  [ Steffen Moeller ]
+  * New upstream version (Closes: #466858)
+  * debian/control updates
+    - Moved "Homepage" field
+    - Indicating pkg-java svn repository
+
+  [ Michael Koch ]
+  * Upload to experimental due to API breakage.
+  * Rewrote debian/copyright.
+  * Generate jar file and symlink correctly.
+  * Updated debhelper level to 5.
+  * Added myself to Uploaders.
+
+ -- Michael Koch <konque...@gmx.de>  Sat, 10 May 2008 07:56:01 +0200
+
+libjgrapht-java (0.6.0-4) unstable; urgency=low
+
+  * Revert compat to 4 for inclusion in etch
+
+ -- Charles Fry <c...@debian.org>  Sun, 11 Feb 2007 05:14:40 -0500
+
+libjgrapht-java (0.6.0-3) unstable; urgency=low
+
+  * Move clean target dependencies to Build-Depends
+  * Modified copyright holder's email per his request
+
+ -- Charles Fry <c...@debian.org>  Mon, 15 Jan 2007 09:03:29 -0500
+
+libjgrapht-java (0.6.0-2) unstable; urgency=low
+
+  * Build using java-gcj-compat-dev
+  * Update to standards version 3.7.2
+  * Make pkg-java-maintainers the primary maintainer
+
+ -- Charles Fry <c...@debian.org>  Wed,  5 Jul 2006 11:41:58 -0400
+
+libjgrapht-java (0.6.0-1) unstable; urgency=low
+
+  * Initial release. (Closes: #342504)
+
+ -- Charles Fry <deb...@frogcircus.org>  Thu,  8 Dec 2005 13:26:15 -0500
+

Deleted: tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/compat
===================================================================
--- trunk/libjgrapht-java/branch_0.8/debian/compat      2017-11-29 23:53:55 UTC 
(rev 19304)
+++ tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/compat       2017-12-02 
20:00:32 UTC (rev 19306)
@@ -1 +0,0 @@
-9

Copied: tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/compat (from rev 19305, 
trunk/libjgrapht-java/branch_0.8/debian/compat)
===================================================================
--- tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/compat                       
        (rev 0)
+++ tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/compat       2017-12-02 
20:00:32 UTC (rev 19306)
@@ -0,0 +1 @@
+10

Deleted: tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/control
===================================================================
--- trunk/libjgrapht-java/branch_0.8/debian/control     2017-11-29 23:53:55 UTC 
(rev 19304)
+++ tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/control      2017-12-02 
20:00:32 UTC (rev 19306)
@@ -1,45 +0,0 @@
-Source: libjgrapht0.8-java
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
-Uploaders: Giovanni Mascellani <g...@debian.org>
-Build-Depends: cdbs, debhelper (>= 9), ant, default-jdk, junit4,
- libjgraph-java, javahelper
-Build-Depends-Indep: maven-repo-helper
-Standards-Version: 3.9.5
-Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libjgrapht-java/branch_0.8
-Vcs-Browser: 
http://anonscm.debian.org/viewvc/pkg-java/trunk/libjgrapht-java/branch_0.8
-Homepage: http://jgrapht.sourceforge.net/
-
-Package: libjgrapht0.8-java
-Architecture: all
-Depends: ${misc:Depends}, libjgraph-java
-Provides: libjgrapht-java
-Description: mathematical graph theory library for Java
- JGraphT is a free Java graph library that provides mathematical
- graph theory objects and algorithms. JGraphT supports various types of
- graphs including:
-  - directed and undirected graphs;
-  - graphs with weighted, unweighted, labeled or user-defined edges;
-  - various edge multiplicity options, including simple graphs,
-    multigraphs and pseudographs;
-  - unmodifiable graphs: allow modules to provide "read-only" access
-    to internal graphs;
-  - listenable graphs: allow external listeners to track modification events;
-  - subgraphs: graphs that are auto-updating subgraph views on other graphs;
-  - all compositions of above graphs.
- .
- JGraphT is designed to be simple and type-safe (via Java generics): graph
- vertices can be of any objects: Strings, URLs, XML documents, even graphs
- themselves.
-
-Package: libjgrapht0.8-java-doc
-Architecture: all
-Suggests: www-browser, libjgrapht0.8-java
-Depends: ${misc:Depends}
-Section: doc
-Description: javadoc-generated API for libjgrapht0.8-java
- JGraphT is a free Java graph library that provides mathematical
- graph theory objects and algorithms.
- .
- This package contains the javadoc documentation for JGraphT.

Copied: tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/control (from rev 19305, 
trunk/libjgrapht-java/branch_0.8/debian/control)
===================================================================
--- tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/control                      
        (rev 0)
+++ tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/control      2017-12-02 
20:00:32 UTC (rev 19306)
@@ -0,0 +1,57 @@
+Source: libjgrapht0.8-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
+Uploaders:
+ Giovanni Mascellani <g...@debian.org>
+Build-Depends:
+ ant,
+ debhelper (>= 10),
+ default-jdk,
+ javahelper,
+ junit4,
+ libjgraph-java,
+ maven-repo-helper
+Standards-Version: 4.1.2
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libjgrapht-java/branch_0.8
+Vcs-Browser: 
https://anonscm.debian.org/viewvc/pkg-java/trunk/libjgrapht-java/branch_0.8
+Homepage: http://jgrapht.sourceforge.net/
+
+Package: libjgrapht0.8-java
+Architecture: all
+Depends:
+ libjgraph-java,
+ ${misc:Depends}
+Provides:
+ libjgrapht-java
+Description: mathematical graph theory library for Java
+ JGraphT is a free Java graph library that provides mathematical
+ graph theory objects and algorithms. JGraphT supports various types of
+ graphs including:
+  - directed and undirected graphs;
+  - graphs with weighted, unweighted, labeled or user-defined edges;
+  - various edge multiplicity options, including simple graphs,
+    multigraphs and pseudographs;
+  - unmodifiable graphs: allow modules to provide "read-only" access
+    to internal graphs;
+  - listenable graphs: allow external listeners to track modification events;
+  - subgraphs: graphs that are auto-updating subgraph views on other graphs;
+  - all compositions of above graphs.
+ .
+ JGraphT is designed to be simple and type-safe (via Java generics): graph
+ vertices can be of any objects: Strings, URLs, XML documents, even graphs
+ themselves.
+
+Package: libjgrapht0.8-java-doc
+Architecture: all
+Suggests:
+ libjgrapht0.8-java,
+ www-browser
+Depends:
+ ${misc:Depends}
+Section: doc
+Description: javadoc-generated API for libjgrapht0.8-java
+ JGraphT is a free Java graph library that provides mathematical
+ graph theory objects and algorithms.
+ .
+ This package contains the javadoc documentation for JGraphT.

Deleted: tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/copyright
===================================================================
--- trunk/libjgrapht-java/branch_0.8/debian/copyright   2017-11-29 23:53:55 UTC 
(rev 19304)
+++ tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/copyright    2017-12-02 
20:00:32 UTC (rev 19306)
@@ -1,38 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: JGraphT
-Upstream-Contact: Barak Naveh
-Source: http://www.jgrapht.org/
-
-Files: *
-Copyright: 2003-2012, Barak Naveh
-           2003-2008, Avner Linder
-           2005-2008, Charles Fry
-           2005-2008, Trevor Harmon
-           2006, Dimitrios Michail
-           2003-2008, Michael Behrisch
-           2005-2008, Assaf Lehr
-           2008, Peter Giles
-           2007-2010, France Telecom
-           2007-2008, Lucas J. Scharenbroich
-           2003-2008, John V. Sichi
-           2004-2008, Christian Hammer
-           2008, Andrew Newell
-           2003-2008, Tim Shearouse
-           2008-2009, Ilya Razenshteyn
-           2003-2008, Liviu Rau
-           2004-2008, Marden Neubert
-           2003-2008, Linda Buisman
-           2009, Tom Larkworthy
-           2005-2008, Ewgenij Proschak
-           2005-2008, Christian Soltenborn
-           2007, Vinayak R. Borkar
-           2006-2008, Hartmut Benz
-License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 license can be
- found in the file `/usr/share/common-licenses/LGPL-2.1'.
-
-Files: debian/*
-Copyright: 2010-2013, Giovanni Mascellani <g...@debian.org>
-License: GPL-3+
- On Debian systems, the complete text of the GPL-3 license can be found
- in the file `/usr/share/commons-licenses/GPL-3'.

Copied: tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/copyright (from rev 
19305, trunk/libjgrapht-java/branch_0.8/debian/copyright)
===================================================================
--- tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/copyright                    
        (rev 0)
+++ tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/copyright    2017-12-02 
20:00:32 UTC (rev 19306)
@@ -0,0 +1,38 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: JGraphT
+Upstream-Contact: Barak Naveh
+Source: http://www.jgrapht.org/
+
+Files: *
+Copyright: 2003-2012, Barak Naveh
+           2003-2008, Avner Linder
+           2005-2008, Charles Fry
+           2005-2008, Trevor Harmon
+           2006, Dimitrios Michail
+           2003-2008, Michael Behrisch
+           2005-2008, Assaf Lehr
+           2008, Peter Giles
+           2007-2010, France Telecom
+           2007-2008, Lucas J. Scharenbroich
+           2003-2008, John V. Sichi
+           2004-2008, Christian Hammer
+           2008, Andrew Newell
+           2003-2008, Tim Shearouse
+           2008-2009, Ilya Razenshteyn
+           2003-2008, Liviu Rau
+           2004-2008, Marden Neubert
+           2003-2008, Linda Buisman
+           2009, Tom Larkworthy
+           2005-2008, Ewgenij Proschak
+           2005-2008, Christian Soltenborn
+           2007, Vinayak R. Borkar
+           2006-2008, Hartmut Benz
+License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 license can be
+ found in the file `/usr/share/common-licenses/LGPL-2.1'.
+
+Files: debian/*
+Copyright: 2010-2013, Giovanni Mascellani <g...@debian.org>
+License: GPL-3+
+ On Debian systems, the complete text of the GPL-3 license can be found
+ in the file `/usr/share/commons-licenses/GPL-3'.

Copied: 
tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/libjgrapht0.8-java-doc.install 
(from rev 19305, 
trunk/libjgrapht-java/branch_0.8/debian/libjgrapht0.8-java-doc.install)
===================================================================
--- 
tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/libjgrapht0.8-java-doc.install   
                            (rev 0)
+++ 
tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/libjgrapht0.8-java-doc.install   
    2017-12-02 20:00:32 UTC (rev 19306)
@@ -0,0 +1 @@
+javadoc/* usr/share/doc/libjgrapht0.8-java/apidoc

Copied: 
tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/libjgrapht0.8-java.classpath 
(from rev 19305, 
trunk/libjgrapht-java/branch_0.8/debian/libjgrapht0.8-java.classpath)
===================================================================
--- tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/libjgrapht0.8-java.classpath 
                        (rev 0)
+++ tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/libjgrapht0.8-java.classpath 
2017-12-02 20:00:32 UTC (rev 19306)
@@ -0,0 +1 @@
+/usr/share/java/jgrapht-0.8.3.jar /usr/share/java/jgraph.jar

Deleted: tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/libjgrapht0.8-java.dirs
===================================================================
--- trunk/libjgrapht-java/branch_0.8/debian/libjgrapht0.8-java.dirs     
2017-11-29 23:53:55 UTC (rev 19304)
+++ tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/libjgrapht0.8-java.dirs      
2017-12-02 20:00:32 UTC (rev 19306)
@@ -1 +0,0 @@
-usr/share/java

Copied: tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/libjgrapht0.8-java.links 
(from rev 19305, 
trunk/libjgrapht-java/branch_0.8/debian/libjgrapht0.8-java.links)
===================================================================
--- tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/libjgrapht0.8-java.links     
                        (rev 0)
+++ tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/libjgrapht0.8-java.links     
2017-12-02 20:00:32 UTC (rev 19306)
@@ -0,0 +1 @@
+/usr/share/java/jgrapht-0.8.3.jar /usr/share/java/jgrapht0.8.jar

Deleted: tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/libjgrapht0.8-java.poms
===================================================================
--- trunk/libjgrapht-java/branch_0.8/debian/libjgrapht0.8-java.poms     
2017-11-29 23:53:55 UTC (rev 19304)
+++ tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/libjgrapht0.8-java.poms      
2017-12-02 20:00:32 UTC (rev 19306)
@@ -1,28 +0,0 @@
-# List of POM files for the package
-# Format of this file is:
-# <path to pom file> [option]*
-# where option can be:
-#   --ignore: ignore this POM and its artifact if any
-#   --ignore-pom: don't install the POM. To use on POM files that are created
-#     temporarily for certain artifacts such as Javadoc jars. [mh_install, 
mh_installpoms]
-#   --no-parent: remove the <parent> tag from the POM
-#   --package=<package>: an alternative package to use when installing this POM
-#      and its artifact
-#   --has-package-version: to indicate that the original version of the POM is 
the same as the upstream part
-#      of the version for the package.
-#   --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM
-#      during a clean operation with mh_cleanpom or mh_installpom
-#   --artifact=<path>: path to the build artifact associated with this POM,
-#      it will be installed when using the command mh_install. [mh_install]
-#   --java-lib: install the jar into /usr/share/java to comply with Debian
-#      packaging guidelines
-#   --usj-name=<name>: name to use when installing the library in 
/usr/share/java
-#   --usj-version=<version>: version to use when installing the library in 
/usr/share/java
-#   --no-usj-versionless: don't install the versionless link in /usr/share/java
-#   --dest-jar=<path>: the destination for the real jar.
-#     It will be installed with mh_install. [mh_install]
-#   --classifier=<classifier>: Optional, the classifier for the jar. Empty by 
default.
-#   --site-xml=<location>: Optional, the location for site.xml if it needs to 
be installed.
-#     Empty by default. [mh_install]
-#
-debian/pom.xml --has-package-version

Copied: tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/libjgrapht0.8-java.poms 
(from rev 19305, 
trunk/libjgrapht-java/branch_0.8/debian/libjgrapht0.8-java.poms)
===================================================================
--- tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/libjgrapht0.8-java.poms      
                        (rev 0)
+++ tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/libjgrapht0.8-java.poms      
2017-12-02 20:00:32 UTC (rev 19306)
@@ -0,0 +1,28 @@
+# List of POM files for the package
+# Format of this file is:
+# <path to pom file> [option]*
+# where option can be:
+#   --ignore: ignore this POM and its artifact if any
+#   --ignore-pom: don't install the POM. To use on POM files that are created
+#     temporarily for certain artifacts such as Javadoc jars. [mh_install, 
mh_installpoms]
+#   --no-parent: remove the <parent> tag from the POM
+#   --package=<package>: an alternative package to use when installing this POM
+#      and its artifact
+#   --has-package-version: to indicate that the original version of the POM is 
the same as the upstream part
+#      of the version for the package.
+#   --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM
+#      during a clean operation with mh_cleanpom or mh_installpom
+#   --artifact=<path>: path to the build artifact associated with this POM,
+#      it will be installed when using the command mh_install. [mh_install]
+#   --java-lib: install the jar into /usr/share/java to comply with Debian
+#      packaging guidelines
+#   --usj-name=<name>: name to use when installing the library in 
/usr/share/java
+#   --usj-version=<version>: version to use when installing the library in 
/usr/share/java
+#   --no-usj-versionless: don't install the versionless link in /usr/share/java
+#   --dest-jar=<path>: the destination for the real jar.
+#     It will be installed with mh_install. [mh_install]
+#   --classifier=<classifier>: Optional, the classifier for the jar. Empty by 
default.
+#   --site-xml=<location>: Optional, the location for site.xml if it needs to 
be installed.
+#     Empty by default. [mh_install]
+#
+debian/pom.xml --artifact=jgrapht-jdk1.6.jar --java-lib --usj-version=0.8.3 
--no-usj-versionless

Deleted: tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/pom.xml
===================================================================
--- trunk/libjgrapht-java/branch_0.8/debian/pom.xml     2017-11-29 23:53:55 UTC 
(rev 19304)
+++ tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/pom.xml      2017-12-02 
20:00:32 UTC (rev 19306)
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-       <modelVersion>4.0.0</modelVersion>
-       <groupId>org.jgrapht</groupId>
-       <artifactId>jgrapht</artifactId>
-       <packaging>pom</packaging>
-       <name>JGraphT - Parent</name>
-       <version>0.8</version>
-       <description>A Java class library for graph-theory data structures and 
algorithms.</description>
-       <url>http://www.jgrapht.org</url>
-       <licenses>
-               <license>
-                       <name>GNU Lesser General Public License Version 2.1, 
February 1999</name>
-                       <url>http://jgrapht.sourceforge.net/LGPL.html</url>
-                       <distribution>repo</distribution>
-               </license>
-               <license>
-                       <name>Eclipse Public License (EPL) 1.0</name>
-                       <url>http://www.eclipse.org/legal/epl-v10.html</url>
-                       <distribution>repo</distribution>
-               </license>
-       </licenses>
-       <properties>
-               
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-       </properties>
-</project>

Copied: tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/pom.xml (from rev 19305, 
trunk/libjgrapht-java/branch_0.8/debian/pom.xml)
===================================================================
--- tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/pom.xml                      
        (rev 0)
+++ tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/pom.xml      2017-12-02 
20:00:32 UTC (rev 19306)
@@ -0,0 +1,132 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+       <modelVersion>4.0.0</modelVersion>
+       <groupId>net.sf.jgrapht</groupId>
+       <artifactId>jgrapht</artifactId>
+       <version>0.8.3</version>
+
+       <description>A Java class library for graph-theory data structures and 
algorithms.</description>
+       <url>http://www.jgrapht.org</url>
+       <name>JGraphT</name>
+       
+       <licenses>
+               <license>
+                       <name>GNU Lesser General Public License Version 2.1, 
February 1999</name>
+                       <url>http://jgrapht.sourceforge.net/LGPL.html</url>
+                       <distribution>repo</distribution>
+               </license>
+       </licenses>
+       <scm>
+               
<url>http://jgrapht.svn.sourceforge.net/svnroot/jgrapht/trunk</url>
+               
<connection>scm:svn:https://jgrapht.svn.sourceforge.net/svnroot/jgrapht/trunk</connection>
+       </scm>
+       <issueManagement>
+               <url>http://sourceforge.net/tracker/?group_id=86459</url>
+       </issueManagement>
+       <mailingLists>
+               <mailingList>
+                       <name>jgrapht-users</name>
+                       
<archive>http://lists.sourceforge.net/lists/listinfo/jgrapht-users</archive>
+               </mailingList>
+               <mailingList>
+                       <name>jgrapht-announce</name>
+                       
<archive>http://lists.sourceforge.net/lists/listinfo/jgrapht-announce</archive>
+               </mailingList>
+       </mailingLists>
+       <developers>
+               <developer>
+                       <name>John V Sichi</name>
+                       <email>perfecth...@users.sf.net</email>
+                       <id>perfecthash</id>
+               </developer>
+               <developer>
+                       <name>Andrew Newell</name>
+                       <email>ajnew...@users.sf.net</email>
+                       <id>ajnewell</id>
+               </developer>
+               <developer>
+                       <name>Assaf Lehr</name>
+                       <email>assaf-l...@users.sf.net</email>
+                       <id>assaf-lehr</id>
+               </developer>
+               <developer>
+                       <name>Barak Naveh</name>
+                       <email>barak_na...@users.sf.net</email>
+                       <id>barak_naveh</id>
+               </developer>
+               <developer>
+                       <name>Michael Behrisch</name>
+                       <email>behri...@users.sf.net</email>
+                       <id>behrisch</id>
+               </developer>
+               <developer>
+                       <name>Charles Fry</name>
+                       <email>c...@users.sf.net</email>
+                       <id>cfry</id>
+               </developer>
+               <developer>
+                       <name>Chris Soltenborn</name>
+                       <email>csoltenb...@users.sf.net</email>
+                       <id>csoltenborn</id>
+               </developer>
+               <developer>
+                       <name>Christian Hammer</name>
+                       <email>hamm...@users.sf.net</email>
+                       <id>hammerc</id>
+               </developer>
+               <developer>
+                       <name>Ilya Razenshteyn</name>
+                       <email>ilya...@users.sf.net</email>
+                       <id>ilyaraz</id>
+               </developer>
+               <developer>
+                       <name>Hartmut Benz</name>
+                       <email>iv...@users.sf.net</email>
+                       <id>ivins</id>
+               </developer>
+               <developer>
+                       <name>Linda Buisman</name>
+                       <email>linda_buis...@users.sf.net</email>
+                       <id>linda_buisman</id>
+               </developer>
+               <developer>
+                       <name>Liviu Rau</name>
+                       <email>liviu_aurel...@users.sf.net</email>
+                       <id>liviu_aurelian</id>
+               </developer>
+               <developer>
+                       <name>Trevor Harmon</name>
+                       <email>voc...@users.sf.net</email>
+                       <id>vocaro</id>
+               </developer>
+       </developers>
+       
+       <properties>
+               
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+       </properties>
+
+       <build>
+               <pluginManagement>
+                       <plugins>
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-compiler-plugin</artifactId>
+                                       <version>2.3.2</version>
+                                       <configuration>
+                                               <source>1.6</source>
+                                               <target>1.6</target>
+                                       </configuration>
+                               </plugin>
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-surefire-plugin</artifactId>
+                                       <version>2.12</version>
+                                       <configuration>
+                                               
<testFailureIgnore>false</testFailureIgnore>
+                                       </configuration>
+                               </plugin>
+                       </plugins>
+               </pluginManagement>
+       </build>
+
+</project>

Deleted: tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/rules
===================================================================
--- trunk/libjgrapht-java/branch_0.8/debian/rules       2017-11-29 23:53:55 UTC 
(rev 19304)
+++ tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/rules        2017-12-02 
20:00:32 UTC (rev 19306)
@@ -1,33 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/ant.mk
-
-JAVA_HOME := /usr/lib/jvm/default-java/
-
-DEB_ANT_BUILD_TARGET := compile
-DEB_ANT_INSTALL_TARGET := prepare.distribution
-DEB_ANT_TEST_TARGET := test
-
-DEB_JARS := /usr/share/java/jgraph.jar
-
-SOVERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | cut -f 1,2 -d.)
-
-ANT_ARGS := 
-Dproject.jar=debian/libjgrapht$(SOVERSION)-java/usr/share/java/jgrapht-$(DEB_UPSTREAM_VERSION).jar
 
-Djavadoc.dir=debian/libjgrapht$(SOVERSION)-java-doc/usr/share/doc/libjgrapht$(SOVERSION)-java/apidoc
-
-install/libjgrapht$(SOVERSION)-java::
-       jh_classpath -c"$(DEB_JARS)" 
debian/libjgrapht$(SOVERSION)-java/usr/share/java/jgrapht-$(DEB_UPSTREAM_VERSION).jar
-
-get-orig-source:
-       uscan --force-download --download-version $(DEB_UPSTREAM_VERSION) 
--rename
-
-binary-post-install/$(DEB_SOURCE_PACKAGE)::
-       mh_installpoms -p$(DEB_SOURCE_PACKAGE)
-       mh_installjar -p$(DEB_SOURCE_PACKAGE) -l debian/pom.xml \
-          --usj-version=0.8.3 \
-          --no-usj-versionless \
-         
debian/libjgrapht$(SOVERSION)-java/usr/share/java/jgrapht-$(DEB_UPSTREAM_VERSION).jar
-       dh_link -plibjgrapht$(SOVERSION)-java 
/usr/share/java/jgrapht-$(DEB_UPSTREAM_VERSION).jar 
/usr/share/java/jgrapht$(SOVERSION).jar
-
-clean::
-       mh_clean

Copied: tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/rules (from rev 19305, 
trunk/libjgrapht-java/branch_0.8/debian/rules)
===================================================================
--- tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/rules                        
        (rev 0)
+++ tags/libjgrapht-java/branch_0.8/0.8.3-5/debian/rules        2017-12-02 
20:00:32 UTC (rev 19306)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+export JAVA_HOME := /usr/lib/jvm/default-java
+export CLASSPATH := /usr/share/java/jgraph.jar
+
+%:
+       dh $@ --with javahelper,maven_repo_helper
+
+override_dh_auto_build:
+       dh_auto_build -- compile prepare.distribution
+


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to