[Pkg-haskell-commits] darcs: haskell-filestore: New binary package for data

mascellani at poisson.phc.unipi.it mascellani at poisson.phc.unipi.it
Tue Aug 3 09:16:42 UTC 2010


Tue Aug  3 08:06:49 UTC 2010  mascellani at poisson.phc.unipi.it
  * New binary package for data
  Ignore-this: e5cfc589b5f37aa28bffd37a431f231

    M ./changelog +2
    M ./control -1 +17
    A ./libghc6-filestore-data.dirs
    M ./rules +4

Tue Aug  3 08:06:49 UTC 2010  mascellani at poisson.phc.unipi.it
  * New binary package for data
  Ignore-this: e5cfc589b5f37aa28bffd37a431f231
diff -rN -u old-haskell-filestore/changelog new-haskell-filestore/changelog
--- old-haskell-filestore/changelog	2010-08-03 09:16:42.786641001 +0000
+++ new-haskell-filestore/changelog	2010-08-03 09:16:42.798641635 +0000
@@ -1,6 +1,8 @@
 haskell-filestore (0.3.4.1-4) unstable; urgency=low
 
   * Updating my email address.
+  * Adding new data package for files that are needed also by dependent
+    packages.
 
  -- Giovanni Mascellani <gio at debian.org>  Mon, 02 Aug 2010 09:15:09 +0200
 
diff -rN -u old-haskell-filestore/control new-haskell-filestore/control
--- old-haskell-filestore/control	2010-08-03 09:16:42.786641001 +0000
+++ new-haskell-filestore/control	2010-08-03 09:16:42.798641635 +0000
@@ -38,7 +38,8 @@
 Depends:
  ${haskell:Depends},
  ${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
+ libghc6-filestore-data (= ${source:Version})
 Suggests: ${haskell:Suggests}
 Recommends:
  ${haskell:Recommends},
@@ -80,3 +81,18 @@
  Darcs, and Mercurial modules are provided.
  .
  This package contains the library documentation.
+
+Package: libghc6-filestore-data
+Section: doc
+Architecture: all
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Haskell interface for versioning file stores - common files
+ The filestore library provides an abstract interface for a versioning
+ file store, and modules that instantiate this interface. Currently Git,
+ Darcs, and Mercurial modules are provided.
+ .
+ This package data files used by filestore and its dependencies.
diff -rN -u old-haskell-filestore/libghc6-filestore-data.dirs new-haskell-filestore/libghc6-filestore-data.dirs
--- old-haskell-filestore/libghc6-filestore-data.dirs	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-filestore/libghc6-filestore-data.dirs	2010-08-03 09:16:42.790641212 +0000
@@ -0,0 +1 @@
+usr/share
diff -rN -u old-haskell-filestore/rules new-haskell-filestore/rules
--- old-haskell-filestore/rules	2010-08-03 09:16:42.786641001 +0000
+++ new-haskell-filestore/rules	2010-08-03 09:16:42.794641424 +0000
@@ -2,3 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
+
+install/libghc6-filestore-data:: debian/tmp-inst-ghc6
+	mv debian/tmp-inst-ghc6/usr/share/filestore-$(CABAL_VERSION) debian/libghc6-filestore-data/usr/share
+





More information about the Pkg-haskell-commits mailing list