This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository cup.
commit 743881eae7189aca6710661b628e9a6877bfe2ae Author: Michael Koch <[email protected]> Date: Sat Apr 19 20:46:30 2008 +0000 cup (0.10k-7) unstable; urgency=low * Fixed program name. Closes: #415139. * Fixed doc-base section to 'Programming/Java'. * Added Homepage, Vcs-Svn and Vcs-Browser fields. * Updated Standards-Version to 3.7.3. * Added watch file. -- Michael Koch <[email protected]> Sat, 19 Apr 2008 22:46:53 +0200 --- debian/changelog | 10 ++++++++++ debian/control | 5 ++++- debian/doc-base | 2 +- debian/watch | 3 +++ 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9cbf877..a14986d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +cup (0.10k-7) unstable; urgency=low + + * Fixed program name. Closes: #415139. + * Fixed doc-base section to 'Programming/Java'. + * Added Homepage, Vcs-Svn and Vcs-Browser fields. + * Updated Standards-Version to 3.7.3. + * Added watch file. + + -- Michael Koch <[email protected]> Sat, 19 Apr 2008 22:46:53 +0200 + cup (0.10k-6) unstable; urgency=low * Use java-gcj-compat instead of kaffe. diff --git a/debian/control b/debian/control index 1675626..0ecb082 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,10 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Arnaud Vandyck <[email protected]>, Michael Koch <[email protected]> Build-Depends: debhelper (>= 4.2.30), java-gcj-compat-dev -Standards-Version: 3.7.2 +Standards-Version: 3.7.3 +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/cup +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/cup +Homepage: http://www2.cs.tum.edu/projects/cup/ Package: cup Architecture: all diff --git a/debian/doc-base b/debian/doc-base index a80bfba..0298ac5 100644 --- a/debian/doc-base +++ b/debian/doc-base @@ -2,7 +2,7 @@ Document: cup Title: Manual for CUP Author: CUP developers Abstract: This is the manual of CUP a LALR parser generator for Java. -Section: Apps/Programming +Section: Programming/Java Format: HTML Index: /usr/share/doc/cup/manual.html diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..b8f0dc1 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=uversionmangle=s/v/0\./ \ +http://www2.cs.tum.edu/projects/cup/ java_cup_(.*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cup.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

