[libbytelist-java] 02/02: Upload to experimental

Miguel Landaeta nomadium at moszumanska.debian.org
Fri Feb 13 01:53:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomadium pushed a commit to branch master
in repository libbytelist-java.

commit 63f379819928c79b8b190c6f2820e22a1ce42fb8
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Thu Feb 12 22:52:46 2015 -0300

    Upload to experimental
---
 debian/changelog | 16 ++++++++++++----
 debian/compat    |  2 +-
 debian/control   | 27 +++++++++++++++++++++------
 debian/copyright | 17 +++++++++--------
 debian/rules     |  4 ++++
 debian/watch     |  4 ++--
 6 files changed, 49 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 605c2a7..d1e7b4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,17 @@
-libbytelist-java (1.0.6-2) unstable; urgency=low
+libbytelist-java (1.0.12-1) experimental; urgency=medium
 
-  * UNRELEASED
-  * Fix Vcs-* headers in debian/control.
+  * Team upload.
+  * New upstream release.
+  * Update watch file.
+  * Bump debhelper compat level to 9.
+  * Bump Standards-Version to 3.9.6. No changes were required.
+  * Wrap and sort dependencies lists.
+  * Update d/copyright file.
+  * Add B-D on javahelper.
+  * Update Vcs-* headers in debian/control.
+  * Improve package description.
 
- -- Torsten Werner <twerner at debian.org>  Fri, 30 Jul 2010 16:30:49 +0200
+ -- Miguel Landaeta <nomadium at debian.org>  Thu, 12 Feb 2015 16:00:53 -0300
 
 libbytelist-java (1.0.6-1) unstable; urgency=low
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index dd1879b..16321eb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,30 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Torsten Werner <twerner at debian.org>
-Build-Depends: debhelper (>= 7), cdbs, maven-repo-helper
-Build-Depends-Indep: ant-optional, default-jdk, libjcodings-java, junit
-Standards-Version: 3.9.0
-Vcs-Git: git://git.debian.org/pkg-java/libbytelist-java.git
-Vcs-Browser: http://git.debian.org/?p=pkg-java/libbytelist-java.git
+Build-Depends:
+ debhelper (>= 9),
+ cdbs,
+ maven-repo-helper
+Build-Depends-Indep:
+ ant-optional,
+ default-jdk,
+ libjcodings-java,
+ junit,
+ javahelper
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-java/libbytelist-java.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libbytelist-java.git
 Homepage: http://github.com/jruby/bytelist
 
 Package: libbytelist-java
 Architecture: all
-Depends: ${misc:Depends}, libjcodings-java
+Depends:
+ ${misc:Depends},
+ libjcodings-java
 Description: helper library for packaging JRuby
  This library provides the org.jruby.util.ByteList byte container.
+ .
+ ByteList is simple a collection of bytes in the same way a Java
+ String is a collection of characters. However, its API resembles
+ StringBuffer/StringBuilder more than String because it is a mutable
+ object.
diff --git a/debian/copyright b/debian/copyright
index 61ba18a..235b33e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,16 +1,17 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: JCodings
-Maintainer: Thomas E. Enobo
-Source: http://github.com/jruby/jcodings
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: bytelist
+Upstream-Contact: Thomas E. Enobo
+Source: http://github.com/jruby/bytelist
 
+Files: *
 Copyright: 2008-2010 Marcin Mielżyński
            2008-2010 Thomas E. Enobo
            2008-2010 Ola Bini
-License: CPL-1.0 | GPL-2+ | LGPL-2.1+
+License: CPL-1.0 or GPL-2+ or LGPL-2.1+
 
 Files: debian/*
 Copyright: 2010 Torsten Werner <twerner at debian.org>
-License: CPL-1.0 | GPL-2+ | LGPL-2.1+
+License: CPL-1.0 or GPL-2+ or LGPL-2.1+
 
 License: CPL-1.0
  Common Public License Version 1.0
@@ -229,8 +230,8 @@ License: CPL-1.0
 
 License: GPL-2+
  The full text of the license can be found in
-`/usr/share/common-licenses/GPL-2'.
+ `/usr/share/common-licenses/GPL-2'.
 
 License: LGPL-2.1+
  The full text of the license can be found in
-`/usr/share/common-licenses/LGPL-2.1'.
+ `/usr/share/common-licenses/LGPL-2.1'.
diff --git a/debian/rules b/debian/rules
index 9944a0b..274d292 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,12 @@ JAVA_HOME := /usr/lib/jvm/default-java
 DEB_JARS  := jcodings ant-junit junit
 
 install/libbytelist-java::
+	jh_classpath --classpath=/usr/share/java/jcodings.jar lib/bytelist-*.jar
 	mh_installpom -plibbytelist-java pom.xml
 	mh_installjar -plibbytelist-java pom.xml -l lib/bytelist-*.jar
 
+clean::
+	mh_clean
+
 get-orig-source:
 	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
diff --git a/debian/watch b/debian/watch
index 1fc27e0..3965889 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-http://github.com/jruby/bytelist/downloads \
-  /jruby/bytelist/tarball/(.*) debian debian/orig-tar.sh
+http://github.com/jruby/bytelist/releases \
+  /jruby/bytelist/archive/([0-9]+.*)\.tar\.gz debian debian/orig-tar.sh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libbytelist-java.git



More information about the pkg-java-commits mailing list