This is an automated email from the git hooks/post-receive script. tjaalton-guest pushed a commit to branch master in repository fastinfoset.
commit ce103030f321662fce29ec5e084463df6ca9f554 Author: Timo Aaltonen <[email protected]> Date: Fri Jan 17 21:54:34 2014 +0200 rename the source/binary pkgs --- debian/README.source | 2 +- debian/changelog | 2 +- debian/control | 8 ++++---- ...ibglassfish-fastinfoset-java.poms => libfastinfoset-java.poms} | 0 debian/orig-tar.sh | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/debian/README.source b/debian/README.source index 5896efd..22230d2 100644 --- a/debian/README.source +++ b/debian/README.source @@ -1,4 +1,4 @@ -Information about glassfish-fastinfoset +Information about fastinfoset ------------------------------ This package was debianized using the mh_make command diff --git a/debian/changelog b/debian/changelog index d4c85f2..4daff66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -glassfish-fastinfoset (1.2.12-1) UNRELEASED; urgency=low +fastinfoset (1.2.12-1) UNRELEASED; urgency=low * Initial release (Closes: #734061) diff --git a/debian/control b/debian/control index 811ee8f..ef13690 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: glassfish-fastinfoset +Source: fastinfoset Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> @@ -6,11 +6,11 @@ Uploaders: Timo Aaltonen <[email protected]> Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5) Build-Depends-Indep: junit4, libstax-java, libxmlstreambuffer-java, libxsom-java Standards-Version: 3.9.5 -Vcs-Git: git://anonscm.debian.org/pkg-java/glassfish-fastinfoset.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/glassfish-fastinfoset.git +Vcs-Git: git://anonscm.debian.org/pkg-java/fastinfoset.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/fastinfoset.git Homepage: http://fi.java.net -Package: libglassfish-fastinfoset-java +Package: libfastinfoset-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} diff --git a/debian/libglassfish-fastinfoset-java.poms b/debian/libfastinfoset-java.poms similarity index 100% rename from debian/libglassfish-fastinfoset-java.poms rename to debian/libfastinfoset-java.poms diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index a9761fe..cf9723f 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -1,8 +1,8 @@ #!/bin/sh -e VERSION=$2 -TAR=../glassfish-fastinfoset_$VERSION.orig.tar.xz -DIR=glassfish-fastinfoset-$VERSION +TAR=../fastinfoset_$VERSION.orig.tar.xz +DIR=fastinfoset-$VERSION TAG=$(echo "$VERSION" | sed -re's/~(alpha|beta)/-\1-/;s/\./_/g') svn export https://svn.java.net/svn/fi~svn/tags/${TAG} $DIR -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/fastinfoset.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

