[Git][haskell-team/DHG_packages][master] Remove non-existing haskell-tz and haskell-tzdata

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sun Oct 22 17:09:15 BST 2023



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


Commits:
f719b332 by Ilias Tsitsimpis at 2023-10-22T19:08:24+03:00
Remove non-existing haskell-tz and haskell-tzdata

- - - - -


25 changed files:

- − p/haskell-tz/debian/changelog
- − p/haskell-tz/debian/compat
- − p/haskell-tz/debian/control
- − p/haskell-tz/debian/copyright
- − p/haskell-tz/debian/libghc-tz-dev.examples
- − p/haskell-tz/debian/libghc-tz-dev.lintian-overrides
- − p/haskell-tz/debian/libghc-tz-prof.lintian-overrides
- − p/haskell-tz/debian/rules
- − p/haskell-tz/debian/source/format
- − p/haskell-tz/debian/source/lintian-overrides
- − p/haskell-tz/debian/upstream/metadata
- − p/haskell-tz/debian/watch
- − p/haskell-tzdata/debian/changelog
- − p/haskell-tzdata/debian/compat
- − p/haskell-tzdata/debian/control
- − p/haskell-tzdata/debian/copyright
- − p/haskell-tzdata/debian/libghc-tzdata-dev.lintian-overrides
- − p/haskell-tzdata/debian/libghc-tzdata-prof.lintian-overrides
- − p/haskell-tzdata/debian/patches/series
- − p/haskell-tzdata/debian/patches/use-debian-tzdata
- − p/haskell-tzdata/debian/rules
- − p/haskell-tzdata/debian/source/format
- − p/haskell-tzdata/debian/source/lintian-overrides
- − p/haskell-tzdata/debian/upstream/metadata
- − p/haskell-tzdata/debian/watch


Changes:

