[Git][haskell-team/DHG_packages][master] 2 commits: Bump haskell-jira-wiki-markup to 1.3.5
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Thu May 19 04:01:05 BST 2022
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
e7acabaa by Robert Greener at 2022-05-11T06:47:47+00:00
Bump haskell-jira-wiki-markup to 1.3.5
- - - - -
81587773 by Scott Talbert at 2022-05-19T03:01:02+00:00
Merge branch 'update-haskell-jira-wiki-markup' into 'master'
Bump haskell-jira-wiki-markup to 1.3.5
See merge request haskell-team/DHG_packages!22
- - - - -
10 changed files:
- p/haskell-jira-wiki-markup/debian/changelog
- p/haskell-jira-wiki-markup/debian/control
- + p/haskell-jira-wiki-markup/debian/libghc-jira-wiki-markup-dev.lintian-overrides
- + p/haskell-jira-wiki-markup/debian/libghc-jira-wiki-markup-doc.lintian-overrides
- + p/haskell-jira-wiki-markup/debian/libghc-jira-wiki-markup-prof.lintian-overrides
- p/haskell-jira-wiki-markup/debian/patches/no-rts-N
- p/haskell-jira-wiki-markup/debian/rules
- + p/haskell-jira-wiki-markup/debian/source/lintian-overrides
- + p/haskell-jira-wiki-markup/debian/upstream/metadata
- p/haskell-jira-wiki-markup/debian/watch
Changes:
=====================================
p/haskell-jira-wiki-markup/debian/changelog
=====================================
@@ -1,3 +1,13 @@
+haskell-jira-wiki-markup (1.3.5-1) experimental; urgency=medium
+
+ * New upstream release
+ * Bump d/watch version to 4
+ * Bump standards to 4.6.0.1
+ * Document quilt patch
+ * Add d/upstream/metadata
+
+ -- Robert Greener <rob at robgreener.com> Mon, 09 May 2022 19:28:11 +0000
+
haskell-jira-wiki-markup (1.1.4-1) unstable; urgency=medium
* New upstream release
=====================================
p/haskell-jira-wiki-markup/debian/control
=====================================
@@ -1,6 +1,8 @@
Source: haskell-jira-wiki-markup
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Ilias Tsitsimpis <iliastsi at debian.org>
+Uploaders:
+ Ilias Tsitsimpis <iliastsi at debian.org>,
+ Robert Greener <rob at robgreener.com>
Priority: optional
Section: haskell
Rules-Requires-Root: no
@@ -14,7 +16,7 @@ Build-Depends: debhelper (>= 10),
libghc-tasty-hunit-dev,
libghc-tasty-hunit-prof,
Build-Depends-Indep: ghc-doc,
-Standards-Version: 4.5.0
+Standards-Version: 4.6.0.1
Homepage: https://github.com/tarleb/jira-wiki-markup
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-jira-wiki-markup
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-jira-wiki-markup]
=====================================
p/haskell-jira-wiki-markup/debian/libghc-jira-wiki-markup-dev.lintian-overrides
=====================================
@@ -0,0 +1,4 @@
+# This is intended
+custom-library-search-path
+# This is intended
+repeated-path-segment
=====================================
p/haskell-jira-wiki-markup/debian/libghc-jira-wiki-markup-doc.lintian-overrides
=====================================
@@ -0,0 +1,2 @@
+# This is intended
+duplicate-changelog-files
=====================================
p/haskell-jira-wiki-markup/debian/libghc-jira-wiki-markup-prof.lintian-overrides
=====================================
@@ -0,0 +1,2 @@
+# This is intended
+repeated-path-segment
=====================================
p/haskell-jira-wiki-markup/debian/patches/no-rts-N
=====================================
@@ -1,3 +1,4 @@
+Remove -with-rtsopts=-N
--- a/jira-wiki-markup.cabal
+++ b/jira-wiki-markup.cabal
@@ -62,7 +62,6 @@
=====================================
p/haskell-jira-wiki-markup/debian/rules
=====================================
@@ -1,6 +1,9 @@
#!/usr/bin/make -f
DEB_ENABLE_TESTS = yes
+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-jira-wiki-markup/debian/source/lintian-overrides
=====================================
@@ -0,0 +1,4 @@
+# Not available
+debian-watch-does-not-check-gpg-signature
+# Not supported > 10 for haskell
+package-uses-old-debhelper-compat-version
=====================================
p/haskell-jira-wiki-markup/debian/upstream/metadata
=====================================
@@ -0,0 +1,6 @@
+Bug-Database: https://github.com/tarleb/jira-wiki-markup/issues
+Bug-Submit: https://github.com/tarleb/jira-wiki-markup/issues/new
+Changelog: https://hackage.haskell.org/package/jira-wiki-markup/changelog
+Documentation: https://hackage.haskell.org/package/jira-wiki-markup/docs
+Repository: https://github.com/tarleb/jira-wiki-markup
+Repository-Browse: https://github.com/tarleb/jira-wiki-markup
=====================================
p/haskell-jira-wiki-markup/debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
https://hackage.haskell.org/package/jira-wiki-markup/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/2a71f73bd85516a40501acd3aa3767852beb997d...815877731bb68ffcb1f753a03a9c755ffd0ce85d
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/2a71f73bd85516a40501acd3aa3767852beb997d...815877731bb68ffcb1f753a03a9c755ffd0ce85d
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/20220519/29e80f0e/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list