Author: fourmond Date: 2010-12-22 19:39:07 +0000 (Wed, 22 Dec 2010) New Revision: 13189
Modified: trunk/xmlgraphics-commons/debian/changelog trunk/xmlgraphics-commons/debian/control trunk/xmlgraphics-commons/debian/rules Log: [xmlgraphics-common] Small details before upload Modified: trunk/xmlgraphics-commons/debian/changelog =================================================================== --- trunk/xmlgraphics-commons/debian/changelog 2010-12-20 22:44:02 UTC (rev 13188) +++ trunk/xmlgraphics-commons/debian/changelog 2010-12-22 19:39:07 UTC (rev 13189) @@ -2,8 +2,10 @@ * Applied patches by Brian M. Carlson <[email protected]> to fix various problems with XMP (closes: #605940, #605941) + * Dropping simple-patchsys now that we have switched to format 3.0 + * Conforms to standards 3.9.1 - -- Vincent Fourmond <[email protected]> Mon, 20 Dec 2010 21:43:24 +0100 + -- Vincent Fourmond <[email protected]> Wed, 22 Dec 2010 20:29:33 +0100 xmlgraphics-commons (1.4.dfsg-1) experimental; urgency=low Modified: trunk/xmlgraphics-commons/debian/control =================================================================== --- trunk/xmlgraphics-commons/debian/control 2010-12-20 22:44:02 UTC (rev 13188) +++ trunk/xmlgraphics-commons/debian/control 2010-12-22 19:39:07 UTC (rev 13189) @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 7), cdbs Build-Depends-Indep: openjdk-6-jdk | sun-java6-jdk, ant-optional, libcommons-io-java (>= 1.3.1), junit, libcommons-logging-java, maven-repo-helper -Standards-Version: 3.9.0 +Standards-Version: 3.9.1 Homepage: http://xmlgraphics.apache.org/commons/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/xmlgraphics-commons Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/xmlgraphics-commons Modified: trunk/xmlgraphics-commons/debian/rules =================================================================== --- trunk/xmlgraphics-commons/debian/rules 2010-12-20 22:44:02 UTC (rev 13188) +++ trunk/xmlgraphics-commons/debian/rules 2010-12-22 19:39:07 UTC (rev 13189) @@ -2,7 +2,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk export VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | sed -e 's/.dfsg.*//') _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

