[Git][haskell-team/DHG_packages][master] Delete ROM-ed packages

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Mon Sep 26 07:58:35 BST 2022



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
e35306cc by Ilias Tsitsimpis at 2022-09-26T09:58:10+03:00
Delete ROM-ed packages

- - - - -


16 changed files:

- − p/haskell-bitarray/debian/changelog
- − p/haskell-bitarray/debian/compat
- − p/haskell-bitarray/debian/control
- − p/haskell-bitarray/debian/copyright
- − p/haskell-bitarray/debian/rules
- − p/haskell-bitarray/debian/source/format
- − p/haskell-bitarray/debian/watch
- − p/haskell-bytestring-handle/debian/changelog
- − p/haskell-bytestring-handle/debian/compat
- − p/haskell-bytestring-handle/debian/control
- − p/haskell-bytestring-handle/debian/copyright
- − p/haskell-bytestring-handle/debian/patches/newer-deps
- − p/haskell-bytestring-handle/debian/patches/series
- − p/haskell-bytestring-handle/debian/rules
- − p/haskell-bytestring-handle/debian/source/format
- − p/haskell-bytestring-handle/debian/watch


Changes:

=====================================
p/haskell-bitarray/debian/changelog deleted
=====================================
@@ -1,78 +0,0 @@
-haskell-bitarray (0.0.1.1-7) UNRELEASED; urgency=medium
-
-  * Declare compliance with Debian policy 4.6.1
-
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:32:03 +0300
-
-haskell-bitarray (0.0.1.1-6) unstable; urgency=medium
-
-  * Sourceful upload for GHC 8.8
-
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 13 Jun 2020 17:21:48 +0300
-
-haskell-bitarray (0.0.1.1-5) unstable; urgency=medium
-
-  [ Clint Adams ]
-  * Set Rules-Requires-Root to no.
-
-  [ Ilias Tsitsimpis ]
-  * Bump debhelper compat level to 10
-
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 30 Sep 2018 21:02:41 +0300
-
-haskell-bitarray (0.0.1.1-4) unstable; urgency=medium
-
-  [ Ilias Tsitsimpis ]
-  * Use salsa.debian.org URLs in Vcs-{Browser,Git} fields
-
-  [ Clint Adams ]
-  * Bump to Standards-Version 4.1.4.
-
- -- Clint Adams <clint at debian.org>  Mon, 09 Apr 2018 20:04:42 -0400
-
-haskell-bitarray (0.0.1.1-3) unstable; urgency=medium
-
-  * Reintroduce package into unstable (Closes: #879841)
-
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 06 Nov 2017 15:21:18 +0200
-
-haskell-bitarray (0.0.1.1-2) unstable; urgency=medium
-
-  * Upload to unstable
-
- -- Joachim Breitner <nomeata at debian.org>  Mon, 27 Apr 2015 11:47:54 +0200
-
-haskell-bitarray (0.0.1.1-1) experimental; urgency=low
-
-  * Adjust watch file to new hackage layout
-  * Depend on haskell-devscripts 0.9, found in experimental
-  * New upstream release
-
- -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Dec 2014 19:42:05 +0100
-
-haskell-bitarray (0.0.1-4) unstable; urgency=low
-
-  * Enable compat level 9
-  * Use substvars for Haskell description blurbs
-
- -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 12:49:56 +0200
-
-haskell-bitarray (0.0.1-3) experimental; urgency=low
-
-  * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
-    against experimental
-  * Bump standards version, no change
-
- -- Joachim Breitner <nomeata at debian.org>  Sun, 14 Oct 2012 12:00:16 +0200
-
-haskell-bitarray (0.0.1-2) unstable; urgency=low
-
-  * Sourceful upload to rebuild documentation package
-
- -- Iain Lane <laney at debian.org>  Tue, 07 Feb 2012 23:58:42 +0000
-
-haskell-bitarray (0.0.1-1) unstable; urgency=low
-
-  * Initial release.
-
- -- Joachim Breitner <nomeata at debian.org>  Thu, 28 Jul 2011 15:34:18 +0200


=====================================
p/haskell-bitarray/debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10


=====================================
p/haskell-bitarray/debian/control deleted
=====================================
@@ -1,61 +0,0 @@
-Source: haskell-bitarray
-Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Ilias Tsitsimpis <iliastsi at debian.org>
-Priority: optional
-Section: haskell
-Rules-Requires-Root: no
-Build-Depends: debhelper (>= 10),
- haskell-devscripts-minimal | haskell-devscripts (>= 0.9),
- cdbs,
- ghc,
- ghc-prof,
-Build-Depends-Indep: ghc-doc,
-Standards-Version: 4.6.1
-Homepage: http://code.haskell.org/~bkomuves/
-Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-bitarray
-Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-bitarray]
-X-Description: Mutable and immutable bit arrays
- This package provides mutable and immutable bit arrays
- implemented as packed arrays of 64 bit words. It provides a
- pure interface as well as monadic interfaces for the IO and
- ST monad.
-
-Package: libghc-bitarray-dev
-Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
-Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
- ${haskell:LongDescription}
- .
- ${haskell:Blurb}
-
-Package: libghc-bitarray-prof
-Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
-Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
- ${haskell:LongDescription}
- .
- ${haskell:Blurb}
-
-Package: libghc-bitarray-doc
-Architecture: all
-Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
- ${haskell:LongDescription}
- .
- ${haskell:Blurb}


