diff -Nru msv-2009.1+dfsg1/debian/changelog msv-2009.1+dfsg1/debian/changelog --- msv-2009.1+dfsg1/debian/changelog 2012-05-03 05:51:17.000000000 +0000 +++ msv-2009.1+dfsg1/debian/changelog 2013-05-30 22:18:05.000000000 +0000 @@ -1,3 +1,26 @@ +msv (2009.1+dfsg1-4) unstable; urgency=low + + [Tony Mancill] + * Team upload. + * Update Vcs-Git URL in d/control. + + [Ludovic Claude] + * Add --no-parent option to the parent POM, + * Add --has-package-version to all POM files. + * Ignore relames subproject + + [ Emmanuel Bourg ] + * Added a watch file monitoring the upstream SVN tags + + [ Giovanni Mascellani ] + * Add a script to checkout the canonical tarball from SVN. + * Install more documentation files (closes: #692219). + * Fix some lintian issues. + + Bump Standards-Version to 3.9.4 (no changes required). + + Use canonical values from Vcs-* fields. + + -- Giovanni Mascellani Fri, 31 May 2013 00:17:59 +0200 + msv (2009.1+dfsg1-3) unstable; urgency=low * Team upload. diff -Nru msv-2009.1+dfsg1/debian/control msv-2009.1+dfsg1/debian/control --- msv-2009.1+dfsg1/debian/control 2012-05-03 05:51:17.000000000 +0000 +++ msv-2009.1+dfsg1/debian/control 2013-05-30 22:18:05.000000000 +0000 @@ -6,10 +6,10 @@ Build-Depends: debhelper (>= 7.0.50~), maven-debian-helper, default-jdk, cdbs, libisorelax-java, libjdom1-java, librelaxng-datatype-java, libxalan2-java, libxerces2-java, libxml-commons-resolver1.1-java, ant -Standards-Version: 3.9.3 +Standards-Version: 3.9.4 Homepage: http://java.net/projects/msv -Vcs-Git: git://git.debian.org/pkg-java/msv.git -Vcs-Browser: http://git.debian.org/?p=pkg-java/msv.git;a=summary +Vcs-Git: git://anonscm.debian.org/pkg-java/msv.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/msv.git;a=summary Package: libmsv-java Architecture: all diff -Nru msv-2009.1+dfsg1/debian/docs msv-2009.1+dfsg1/debian/docs --- msv-2009.1+dfsg1/debian/docs 2012-05-03 05:51:17.000000000 +0000 +++ msv-2009.1+dfsg1/debian/docs 2013-05-30 22:18:05.000000000 +0000 @@ -1 +1,11 @@ readme.html +msv/doc/acceptor.html +msv/doc/commandline.html +msv/doc/developer.html +msv/doc/JARV_API.gif +msv/doc/JARV.html +msv/doc/JAXPmasquerading.html +msv/doc/nativeAPI.html +msv/doc/README.txt +msv/doc/RNGDatatypeLibrary.html +msv/doc/SAXfilter.gif diff -Nru msv-2009.1+dfsg1/debian/libmsv-java.poms msv-2009.1+dfsg1/debian/libmsv-java.poms --- msv-2009.1+dfsg1/debian/libmsv-java.poms 2012-05-03 05:51:17.000000000 +0000 +++ msv-2009.1+dfsg1/debian/libmsv-java.poms 2013-05-30 22:18:05.000000000 +0000 @@ -23,10 +23,12 @@ # --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created # temporarily for certain artifacts such as Javadoc jars. # -pom.xml --java-lib -parent/pom.xml --java-lib -xsdlib/pom.xml --java-lib -testharness/pom.xml --java-lib -msv/pom.xml --java-lib -rngconverter/pom.xml --java-lib -relames/pom.xml --java-lib +pom.xml --java-lib --no-parent --has-package-version +parent/pom.xml --java-lib --has-package-version +xsdlib/pom.xml --java-lib --has-package-version +testharness/pom.xml --java-lib --has-package-version +msv/pom.xml --java-lib --has-package-version +rngconverter/pom.xml --java-lib --has-package-version +relames/pom.xml --ignore + + diff -Nru msv-2009.1+dfsg1/debian/orig-tar.sh msv-2009.1+dfsg1/debian/orig-tar.sh --- msv-2009.1+dfsg1/debian/orig-tar.sh 1970-01-01 00:00:00.000000000 +0000 +++ msv-2009.1+dfsg1/debian/orig-tar.sh 2013-05-30 22:18:05.000000000 +0000 @@ -0,0 +1,15 @@ +#!/bin/bash + +set -e + +VERSION="$2" +DOWNLOADED_FILE="$3" +PACKAGE="$(dpkg-parsechangelog | sed -n 's/^Source: //p')" +TEMPDIR="$(mktemp -d)" +DIR="${PACKAGE}-${VERSION}" + +rm -f "$DOWNLOADED_FILE" +svn export "https://svn.java.net/svn/msv~svn/tags/msv-$VERSION" "$TEMPDIR/$DIR" +find "$TEMPDIR/$DIR" -name '*.vsd' -delete +GZIP=--best tar -c -z -f "../${PACKAGE}_$VERSION.orig.tar.gz" -C "$TEMPDIR" "$DIR" +rm -fr "$TEMPDIR" diff -Nru msv-2009.1+dfsg1/debian/rules msv-2009.1+dfsg1/debian/rules --- msv-2009.1+dfsg1/debian/rules 2012-05-03 05:51:17.000000000 +0000 +++ msv-2009.1+dfsg1/debian/rules 2013-05-30 22:18:05.000000000 +0000 @@ -8,4 +8,4 @@ include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java - +DEB_INSTALL_CHANGELOGS_ALL := msv/doc/ChangeLog.txt diff -Nru msv-2009.1+dfsg1/debian/watch msv-2009.1+dfsg1/debian/watch --- msv-2009.1+dfsg1/debian/watch 1970-01-01 00:00:00.000000000 +0000 +++ msv-2009.1+dfsg1/debian/watch 2013-05-30 22:18:05.000000000 +0000 @@ -0,0 +1,3 @@ +version=3 +opts=dversionmangle=s/\+dfsg.*// \ +https://java.net/projects/msv/sources/svn/show/tags .*/msv-([0-9]{4}\.[\d\.]+)\?.* debian ./debian/orig-tar.sh