[pkg-java] r18016 - trunk/libjaudiotagger-java/debian
Tony Mancill
tmancill at moszumanska.debian.org
Fri Apr 11 04:04:14 UTC 2014
Author: tmancill
Date: 2014-04-11 04:04:13 +0000 (Fri, 11 Apr 2014)
New Revision: 18016
Modified:
trunk/libjaudiotagger-java/debian/ant.properties
trunk/libjaudiotagger-java/debian/changelog
trunk/libjaudiotagger-java/debian/compat
trunk/libjaudiotagger-java/debian/control
trunk/libjaudiotagger-java/debian/copyright
Log:
freshen packaging
Modified: trunk/libjaudiotagger-java/debian/ant.properties
===================================================================
--- trunk/libjaudiotagger-java/debian/ant.properties 2014-04-10 21:09:41 UTC (rev 18015)
+++ trunk/libjaudiotagger-java/debian/ant.properties 2014-04-11 04:04:13 UTC (rev 18016)
@@ -2,3 +2,5 @@
class.dir=build
source.dir=src
jar=jaudiotagger.jar
+ant.build.javac.source=1.6
+ant.build.javac.target=1.6
Modified: trunk/libjaudiotagger-java/debian/changelog
===================================================================
--- trunk/libjaudiotagger-java/debian/changelog 2014-04-10 21:09:41 UTC (rev 18015)
+++ trunk/libjaudiotagger-java/debian/changelog 2014-04-11 04:04:13 UTC (rev 18016)
@@ -1,3 +1,15 @@
+libjaudiotagger-java (2.0.3-2) unstable; urgency=medium
+
+ * Team upload.
+ * Update Homepage address; thanks to Karl Lenz. (Closes: #744056)
+ * Bump Standards-Version to 3.9.5 (no changes needed).
+ * Update Vcs URLs to canonical formats.
+ * Update debian/copyright.
+ * Set javac.source and .target to 1.6.
+ * Use DH9.
+
+ -- tony mancill <tmancill at debian.org> Wed, 09 Apr 2014 22:24:34 -0700
+
libjaudiotagger-java (2.0.3-1) unstable; urgency=low
* d/control: Drop Depends on default-jre per Debian Java Policy as its
Modified: trunk/libjaudiotagger-java/debian/compat
===================================================================
--- trunk/libjaudiotagger-java/debian/compat 2014-04-10 21:09:41 UTC (rev 18015)
+++ trunk/libjaudiotagger-java/debian/compat 2014-04-11 04:04:13 UTC (rev 18016)
@@ -1 +1 @@
-7
+9
Modified: trunk/libjaudiotagger-java/debian/control
===================================================================
--- trunk/libjaudiotagger-java/debian/control 2014-04-10 21:09:41 UTC (rev 18015)
+++ trunk/libjaudiotagger-java/debian/control 2014-04-11 04:04:13 UTC (rev 18016)
@@ -3,11 +3,11 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org>, Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk, maven-repo-helper
-Standards-Version: 3.9.2
-Homepage: https://jaudiotagger.dev.java.net/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjaudiotagger-java/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjaudiotagger-java/
+Build-Depends: debhelper (>= 9), cdbs, ant, default-jdk, maven-repo-helper
+Standards-Version: 3.9.5
+Homepage: http://www.jthink.net/jaudiotagger/
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libjaudiotagger-java/
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libjaudiotagger-java/
Package: libjaudiotagger-java
Architecture: all
Modified: trunk/libjaudiotagger-java/debian/copyright
===================================================================
--- trunk/libjaudiotagger-java/debian/copyright 2014-04-10 21:09:41 UTC (rev 18015)
+++ trunk/libjaudiotagger-java/debian/copyright 2014-04-11 04:04:13 UTC (rev 18016)
@@ -1,36 +1,57 @@
-This package was debianized by Varun Hiremath <varun at debian.org> on
-Fri, 18 Jul 2008 01:25:54 +0530
-
-It was downloaded from http://repository.jboss.org/maven2/org/jaudiotagger/jaudiotagger/
-
-Upstream Authors:
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: jaudiotagger
+Upstream-Contact: A. Bram Neijt <bneijt at gmail.com>
+Source: https://java.net/projects/jaudiotagger/
+Author:
Christian Laireiter <liree at web.de>
Raphaël Slinckx
Eric Farng
Marc Gimpel
Paul Taylor
+Files: *
Copyright:
- © 2003-2005 Christian Laireiter <liree at web.de>
- © 2003-2005 Raphaël Slinckx <raphael at slinckx.net>
- © 2006 Horizon Wimba
- © 2003-2005 Jaikoz JThink Ltd
- © 2004,2005 Jaudiotagger
- © 2003,2004 MusicTag
+ 2003-2005 Christian Laireiter <liree at web.de>
+ 2003-2005 Raphaël Slinckx <raphael at slinckx.net>
+ 2006 Horizon Wimba
+ 2003-2005 Jaikoz JThink Ltd
+ 2004,2005 Jaudiotagger
+ 2003,2004 MusicTag
+License: LGPL-2.1
-License:
- This library is free software; you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as
- published by the Free Software Foundation; either version 2.1 of
- the License, or (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
+License: LGPL-2.1
+ This library is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2.1 of
+ the License, or (at your option) any later version.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+ .
+ On Debian systems, full text of the LGPL license can be found at
+ `/usr/share/common-licenses/LGPL-2.1'.
- On Debian systems, full text of the LGPL license can be found at
- `/usr/share/common-licenses/LGPL-2.1'.
+Files: debian/*
+Copyright:
+ 2008-2014 Varun Hiremath <varun at debian.org>
+ 2014 tony mancill <tmancill at debian.org>
+License: GPL-3+
-The Debian packaging is © 2008, Varun Hiremath <varun at debian.org> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+License: GPL-3+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in "/usr/share/common-licenses/GPL-2".
More information about the pkg-java-commits
mailing list