=====================================
p/haskell-bitarray/debian/copyright deleted
=====================================
@@ -1,42 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: bitarray
-Upstream-Contact: bkomuves (plus) hackage (at) gmail (dot) com
-Source: https://hackage.haskell.org/package/bitarray
-
-Files: *
-Copyright: (c) 2009 Balazs Komuves
-License: BSD-3-clause
-
-Files: debian/*
-Copyright: held by the contributors mentioned in debian/changelog
-License: BSD-3-clause
-
-License: BSD-3-clause
- Copyright (c) 2009, Balazs Komuves
- All rights reserved.
- .
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
- .
- - Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
- .
- - Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
- .
- - Neither names of the copyright holders nor the names of the contributors
- may be used to endorse or promote products derived from this software without
- specific prior written permission.
- .
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
- OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


=====================================
p/haskell-bitarray/debian/rules deleted
=====================================
@@ -1,8 +0,0 @@
-#!/usr/bin/make -f
-
-DEB_SETUP_BIN_NAME = debian/hlibrary.setup
-DEB_CABAL_PACKAGE = bitarray
-DEB_DEFAULT_COMPILER = ghc
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/hlibrary.mk


=====================================
p/haskell-bitarray/debian/source/format deleted
=====================================
@@ -1 +0,0 @@
-3.0 (quilt)


=====================================
p/haskell-bitarray/debian/watch deleted
=====================================
@@ -1,2 +0,0 @@
-version=3
-https://hackage.haskell.org/package/bitarray/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))


=====================================
p/haskell-bytestring-handle/debian/changelog deleted
=====================================
@@ -1,81 +0,0 @@
-haskell-bytestring-handle (0.1.0.6-6) UNRELEASED; urgency=medium
-
-  * Declare compliance with Debian policy 4.6.1
-
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:32:05 +0300
-
-haskell-bytestring-handle (0.1.0.6-5) unstable; urgency=medium
-
-  * Sourceful upload for GHC 8.8.
-
- -- Clint Adams <clint at debian.org>  Fri, 05 Jun 2020 13:04:08 -0400
-
-haskell-bytestring-handle (0.1.0.6-4) unstable; urgency=medium
-
-  * Patch for newer base/quickcheck2
-
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Thu, 04 Oct 2018 17:58:42 +0300
-
-haskell-bytestring-handle (0.1.0.6-3) unstable; urgency=medium
-
-  [ Clint Adams ]
-  * Set Rules-Requires-Root to no.
-
-  [ Ilias Tsitsimpis ]
-  * Bump debhelper compat level to 10
-
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 30 Sep 2018 21:03:19 +0300
-
-haskell-bytestring-handle (0.1.0.6-2) unstable; urgency=medium
-
-  [ Ilias Tsitsimpis ]
-  * Use salsa.debian.org URLs in Vcs-{Browser,Git} fields
-
-  [ Clint Adams ]
-  * Bump to Standards-Version 4.1.4.
-
- -- Clint Adams <clint at debian.org>  Mon, 09 Apr 2018 20:04:43 -0400
-
-haskell-bytestring-handle (0.1.0.6-1) unstable; urgency=medium
-
-  [ Ilias Tsitsimpis ]
-  * Change Priority to optional. Since Debian Policy version 4.0.1,
-    priority extra has been deprecated.
-  * Use the HTTPS form of the copyright-format URL
-  * Modify d/watch and Source field in d/copyright to use HTTPS
-  * Declare compliance with Debian policy 4.1.1
-
-  [ Clint Adams ]
-  * New upstream release
-
- -- Clint Adams <clint at debian.org>  Sun, 17 Dec 2017 08:48:15 -0500
-
-haskell-bytestring-handle (0.1.0.5-1) unstable; urgency=medium
-
-  * New upstream release
-
- -- Clint Adams <clint at debian.org>  Sat, 17 Jun 2017 13:52:17 -0400
-
-haskell-bytestring-handle (0.1.0.4-3) unstable; urgency=medium
-
-  * Upload to unstable as part of GHC 8 transition.
-
- -- Clint Adams <clint at debian.org>  Thu, 27 Oct 2016 18:32:41 -0400
-
-haskell-bytestring-handle (0.1.0.4-2) experimental; urgency=medium
-
-  * Temporarily build-depend on ghc 8.
-
- -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 15:08:54 -0400
-
-haskell-bytestring-handle (0.1.0.4-1) unstable; urgency=medium
-
-  * New upstream release
-
- -- Joachim Breitner <nomeata at debian.org>  Wed, 01 Jun 2016 12:46:10 +0200
-
-haskell-bytestring-handle (0.1.0.3-1) unstable; urgency=low
-
-  * Initial release
-
- -- Clint Adams <clint at debian.org>  Tue, 24 May 2016 11:09:55 -0400


=====================================
p/haskell-bytestring-handle/debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10


=====================================
p/haskell-bytestring-handle/debian/control deleted
=====================================
@@ -1,84 +0,0 @@
-Source: haskell-bytestring-handle
-Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders:
- Clint Adams <clint at debian.org>,
-Priority: optional
-Section: haskell
-Rules-Requires-Root: no
-Build-Depends:
- cdbs,
- debhelper (>= 10),
- ghc (>= 8),
- ghc-prof,
- haskell-devscripts (>= 0.13),
- libghc-hunit-dev (>= 1.2),
- libghc-hunit-dev (<< 1.7),
- libghc-quickcheck2-dev,
- libghc-test-framework-dev (>= 0.2.0),
- libghc-test-framework-dev (<< 0.9),
- libghc-test-framework-hunit-dev (<< 0.4),
- libghc-test-framework-hunit-dev (>= 0.2.0),
- libghc-test-framework-quickcheck2-dev (<< 0.4),
- libghc-test-framework-quickcheck2-dev (>= 0.2.5),
-Build-Depends-Indep:
- ghc-doc,
-Standards-Version: 4.6.1
-Homepage: http://hub.darcs.net/ganesh/bytestring-handle
-Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-bytestring-handle
-Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-bytestring-handle]
-X-Description: ByteString-backed Handles
- These are two functions to treat ByteStrings as file handles.
-
-Package: libghc-bytestring-handle-dev
-Architecture: any
-Depends:
- ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends},
-Recommends:
- ${haskell:Recommends},
-Suggests:
- ${haskell:Suggests},
-Conflicts:
- ${haskell:Conflicts},
-Provides:
- ${haskell:Provides},
-Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
- ${haskell:LongDescription}
- .
- ${haskell:Blurb}
-
-Package: libghc-bytestring-handle-prof
-Architecture: any
-Depends:
- ${haskell:Depends},
- ${misc:Depends},
-Recommends:
- ${haskell:Recommends},
-Suggests:
- ${haskell:Suggests},
-Conflicts:
- ${haskell:Conflicts},
-Provides:
- ${haskell:Provides},
-Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
- ${haskell:LongDescription}
- .
- ${haskell:Blurb}
-
-Package: libghc-bytestring-handle-doc
-Architecture: all
-Section: doc
-Depends:
- ${haskell:Depends},
- ${misc:Depends},
-Recommends:
- ${haskell:Recommends},
-Suggests:
- ${haskell:Suggests},
-Conflicts:
- ${haskell:Conflicts},
-Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
- ${haskell:LongDescription}
- .
- ${haskell:Blurb}


=====================================
p/haskell-bytestring-handle/debian/copyright deleted
=====================================
@@ -1,40 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: bytestring-handle
-Upstream-Contact: Ganesh Sittampalam <ganesh at earth.li>
-Source: https://hackage.haskell.org/package/bytestring-handle
-
-Files: *
-Copyright: 2012 Ganesh Sittampalam
-License: BSD-3-clause
-
-Files: debian/*
-Copyright: held by the contributors mentioned in debian/changelog
-License: BSD-3-clause
-
-License: BSD-3-clause
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
- .
-     * Redistributions of source code must retain the above copyright
-       notice, this list of conditions and the following disclaimer.
- .
-     * Redistributions in binary form must reproduce the above
-       copyright notice, this list of conditions and the following
-       disclaimer in the documentation and/or other materials provided
-       with the distribution.
- .
-     * Neither the name of Ganesh Sittampalam nor the names of other
-       contributors may be used to endorse or promote products derived
-       from this software without specific prior written permission.
- .
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


=====================================
p/haskell-bytestring-handle/debian/patches/newer-deps deleted
=====================================
@@ -1,27 +0,0 @@
-Index: b/bytestring-handle.cabal
-===================================================================
---- a/bytestring-handle.cabal
-+++ b/bytestring-handle.cabal
-@@ -18,7 +18,7 @@ library
-                        Data.ByteString.Handle.Read
-                        Data.ByteString.Handle.Write
-   build-depends:       bytestring >= 0.9.1.5 && < 0.11,
--                       base >= 4.2 && < 4.11
-+                       base >= 4.2 && < 5
-   hs-source-dirs:      src
- 
- test-suite test
-@@ -28,11 +28,11 @@ test-suite test
-   main-is: Test.hs
- 
-   build-depends:
--                  QuickCheck >= 2.1.2 && < 2.11,
-+                  QuickCheck == 2.*,
-                   test-framework-quickcheck2 >= 0.2.5 && < 0.4,
-                   HUnit >= 1.2 && < 1.7,
-                   test-framework-hunit >= 0.2.0 && < 0.4,
-                   test-framework >= 0.2.0 && < 0.9,
-                   bytestring >= 0.9.1.5 && < 0.11,
--                  base >= 4.2 && < 4.11,
-+                  base >= 4.2 && < 5,
-                   bytestring-handle


=====================================
p/haskell-bytestring-handle/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps


=====================================
p/haskell-bytestring-handle/debian/rules deleted
=====================================
@@ -1,8 +0,0 @@
-#!/usr/bin/make -f
-
-DEB_ENABLE_TESTS = yes
-DEB_CABAL_PACKAGE = bytestring-handle
-DEB_DEFAULT_COMPILER = ghc
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/hlibrary.mk


=====================================
p/haskell-bytestring-handle/debian/source/format deleted
=====================================
@@ -1 +0,0 @@
-3.0 (quilt)


=====================================
p/haskell-bytestring-handle/debian/watch deleted
=====================================
@@ -1,2 +0,0 @@
-version=3
-https://hackage.haskell.org/package/bytestring-handle/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e35306cc84749b98fc4ec2e99eb095081887d914

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e35306cc84749b98fc4ec2e99eb095081887d914
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/20220926/12b90dd8/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list