[Pkg-haskell-commits] r1009 - in /packages/uuagc/trunk/debian: changelog control patches/ patches/00list rules

arjan at users.alioth.debian.org arjan at users.alioth.debian.org
Mon Jan 21 01:24:10 UTC 2008


Author: arjan
Date: Mon Jan 21 01:24:10 2008
New Revision: 1009

URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=1009
Log:
 r2528 at nebula:  arjan | 2008-01-20 00:00:23 +0100
 * debian/control:
   - Replace Xs-Vcs-* fields with the now official Vcs-* fields.
   - Add Homepage field.
   - Bump the Standards-Version to 3.7.3. No changes needed.
   - Remove LICENSE file installed by Cabal. We have our copyright file
     for this. 

Added:
    packages/uuagc/trunk/debian/patches/
    packages/uuagc/trunk/debian/patches/00list
Modified:
    packages/uuagc/trunk/debian/changelog
    packages/uuagc/trunk/debian/control
    packages/uuagc/trunk/debian/rules

Modified: packages/uuagc/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/trunk/debian/changelog?rev=1009&op=diff
==============================================================================
--- packages/uuagc/trunk/debian/changelog (original)
+++ packages/uuagc/trunk/debian/changelog Mon Jan 21 01:24:10 2008
@@ -1,8 +1,14 @@
 uuagc (0.9.5-1~pre1) unstable; urgency=low
 
   * New upstream release
+  * debian/control:
+    - Replace Xs-Vcs-* fields with the now official Vcs-* fields.
+    - Add Homepage field.
+    - Bump the Standards-Version to 3.7.3. No changes needed.
   * debian/rules:
     - Don't call ./configure during build.
+    - Remove LICENSE file installed by Cabal. We have our copyright file
+      for this. 
   * debian/watch: Use hackage.haskell.org as site for new upstream
     releases. (Closes: #456482)
   

Modified: packages/uuagc/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/trunk/debian/control?rev=1009&op=diff
==============================================================================
--- packages/uuagc/trunk/debian/control (original)
+++ packages/uuagc/trunk/debian/control Mon Jan 21 01:24:10 2008
@@ -3,9 +3,10 @@
 Priority: optional
 Maintainer: Arjan Oosting <arjan at debian.org>
 Build-Depends: debhelper (>= 5), dpatch, ghc6, libghc6-uulib-dev 
-Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/uuagc
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/uuagc
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc
+Homepage: http://www.cs.uu.nl/wiki/HUT/AttributeGrammarSystem
 
 Package: uuagc
 Architecture: any
@@ -29,5 +30,4 @@
  .
  The (Utrecht University) Attribute Grammar system is part of the
  Haskell Utrecht Tools set.
- .
-  Homepage: http://www.cs.uu.nl/wiki/HUT/AttributeGrammarSystem
+

Added: packages/uuagc/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/trunk/debian/patches/00list?rev=1009&op=file
==============================================================================
--- packages/uuagc/trunk/debian/patches/00list (added)
+++ packages/uuagc/trunk/debian/patches/00list Mon Jan 21 01:24:10 2008
@@ -1,0 +1,1 @@
+

Modified: packages/uuagc/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/uuagc/trunk/debian/rules?rev=1009&op=diff
==============================================================================
--- packages/uuagc/trunk/debian/rules (original)
+++ packages/uuagc/trunk/debian/rules Mon Jan 21 01:24:10 2008
@@ -42,6 +42,7 @@
 	dh_clean -k 
 	dh_installdirs 
 	./setup copy --copy-prefix=debian/uuagc/usr
+	rm -r debian/uuagc/usr/share/doc/uuagc-*
 
 # Build architecture-independent files here.
 binary-indep: build install




More information about the Pkg-haskell-commits mailing list