[Pkg-haskell-commits] r872 - in /packages/haskell-filepath: tags/1.0-4/ tags/1.0-4/debian/changelog tags/1.0-4/debian/control tags/1.0-4/debian/rules trunk/debian/changelog trunk/debian/control trunk/debian/rules
arjan at users.alioth.debian.org
arjan at users.alioth.debian.org
Sun Dec 30 19:43:39 UTC 2007
Author: arjan
Date: Sun Dec 30 19:43:39 2007
New Revision: 872
URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=872
Log:
haskell-filepath:
* debian/control:
- Add new Homepage field.
- Replace XS-Vcs-* with new official Vcs-* fields.
- Bump the Standards-Version to 3.7.3. No Changes needed.
* debian/rules:
- Add --no-package=haskell-filepath-doc to the dh_haskell call to stop
the new haskell-devscripts from generating haddock documentation.
releasing version 1.0-4
tagging version 1.0-4
Added:
packages/haskell-filepath/tags/1.0-4/
- copied from r731, packages/haskell-filepath/trunk/
Modified:
packages/haskell-filepath/tags/1.0-4/debian/changelog
packages/haskell-filepath/tags/1.0-4/debian/control
packages/haskell-filepath/tags/1.0-4/debian/rules
packages/haskell-filepath/trunk/debian/changelog
packages/haskell-filepath/trunk/debian/control
packages/haskell-filepath/trunk/debian/rules
Modified: packages/haskell-filepath/tags/1.0-4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-filepath/tags/1.0-4/debian/changelog?rev=872&op=diff
==============================================================================
--- packages/haskell-filepath/tags/1.0-4/debian/changelog (original)
+++ packages/haskell-filepath/tags/1.0-4/debian/changelog Sun Dec 30 19:43:39 2007
@@ -1,3 +1,15 @@
+haskell-filepath (1.0-4) unstable; urgency=low
+
+ * debian/control:
+ - Add new Homepage field.
+ - Replace XS-Vcs-* with new official Vcs-* fields.
+ - Bump the Standards-Version to 3.7.3. No Changes needed.
+ * debian/rules:
+ - Add --no-package=haskell-filepath-doc to the dh_haskell call to stop
+ the new haskell-devscripts from generating haddock documentation.
+
+ -- Arjan Oosting <arjan at debian.org> Sun, 30 Dec 2007 20:37:05 +0100
+
haskell-filepath (1.0-3) unstable; urgency=low
* debian/control:
Modified: packages/haskell-filepath/tags/1.0-4/debian/control
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-filepath/tags/1.0-4/debian/control?rev=872&op=diff
==============================================================================
--- packages/haskell-filepath/tags/1.0-4/debian/control (original)
+++ packages/haskell-filepath/tags/1.0-4/debian/control Sun Dec 30 19:43:39 2007
@@ -4,9 +4,10 @@
Maintainer: Arjan Oosting <arjan at debian.org>
Build-Depends: cpphs, dpkg-dev (>= 1.13.19), debhelper (>= 5.0.0), dpatch, ghc6 (>= 6.6), haskell-devscripts (>= 0.5.14)
Build-Depends-Indep: hugs
-Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/haskell-filepath
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-filepath
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/haskell-filepath
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-filepath
+Homepage: http://www-users.cs.york.ac.uk/~ndm/projects/libraries.php#filepath
Package: libhugs-filepath
Architecture: all
@@ -18,8 +19,6 @@
the platform the code is running on at runtime
.
This package contains the libraries for use with Hugs98.
- .
- Homepage: http://www-users.cs.york.ac.uk/~ndm/projects/libraries.php#filepath
Package: haskell-filepath-doc
Architecture: all
Modified: packages/haskell-filepath/tags/1.0-4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-filepath/tags/1.0-4/debian/rules?rev=872&op=diff
==============================================================================
--- packages/haskell-filepath/tags/1.0-4/debian/rules (original)
+++ packages/haskell-filepath/tags/1.0-4/debian/rules Sun Dec 30 19:43:39 2007
@@ -24,7 +24,7 @@
dh_testroot
dh_clean -k -i
dh_installdirs -i
- dh_haskell -i
+ dh_haskell -i --no-package=haskell-filepath-doc
install --mode=644 -D "$(CURDIR)/debian/libhugs-filepath.linda-overrides" \
"$(CURDIR)/debian/libhugs-filepath/usr/share/linda/overrides/libhugs-filepath"
dh_install -i
Modified: packages/haskell-filepath/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-filepath/trunk/debian/changelog?rev=872&op=diff
==============================================================================
--- packages/haskell-filepath/trunk/debian/changelog (original)
+++ packages/haskell-filepath/trunk/debian/changelog Sun Dec 30 19:43:39 2007
@@ -1,3 +1,15 @@
+haskell-filepath (1.0-4) unstable; urgency=low
+
+ * debian/control:
+ - Add new Homepage field.
+ - Replace XS-Vcs-* with new official Vcs-* fields.
+ - Bump the Standards-Version to 3.7.3. No Changes needed.
+ * debian/rules:
+ - Add --no-package=haskell-filepath-doc to the dh_haskell call to stop
+ the new haskell-devscripts from generating haddock documentation.
+
+ -- Arjan Oosting <arjan at debian.org> Sun, 30 Dec 2007 20:37:05 +0100
+
haskell-filepath (1.0-3) unstable; urgency=low
* debian/control:
Modified: packages/haskell-filepath/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-filepath/trunk/debian/control?rev=872&op=diff
==============================================================================
--- packages/haskell-filepath/trunk/debian/control (original)
+++ packages/haskell-filepath/trunk/debian/control Sun Dec 30 19:43:39 2007
@@ -4,9 +4,10 @@
Maintainer: Arjan Oosting <arjan at debian.org>
Build-Depends: cpphs, dpkg-dev (>= 1.13.19), debhelper (>= 5.0.0), dpatch, ghc6 (>= 6.6), haskell-devscripts (>= 0.5.14)
Build-Depends-Indep: hugs
-Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/haskell-filepath
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-filepath
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/haskell-filepath
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-filepath
+Homepage: http://www-users.cs.york.ac.uk/~ndm/projects/libraries.php#filepath
Package: libhugs-filepath
Architecture: all
@@ -18,8 +19,6 @@
the platform the code is running on at runtime
.
This package contains the libraries for use with Hugs98.
- .
- Homepage: http://www-users.cs.york.ac.uk/~ndm/projects/libraries.php#filepath
Package: haskell-filepath-doc
Architecture: all
Modified: packages/haskell-filepath/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-filepath/trunk/debian/rules?rev=872&op=diff
==============================================================================
--- packages/haskell-filepath/trunk/debian/rules (original)
+++ packages/haskell-filepath/trunk/debian/rules Sun Dec 30 19:43:39 2007
@@ -24,7 +24,7 @@
dh_testroot
dh_clean -k -i
dh_installdirs -i
- dh_haskell -i
+ dh_haskell -i --no-package=haskell-filepath-doc
install --mode=644 -D "$(CURDIR)/debian/libhugs-filepath.linda-overrides" \
"$(CURDIR)/debian/libhugs-filepath/usr/share/linda/overrides/libhugs-filepath"
dh_install -i
More information about the Pkg-haskell-commits
mailing list