[Git][haskell-team/DHG_packages][master] 2 commits: Add haskell-filestore 0.6.5-1

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Tue May 10 20:28:07 BST 2022



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
0a976f4f by Robert Greener at 2022-05-09T21:03:36+00:00
Add haskell-filestore 0.6.5-1

This removes the -data binary as the data is now just included.

Also added Robert Greener as Uploader

- - - - -
a8431186 by Scott Talbert at 2022-05-10T19:28:04+00:00
Merge branch 'update-filestore' into 'master'

Add haskell-filestore 0.6.5-1

See merge request haskell-team/DHG_packages!21
- - - - -


6 changed files:

- p/haskell-filestore/debian/changelog
- p/haskell-filestore/debian/control
- − p/haskell-filestore/debian/libghc-filestore-data.dirs
- − p/haskell-filestore/debian/libghc-filestore-data.lintian-overrides
- + p/haskell-filestore/debian/libghc-filestore-dev.lintian-overrides
- p/haskell-filestore/debian/rules


Changes:

=====================================
p/haskell-filestore/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-filestore (0.6.5-1) unstable; urgency=medium
+
+  * New upstream version.
+  * Remove -data binary as removed upstream
+
+ -- Robert Greener <rob at robgreener.com>  Sun, 08 May 2022 15:38:18 +0000
+
 haskell-filestore (0.6.4-2) unstable; urgency=medium
 
   * Fix Build-Depends.


=====================================
p/haskell-filestore/debian/control
=====================================
@@ -4,6 +4,7 @@ Uploaders:
  Giovanni Mascellani <gio at debian.org>,
  Clint Adams <clint at debian.org>,
  Louis Bettens <louis at bettens.info>,
+ Robert Greener <rob at robgreener.com>
 Priority: optional
 Section: haskell
 Rules-Requires-Root: no
@@ -30,6 +31,7 @@ Build-Depends:
  libghc-xml-prof,
  libghc-hunit-dev (>= 1.2),
  libghc-hunit-dev (<< 1.7),
+ libghc-hunit-prof,
  mercurial,
  git,
 Build-Depends-Indep:
@@ -47,7 +49,6 @@ Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-files
 Package: libghc-filestore-dev
 Architecture: any
 Depends:
- libghc-filestore-data (= ${source:Version}),
  ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
@@ -99,19 +100,3 @@ Description: Haskell interface for versioning file stores${haskell:ShortBlurb}
  Darcs, and Mercurial modules are provided.
  .
  ${haskell:Blurb}
-
-Package: libghc-filestore-data
-Architecture: all
-Depends:
- ${haskell:Depends},
- ${misc:Depends},
-Recommends:
- ${haskell:Recommends},
-Suggests:
- ${haskell:Suggests},
-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.


=====================================
p/haskell-filestore/debian/libghc-filestore-data.dirs deleted
=====================================
@@ -1 +0,0 @@
-usr/share


=====================================
p/haskell-filestore/debian/libghc-filestore-data.lintian-overrides deleted
=====================================
@@ -1,3 +0,0 @@
-# This is not a problem, as the script is not meant to be executed (but
-# rather to be copied in the correct place by the library)
-libghc-filestore-data: script-not-executable usr/share/filestore-0.5/extra/post-update


=====================================
p/haskell-filestore/debian/libghc-filestore-dev.lintian-overrides
=====================================
@@ -0,0 +1,2 @@
+# This is intended
+custom-library-search-path


=====================================
p/haskell-filestore/debian/rules
=====================================
@@ -5,9 +5,4 @@ DEB_ENABLE_TESTS = yes
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
 
-DEB_GHC_EXTRA_PACKAGES := libghc-filestore-data (>= $(CABAL_VERSION))
-
-install/libghc-filestore-data:: debian/tmp-inst-ghc
-	mv debian/tmp-inst-ghc/usr/share/filestore debian/libghc-filestore-data/usr/share
-
 check-ghc-stamp: export LC_ALL := C.UTF-8



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/405fb86acb0573c6c49e74c3ad762f2b4be64a2e...a8431186802909f6211750f15cc70f67262573c7

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/405fb86acb0573c6c49e74c3ad762f2b4be64a2e...a8431186802909f6211750f15cc70f67262573c7
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20220510/a710f931/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list