[Pkg-haskell-commits] darcs: haskell-path-pieces: Initial Check-In

clint at debian.org clint at debian.org
Sat Sep 3 03:06:00 UTC 2011


Sat Sep  3 03:05:27 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: c267e4c7334f78d957922885f2c146e0

    M ./changelog -9 +2
    M ./control -17 +14
    M ./copyright -3 +3
    M ./watch -2 +2

Sat Sep  3 03:05:27 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: c267e4c7334f78d957922885f2c146e0
diff -rN -u old-haskell-path-pieces//changelog new-haskell-path-pieces//changelog
--- old-haskell-path-pieces//changelog	2011-09-03 03:06:00.424586906 +0000
+++ new-haskell-path-pieces//changelog	2011-09-03 03:06:00.470060491 +0000
@@ -1,12 +1,5 @@
-haskell-web-routes-quasi (0.6.3.1-2) unstable; urgency=low
-
-  * Depend on ghc-ghci, to avoid build attempts on arches without
-    template haskell.
-
- -- Joachim Breitner <nomeata at debian.org>  Fri, 03 Jun 2011 10:10:15 +0200
-
-haskell-web-routes-quasi (0.6.3.1-1) unstable; urgency=low
+haskell-path-pieces (0.0.0-1) unstable; urgency=low
 
   * Initial release.
 
- -- Clint Adams <clint at debian.org>  Sun, 29 May 2011 12:04:27 -0400
+ -- Clint Adams <clint at debian.org>  Fri, 02 Sep 2011 22:59:34 -0400
diff -rN -u old-haskell-path-pieces//control new-haskell-path-pieces//control
--- old-haskell-path-pieces//control	2011-09-03 03:06:00.406272599 +0000
+++ new-haskell-path-pieces//control	2011-09-03 03:06:00.470060491 +0000
@@ -1,4 +1,4 @@
-Source: haskell-web-routes-quasi
+Source: haskell-path-pieces
 Section: haskell
 Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
@@ -9,16 +9,16 @@
   , ghc
   , ghc-prof
   , ghc-ghci
-  , libghc-text-dev
+  , libghc-text-dev (<< 0.12)
   , libghc-text-prof
 Build-Depends-Indep: ghc-doc
   , libghc-text-doc
 Standards-Version: 3.9.2
-Homepage: http://hackage.haskell.org/package/web-routes-quasi
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-web-routes-quasi
-Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-web-routes-quasi
+Homepage: http://hackage.haskell.org/package/path-pieces
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-path-pieces
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-path-pieces
 
-Package: libghc-web-routes-quasi-dev
+Package: libghc-path-pieces-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -26,38 +26,35 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: web-routes via a quasi-quoted DSL
+Description: components of paths
  This package provides a library for the Haskell programming language.
  See http://www.haskell.org/ for more information on Haskell.
  .
- Define data types and parse/build functions for web-routes via
- a quasi-quoted DSL.
+ It contains path pieces.
 
-Package: libghc-web-routes-quasi-prof
+Package: libghc-path-pieces-prof
 Architecture: any
 Depends: ${haskell:Depends}
   , ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: web-routes via a quasi-quoted DSL; profiling libraries
+Description: components of paths; profiling libraries
  This package provides a library for the Haskell programming language,
  compiled for profiling.
  See http://www.haskell.org/ for more information on Haskell.
  .
- Define data types and parse/build functions for web-routes via
- a quasi-quoted DSL.
+ It contains path pieces.
 
-Package: libghc-web-routes-quasi-doc
+Package: libghc-path-pieces-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: web-routes via a quasi-quoted DSL; documentation
+Description: components of paths; documentation
  This package provides the documentation for a library for the Haskell
  programming language.
  See http://www.haskell.org/ for more information on Haskell.
  .
- Define data types and parse/build functions for web-routes via
- a quasi-quoted DSL.
+ It contains path pieces.
diff -rN -u old-haskell-path-pieces//copyright new-haskell-path-pieces//copyright
--- old-haskell-path-pieces//copyright	2011-09-03 03:06:00.238056688 +0000
+++ new-haskell-path-pieces//copyright	2011-09-03 03:06:00.470060491 +0000
@@ -1,14 +1,14 @@
 This package was debianized by Clint Adams <clint at debian.org> on
-Sun, 29 May 2011 16:04:27 -0000
+Sat, 03 Sep 2011 02:59:34 -0000
 
 It was downloaded from
-http://hackage.haskell.org/package/web-routes-quasi
+http://hackage.haskell.org/package/path-pieces
 
 Upstream Author:
 
     Michael Snoyman <michael at snoyman.com>
 
-Copyright: 
+Copyright:
 
     2009 Michael Snoyman
 
diff -rN -u old-haskell-path-pieces//watch new-haskell-path-pieces//watch
--- old-haskell-path-pieces//watch	2011-09-03 03:06:00.214057244 +0000
+++ new-haskell-path-pieces//watch	2011-09-03 03:06:00.474061855 +0000
@@ -1,5 +1,5 @@
 version=3
 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
-filenamemangle=s|(.*)/$|web-routes-quasi-$1.tar.gz|" \
-    http://hackage.haskell.org/packages/archive/web-routes-quasi \
+filenamemangle=s|(.*)/$|path-pieces-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/path-pieces \
     ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list