=====================================
p/haskell-tz/debian/changelog deleted
=====================================
@@ -1,10 +0,0 @@
-haskell-tz (0.1.3.6-1) unstable; urgency=low
-
-  [ Robert Greener ]
-  * Initial release (Closes: #1012167)
-
-  [ Ilias Tsitsimpis ]
-  * Declare compliance with Debian policy 4.6.1
-  * Declare compliance with Debian policy 4.6.2
-
- -- Robert Greener <rob at robgreener.com>  Tue, 31 May 2022 09:18:49 +0100


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


=====================================
p/haskell-tz/debian/control deleted
=====================================
@@ -1,87 +0,0 @@
-Source: haskell-tz
-Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Robert Greener <rob at robgreener.com>
-Priority: optional
-Section: haskell
-Rules-Requires-Root: no
-Build-Depends: debhelper (>= 10),
- haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
- cdbs,
- ghc,
- ghc-prof,
- libghc-data-default-dev (>= 0.5),
- libghc-data-default-dev (<< 0.8),
- libghc-data-default-prof,
- libghc-tzdata-dev (>= 0.1),
- libghc-tzdata-dev (<< 0.3),
- libghc-tzdata-prof,
- libghc-vector-dev (>= 0.9),
- libghc-vector-dev (<< 0.13),
- libghc-vector-prof,
- libghc-hunit-dev (>= 1.2),
- libghc-hunit-dev (<< 1.7),
- libghc-hunit-prof,
- libghc-quickcheck2-dev (>= 2.4),
- libghc-quickcheck2-dev (<< 3),
- libghc-quickcheck2-prof,
- libghc-tasty-dev,
- libghc-tasty-prof,
- libghc-tasty-hunit-dev,
- libghc-tasty-hunit-prof,
- libghc-tasty-quickcheck-dev,
- libghc-tasty-quickcheck-prof,
- libghc-tasty-th-dev,
- libghc-tasty-th-prof,
- libghc-tzdata-dev,
-Build-Depends-Indep: ghc-doc,
- libghc-data-default-doc,
- libghc-tzdata-doc,
- libghc-vector-doc,
-Standards-Version: 4.6.2
-Homepage: https://github.com/ysangkok/haskell-tz
-Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-tz
-Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-tz]
-X-Description: Efficient time zone handling
- The goal of this package is to provide a library that can read time
- zone info files (aka. Olson files), and does time zone conversions
- in a /pure/ and /efficient/ way.
-
-Package: libghc-tz-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-tz-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-tz-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-tz/debian/copyright deleted
=====================================
@@ -1,15 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: tz
-Upstream-Contact: Janus Troelsen <ysangkok at gmail.com>
-Source: https://hackage.haskell.org/package/tz
-
-Files: *
-Copyright: Copyright 2022 Janus Troelsen, Mihaly Barasz, Gergely Risko
-License: Apache
-
-Files: debian/*
-Copyright: held by the contributors mentioned in debian/changelog
-License: Apache
-
-License: Apache
- See /usr/share/common-licenses/Apache-2.0


=====================================
p/haskell-tz/debian/libghc-tz-dev.examples deleted
=====================================
@@ -1 +0,0 @@
-examples/*


=====================================
p/haskell-tz/debian/libghc-tz-dev.lintian-overrides deleted
=====================================
@@ -1,4 +0,0 @@
-# This is intended
-custom-library-search-path
-# This is intended
-repeated-path-segment


=====================================
p/haskell-tz/debian/libghc-tz-prof.lintian-overrides deleted
=====================================
@@ -1,2 +0,0 @@
-# This is intended
-repeated-path-segment


=====================================
p/haskell-tz/debian/rules deleted
=====================================
@@ -1,13 +0,0 @@
-#!/usr/bin/make -f
-
-DEB_ENABLE_TESTS = yes
-DEB_SETUP_BIN_NAME = debian/hlibrary.setup
-DEB_CABAL_PACKAGE = tz
-DEB_DEFAULT_COMPILER = ghc
-
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/hlibrary.mk


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


=====================================
p/haskell-tz/debian/source/lintian-overrides deleted
=====================================
@@ -1,6 +0,0 @@
-# Not possible with hackage
-debian-watch-does-not-check-gpg-signature
-# Not possible to use later with haskell-devscripts
-package-uses-old-debhelper-compat-version
-# In error
-redundant-control-relation


=====================================
p/haskell-tz/debian/upstream/metadata deleted
=====================================
@@ -1,6 +0,0 @@
-Archive: hackage
-Bug-Database: https://github.com/ysangkok/haskell-tz/issues
-Bug-Submit: https://github.com/ysangkok/haskell-tz/issues/new
-Documentation: https://hackage.haskell.org/package/tz/docs
-Repository: https://github.com/ysangkok/haskell-tz.git
-Repository-Browse: https://github.com/ysangkok/haskell-tz


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


=====================================
p/haskell-tzdata/debian/changelog deleted
=====================================
@@ -1,19 +0,0 @@
-haskell-tzdata (0.2.20220315.0-2) UNRELEASED; urgency=medium
-
-  [ Jelmer Vernooij ]
-  * Add package path in Vcs-Git header.
-
-  [ Ilias Tsitsimpis ]
-  * Declare compliance with Debian policy 4.6.2
-
- -- Jelmer Vernooij <jelmer at debian.org>  Thu, 26 Jan 2023 00:02:38 +0000
-
-haskell-tzdata (0.2.20220315.0-1) unstable; urgency=low
-
-  [ Robert Greener ]
-  * Initial release (Closes: #1012166)
-
-  [ Ilias Tsitsimpis ]
-  * Declare compliance with Debian policy 4.6.1
-
- -- Robert Greener <rob at robgreener.com>  Tue, 31 May 2022 07:40:17 +0100


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


=====================================
p/haskell-tzdata/debian/control deleted
=====================================
@@ -1,88 +0,0 @@
-Source: haskell-tzdata
-Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Robert Greener <rob at robgreener.com>
-Priority: optional
-Section: haskell
-Rules-Requires-Root: no
-Build-Depends: debhelper (>= 10),
- haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
- cdbs,
- ghc,
- ghc-prof,
- libghc-vector-dev (>= 0.9),
- libghc-vector-dev (<< 0.13),
- libghc-vector-prof,
- libghc-hunit-dev (>= 1.2),
- libghc-hunit-dev (<< 1.7),
- libghc-hunit-prof,
- libghc-tasty-dev,
- libghc-tasty-prof,
- libghc-tasty-hunit-dev,
- libghc-tasty-hunit-prof,
- libghc-tasty-th-dev,
- libghc-tasty-th-prof,
- tzdata,
-Build-Depends-Indep: ghc-doc,
- libghc-vector-doc,
-Standards-Version: 4.6.2
-Homepage: https://github.com/ysangkok/haskell-tzdata
-Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-tzdata
-Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-tzdata]
-X-Description: Time zone database (as files and as a module)
- The goal of this package is to distribute the standard Time Zone
- Database in a cabal package, so that it can be used in Haskell
- programs uniformly on all platforms.
- .
- This package currently ships the @2019c@ version of the time zone
- database.  The version of the time zone database shipped is always
- reflected in the version of this package: @x.y.YYYYMMDD.z@, then
- @YYYYMMDD@ is the official release date of time zone database.
- .
- See: <http://www.iana.org/time-zones> for more info about the time
- zone database.
- .
- See also the @tz@ package <http://hackage.haskell.org/package/tz> or
- the @timezone-olson@ and @timezone-series@ packages that provide
- facilities to /use/ the data shipped here. (The @tz@ package
- automatically installs this package.)
-
-Package: libghc-tzdata-dev
-Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends},
- tzdata,
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
-Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
- ${haskell:LongDescription}
- .
- ${haskell:Blurb}
-
-Package: libghc-tzdata-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-tzdata-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-tzdata/debian/copyright deleted
=====================================
@@ -1,15 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: tzdata
-Upstream-Contact: Janus Troelsen <ysangkok at gmail.com>
-Source: https://hackage.haskell.org/package/tzdata
-
-Files: *
-Copyright: Copyright 2022 Mihaly Barasz, Gergely Risko, Janus Troelsen
-License: Apache
-
-Files: debian/*
-Copyright: held by the contributors mentioned in debian/changelog
-License: Apache
-
-License: Apache
-  See /usr/share/common-licenses/Apache-2.0


=====================================
p/haskell-tzdata/debian/libghc-tzdata-dev.lintian-overrides deleted
=====================================
@@ -1,4 +0,0 @@
-# This is intended
-custom-library-search-path
-# This is intended
-repeated-path-segment


=====================================
p/haskell-tzdata/debian/libghc-tzdata-prof.lintian-overrides deleted
=====================================
@@ -1,2 +0,0 @@
-# This is intended
-repeated-path-segment


=====================================
p/haskell-tzdata/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-use-debian-tzdata


=====================================
p/haskell-tzdata/debian/patches/use-debian-tzdata deleted
=====================================
@@ -1,36 +0,0 @@
-Use tzdata from the tzdata debian package
-
-Index: haskell-tzdata/Data/Time/Zones/Files.hs
-===================================================================
---- haskell-tzdata.orig/Data/Time/Zones/Files.hs
-+++ haskell-tzdata/Data/Time/Zones/Files.hs
-@@ -10,13 +10,10 @@ module Data.Time.Zones.Files (
-   timeZonePathFromDB,
-   ) where
- 
--import Paths_tzdata
--
- -- | Return the file path corresponding to a time zone location.
- --
- -- Note: doesn't check whether the location is valid (ie. the returned
- -- path might not exist).
- timeZonePathFromDB :: String -> IO FilePath
- timeZonePathFromDB tzName =
--  -- TODO(klao): this probably won't work on Windows.
--  getDataFileName $ tzName ++ ".zone"
-+  return ("/usr/share/zoneinfo/" ++ tzName)
-Index: haskell-tzdata/tzdata.cabal
-===================================================================
---- haskell-tzdata.orig/tzdata.cabal
-+++ haskell-tzdata/tzdata.cabal
-@@ -33,10 +33,6 @@ Description:
-   facilities to /use/ the data shipped here. (The @tz@ package
-   automatically installs this package.)
- 
--Data-Dir: tzdata
---- We have to explicitly list all the directories because of Cabal's limitations.
--Data-Files: *.tab *.zone Chile/*.zone Etc/*.zone Canada/*.zone Indian/*.zone Africa/*.zone Asia/*.zone Antarctica/*.zone Europe/*.zone America/*.zone America/Kentucky/*.zone America/North_Dakota/*.zone America/Argentina/*.zone America/Indiana/*.zone Mexico/*.zone Brazil/*.zone Atlantic/*.zone Arctic/*.zone Australia/*.zone Pacific/*.zone US/*.zone
--
- Extra-Source-Files:
-   README.md
-   Data/Time/Zones/DB.hs.template


=====================================
p/haskell-tzdata/debian/rules deleted
=====================================
@@ -1,15 +0,0 @@
-#!/usr/bin/make -f
-
-DEB_ENABLE_TESTS = yes
-DEB_SETUP_BIN_NAME = debian/hlibrary.setup
-DEB_CABAL_PACKAGE = tzdata
-DEB_DEFAULT_COMPILER = ghc
-
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/hlibrary.mk
-
-build/haskell-tzdata-utils:: build-ghc-stamp


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


=====================================
p/haskell-tzdata/debian/source/lintian-overrides deleted
=====================================
@@ -1,6 +0,0 @@
-# This is intended
-very-long-line-length-in-source-file
-# Not possible to upgrade with haskell-devscripts
-package-uses-old-debhelper-compat-version
-# No GPG on hackage
-debian-watch-does-not-check-gpg-signature


=====================================
p/haskell-tzdata/debian/upstream/metadata deleted
=====================================
@@ -1,6 +0,0 @@
-Archive: Hackage
-Bug-Database: https://github.com/nilcons/haskell-tzdata/issues
-Bug-Submit: https://github.com/nilcons/haskell-tzdata/issues/new
-Documentation: https://hackage.haskell.org/package/tzdata/docs
-Repository: https://github.com/nilcons/haskell-tzdata.git
-Repository-Browse: https://github.com/nilcons/haskell-tzdata


=====================================
p/haskell-tzdata/debian/watch deleted
=====================================
@@ -1,2 +0,0 @@
-version=4
-https://hackage.haskell.org/package/tzdata/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/f719b332d358237eecea62b4b3c05689796187d6

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/f719b332d358237eecea62b4b3c05689796187d6
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/20231022/de1ff454/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list