Author: twerner Date: 2008-10-16 20:53:41 +0000 (Thu, 16 Oct 2008) New Revision: 7156
Modified: trunk/cup/debian/changelog trunk/cup/debian/rules Log: * new upstream version (Closes: #497588) * Add target get-orig-source to debian/rules. Modified: trunk/cup/debian/changelog =================================================================== --- trunk/cup/debian/changelog 2008-10-16 20:51:08 UTC (rev 7155) +++ trunk/cup/debian/changelog 2008-10-16 20:53:41 UTC (rev 7156) @@ -1,9 +1,14 @@ -cup (0.10k-8) UNRELEASED; urgency=low +cup (0.11a+20060608-1) UNRELEASED; urgency=low + [ Matthias Klose ] * (Build-)depend on default-jre/-jdk. - -- Matthias Klose <[EMAIL PROTECTED]> Wed, 30 Jul 2008 16:58:53 +0200 + [ Torsten Werner ] + * new upstream version (Closes: #497588) + * Add target get-orig-source to debian/rules. + -- Torsten Werner <[EMAIL PROTECTED]> Thu, 16 Oct 2008 22:52:36 +0200 + cup (0.10k-7) unstable; urgency=low * Fixed program name. Closes: #415139. Modified: trunk/cup/debian/rules =================================================================== --- trunk/cup/debian/rules 2008-10-16 20:51:08 UTC (rev 7155) +++ trunk/cup/debian/rules 2008-10-16 20:53:41 UTC (rev 7156) @@ -40,3 +40,7 @@ binary: binary-arch binary-indep .PHONY: binary binary-arch binary-indep clean + +get-orig-source: + wget -o cup_0.11a+20060608.orig.tar.gz \ + https://www2.in.tum.de/WebSVN/dl.php?repname=CUP&path=/develop/&rev=0&isdir=1 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

