This is an automated email from the git hooks/post-receive script. tjaalton-guest pushed a commit to branch master in repository dtd-parser.
commit 900d11b27f834d3c48e4ba97f98af66c6a73bdf3 Author: Timo Aaltonen <[email protected]> Date: Fri Jan 17 12:16:56 2014 +0200 rename the source package too: dtd-parser --- debian/README.source | 2 +- debian/changelog | 2 +- debian/control | 6 +++--- debian/orig-tar.sh | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/debian/README.source b/debian/README.source index 3cc4407..cd38a9a 100644 --- a/debian/README.source +++ b/debian/README.source @@ -1,4 +1,4 @@ -Information about glassfish-dtd-parser +Information about dtd-parser ------------------------------ This package was debianized using the mh_make command diff --git a/debian/changelog b/debian/changelog index 3b34f96..17a9ac4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -glassfish-dtd-parser (1.2~svn20110404-1) UNRELEASED; urgency=low +dtd-parser (1.2~svn20110404-1) UNRELEASED; urgency=low * Initial release (Closes: #734054) diff --git a/debian/control b/debian/control index ee6beb0..7bdcf2d 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: glassfish-dtd-parser +Source: dtd-parser Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> @@ -6,8 +6,8 @@ Uploaders: Timo Aaltonen <[email protected]> Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5) Build-Depends-Indep: default-jdk-doc, libmaven-javadoc-plugin-java Standards-Version: 3.9.5 -Vcs-Git: git://anonscm.debian.org/pkg-java/glassfish-dtd-parser.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/glassfish-dtd-parser.git +Vcs-Git: git://anonscm.debian.org/pkg-java/dtd-parser.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/dtd-parser.git Homepage: http://dtd-parser.java.net Package: libdtd-parser-java diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index b99f21f..458e493 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -1,10 +1,10 @@ #!/bin/sh -e VERSION=$1 -TAR=../glassfish-dtd-parser_$VERSION.orig.tar.xz -DIR=glassfish-dtd-parser-$VERSION +TAR=../dtd-parser_$VERSION.orig.tar.xz +DIR=dtd-parser-$VERSION DATE=$(echo "$VERSION" | sed -e 's/^.*\+svn//;s/$/T2359Z/') -TAG=$(echo "glassfish-dtd-parser-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') +TAG=$(echo "dtd-parser-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') svn export -r {$DATE} https://svn.java.net/svn/dtd-parser~svn/trunk/dtd-parser $DIR XZ_OPT=--best tar -c -J -f $TAR \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/dtd-parser.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

