Codebase list haskell-happstack-hsp / 03777a8
Remove packages BTS #963737 BTS #997972 BTS #1026064 Ilias Tsitsimpis 1 year, 5 months ago
29 changed file(s) with 0 addition(s) and 1565 deletion(s). Raw diff Collapse all Expand all
+0
-86
p/haskell-blogliterately/debian/BlogLiterately.md less more
0 % BLOGLITERATELY(1) BlogLiterately Manual
1 % Robert Greayer, Brent Yorgey
2 % 2014-12-04
3 # NAME
4
5 BlogLiterately - post articles to blogs from command line
6
7 # SYNOPSIS
8
9 BlogLiterately \[OPTIONS\] FILE
10
11 # OPTIONS
12
13 -s,--style=FILE
14 : style specification (for --hscolour-icss)
15 --hscolour-icss
16 : highlight haskell: hscolour, inline style (default)
17 --hscolour-css
18 : highlight haskell: hscolour, separate stylesheet
19 --hs-nohighlight
20 : no haskell highlighting
21 --hs-kate
22 : highlight haskell with highlighting-kate
23 --kate
24 : highlight non-Haskell code with highlighting-kate (default)
25 --no-kate
26 : don't highlight non-Haskell code
27 --no-toc
28 : don't generate a table of contents (default)
29 --toc
30 : generate a table of contents
31 -w,--wplatex
32 : reformat inline LaTeX the way WordPress expects
33 -m,--math=ITEM
34 : how to layout math, where --math=<pandoc-option>[=URL]
35 -g,--ghci
36 : run [ghci] blocks through ghci and include output
37 -I,--upload-images
38 : upload local images
39 -C,--category=ITEM
40 : post category (can specify more than one)
41 -T,--tag=ITEM
42 : tag (can specify more than one)
43 --blogid=ID
44 : Blog specific identifier
45 -P,--profile=STRING
46 : profile to use
47 -b,--blog=URL
48 : blog XML-RPC url (if omitted, HTML goes to stdout)
49 -u,--user=USER
50 : user name
51 -p,--password=PASSWORD
52 : password
53 -t --title=TITLE
54 : post title
55 -f --format=FORMAT
56 : input format: markdown or rst
57 -i --postid=ID
58 : Post to replace (if any)
59 --page
60 : create a "page" instead of a post (WordPress only)
61 --publish
62 : publish post (otherwise it's uploaded as a draft)
63 -h --html-only
64 : don't upload anything; output HTML to stdout
65 --citations
66 : process citations (default)
67 --no-citations
68 : do not process citations
69 -x,--xtra=ITEM
70 : extension arguments, for use with custom extensions
71 -?,--help
72 : Display help message
73 -V,--version
74 : Print version information
75 --numeric-version
76 : Print just the version number
77
78 # NOTES
79
80 This manual page is written by Dmitry Bogatov for Debian project but
81 can be used by others under terms of GNU GPL version 3 or later.
82
83 # SEE ALSO
84
85 Tutorial and examples on project homepage [[http://byorgey.wordpress.com/blogliterately]]
+0
-1
p/haskell-blogliterately/debian/blogliterately.haskell-binaries less more
0 BlogLiterately
+0
-1
p/haskell-blogliterately/debian/blogliterately.lintian-overrides less more
0 binary-or-shlib-defines-rpath
+0
-1
p/haskell-blogliterately/debian/blogliterately.manpages less more
0 debian/BlogLiterately.1
+0
-166
p/haskell-blogliterately/debian/changelog less more
0 haskell-blogliterately (0.8.7-2) UNRELEASED; urgency=medium
1
2 * Declare compliance with Debian policy 4.6.1
3
4 -- Ilias Tsitsimpis <iliastsi@debian.org> Tue, 28 Jun 2022 15:32:04 +0300
5
6 haskell-blogliterately (0.8.7-1) unstable; urgency=medium
7
8 * New upstream version. closes: #966830.
9
10 -- Clint Adams <clint@debian.org> Sun, 02 Aug 2020 20:05:22 -0400
11
12 haskell-blogliterately (0.8.6.3-2) unstable; urgency=medium
13
14 [ Ilias Tsitsimpis ]
15 * Remove Dmitry Bogatov from Uploaders per his request. Thank you
16 Dmitry for your previous maintainership.
17
18 -- Clint Adams <clint@debian.org> Sun, 07 Jun 2020 17:22:57 -0400
19
20 haskell-blogliterately (0.8.6.3-1) unstable; urgency=medium
21
22 * New upstream version.
23
24 -- Clint Adams <clint@debian.org> Sun, 28 Jul 2019 14:20:01 -0400
25
26 haskell-blogliterately (0.8.6.2-4) unstable; urgency=medium
27
28 * Remove build dependency on libghc-parsec3-dev (provided by ghc-
29 8.4.3)
30
31 -- Ilias Tsitsimpis <iliastsi@debian.org> Wed, 03 Oct 2018 12:06:11 +0300
32
33 haskell-blogliterately (0.8.6.2-3) unstable; urgency=medium
34
35 * Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)
36 * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
37
38 -- Ilias Tsitsimpis <iliastsi@debian.org> Mon, 01 Oct 2018 13:47:26 +0300
39
40 haskell-blogliterately (0.8.6.2-2) unstable; urgency=medium
41
42 * Bump debhelper compat level to 10
43
44 -- Ilias Tsitsimpis <iliastsi@debian.org> Sun, 30 Sep 2018 21:02:53 +0300
45
46 haskell-blogliterately (0.8.6.2-1) unstable; urgency=medium
47
48 * Set Rules-Requires-Root to no.
49 * New upstream version.
50 - Builds with pandoc 2.2. closes: #897172.
51
52 -- Clint Adams <clint@debian.org> Fri, 08 Jun 2018 11:02:01 -0400
53
54 haskell-blogliterately (0.8.6.1-1) unstable; urgency=medium
55
56 [ Ilias Tsitsimpis ]
57 * Use salsa.debian.org URLs in Vcs-{Browser,Git} fields
58
59 [ Clint Adams ]
60 * Bump to Standards-Version 4.1.4.
61 * New upstream release
62
63 -- Clint Adams <clint@debian.org> Mon, 09 Apr 2018 15:23:14 -0400
64
65 haskell-blogliterately (0.8.4.3-2) unstable; urgency=medium
66
67 * Change Priority to optional. Since Debian Policy version 4.0.1,
68 priority extra has been deprecated.
69 * Use the HTTPS form of the copyright-format URL
70 * Modify d/watch and Source field in d/copyright to use HTTPS
71 * Declare compliance with Debian policy 4.1.1
72 * Get newer build-deps from hackage (Closes: #880515)
73
74 -- Ilias Tsitsimpis <iliastsi@debian.org> Mon, 06 Nov 2017 17:44:59 +0200
75
76 haskell-blogliterately (0.8.4.3-1) unstable; urgency=medium
77
78 * New upstream version.
79
80 -- Clint Adams <clint@debian.org> Tue, 18 Jul 2017 23:18:03 -0400
81
82 haskell-blogliterately (0.8.4-3) unstable; urgency=medium
83
84 * Upload to unstable as part of GHC 8 transition.
85
86 -- Clint Adams <clint@debian.org> Thu, 27 Oct 2016 18:32:36 -0400
87
88 haskell-blogliterately (0.8.4-2) experimental; urgency=medium
89
90 * Temporarily build-depend on ghc 8.
91
92 -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 20:16:12 -0400
93
94 haskell-blogliterately (0.8.4-1) unstable; urgency=medium
95
96 * New upstream release
97
98 -- Clint Adams <clint@debian.org> Thu, 04 Aug 2016 13:19:13 -0400
99
100 haskell-blogliterately (0.8.3.1-1) unstable; urgency=medium
101
102 * New upstream release
103
104 -- Clint Adams <clint@debian.org> Tue, 12 Jul 2016 16:14:25 -0400
105
106 haskell-blogliterately (0.8.3-1) unstable; urgency=medium
107
108 [ Dmitry Bogatov ]
109 * Use secure (https) uri in Vcs-Git field in 'debian/control'
110 * Bump standards version to 3.9.8 (no changes needed)
111
112 [ Joachim Breitner ]
113 * New upstream release
114
115 -- Joachim Breitner <nomeata@debian.org> Wed, 01 Jun 2016 12:44:19 +0200
116
117 haskell-blogliterately (0.8.1.5-1) unstable; urgency=medium
118
119 * New upstream release
120
121 -- Joachim Breitner <nomeata@debian.org> Wed, 17 Feb 2016 15:43:01 +0100
122
123 haskell-blogliterately (0.8.1.3-1) unstable; urgency=medium
124
125 * New upstream release
126
127 -- Clint Adams <clint@debian.org> Thu, 03 Dec 2015 23:54:06 -0500
128
129 haskell-blogliterately (0.8.1.1-3) unstable; urgency=medium
130
131 * Switch Vcs-Git/Vcs-Browser headers to new location.
132
133 -- Clint Adams <clint@debian.org> Thu, 03 Dec 2015 14:54:07 -0500
134
135 haskell-blogliterately (0.8.1.1-2) experimental; urgency=medium
136
137 * Add lintian override for spurious rpaths
138
139 -- Joachim Breitner <nomeata@debian.org> Thu, 20 Aug 2015 15:14:38 +0200
140
141 haskell-blogliterately (0.8.1.1-1) experimental; urgency=medium
142
143 * New upstream release
144 * Depend on haskell-devscripts >= 0.10 to ensure that this package
145 builds against GHC in experimental
146
147 -- Joachim Breitner <nomeata@debian.org> Thu, 20 Aug 2015 10:27:03 +0200
148
149 haskell-blogliterately (0.7.1.11-2) unstable; urgency=medium
150
151 * Fix build-depends
152
153 -- Joachim Breitner <nomeata@debian.org> Wed, 01 Jul 2015 19:48:45 +0200
154
155 haskell-blogliterately (0.7.1.11-1) unstable; urgency=medium
156
157 * New upstream release
158
159 -- Joachim Breitner <nomeata@debian.org> Sun, 31 May 2015 14:37:59 +0200
160
161 haskell-blogliterately (0.7.1.7-1) unstable; urgency=low
162
163 * Initial release (Closes: #772027)
164
165 -- Dmitry Bogatov <KAction@gnu.org> Thu, 04 Dec 2014 15:49:13 +0300
+0
-1
p/haskell-blogliterately/debian/clean less more
0 debian/BlogLiterately.1
+0
-1
p/haskell-blogliterately/debian/compat less more
0 10
+0
-187
p/haskell-blogliterately/debian/control less more
0 Source: haskell-blogliterately
1 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
2 Uploaders:
3 Ilias Tsitsimpis <iliastsi@debian.org>,
4 Priority: optional
5 Section: haskell
6 Rules-Requires-Root: no
7 Build-Depends:
8 cdbs,
9 debhelper (>= 10),
10 ghc (>= 8.4.3),
11 ghc-prof,
12 haskell-devscripts (>= 0.13),
13 libghc-blaze-html-dev (>= 0.5),
14 libghc-blaze-html-dev (<< 0.10),
15 libghc-blaze-html-prof,
16 libghc-bool-extras-dev,
17 libghc-bool-extras-prof,
18 libghc-cmdargs-dev (<< 0.11),
19 libghc-cmdargs-dev (>= 0.9.5),
20 libghc-cmdargs-prof,
21 libghc-data-default-dev (<< 0.8),
22 libghc-data-default-dev (>= 0.5),
23 libghc-data-default-prof,
24 libghc-haxml-dev (<< 1:1.26),
25 libghc-haxml-dev (>= 1:1.22),
26 libghc-haxml-prof,
27 libghc-haxr-dev (<< 3000.12),
28 libghc-haxr-dev (>= 3000.11),
29 libghc-haxr-prof,
30 libghc-highlighting-kate-dev (<< 0.7),
31 libghc-highlighting-kate-dev (>= 0.5),
32 libghc-highlighting-kate-prof,
33 libghc-hscolour-dev (<< 1.25),
34 libghc-hscolour-dev (>= 1.20),
35 libghc-hscolour-prof,
36 libghc-http-dev (<< 1:4000.4),
37 libghc-http-dev (>= 1:4000.3),
38 libghc-http-prof,
39 libghc-lens-dev (>= 3.8),
40 libghc-lens-dev (<< 4.20),
41 libghc-lens-prof,
42 libghc-pandoc-dev (>= 2.0),
43 libghc-pandoc-dev (<< 2.11),
44 libghc-pandoc-prof,
45 libghc-pandoc-citeproc-dev (>= 0.1.2),
46 libghc-pandoc-citeproc-dev (<< 0.18),
47 libghc-pandoc-citeproc-prof,
48 libghc-pandoc-types-dev (>= 1.20),
49 libghc-pandoc-types-dev (<< 1.22),
50 libghc-pandoc-types-prof,
51 libghc-split-dev (<< 0.3),
52 libghc-split-dev (>= 0.1.4),
53 libghc-split-prof,
54 libghc-strict-dev (<< 0.4),
55 libghc-strict-dev (>= 0.3),
56 libghc-strict-prof,
57 libghc-tagsoup-dev (<< 0.15),
58 libghc-tagsoup-dev (>= 0.13.4),
59 libghc-tagsoup-prof,
60 libghc-temporary-dev (>= 1.1),
61 libghc-temporary-dev (<< 1.4),
62 libghc-temporary-prof,
63 pandoc,
64 Build-Depends-Indep: ghc-doc,
65 libghc-http-doc,
66 libghc-haxml-doc,
67 libghc-blaze-html-doc,
68 libghc-bool-extras-doc,
69 libghc-cmdargs-doc,
70 libghc-data-default-doc,
71 libghc-haxml-doc,
72 libghc-haxr-doc,
73 libghc-highlighting-kate-doc,
74 libghc-hscolour-doc,
75 libghc-http-doc,
76 libghc-lens-doc,
77 libghc-pandoc-citeproc-doc,
78 libghc-pandoc-doc,
79 libghc-pandoc-types-doc,
80 libghc-split-doc,
81 libghc-strict-doc,
82 libghc-tagsoup-doc,
83 libghc-temporary-doc,
84 Standards-Version: 4.6.1
85 Homepage: https://byorgey.wordpress.com/blogliterately/
86 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-blogliterately
87 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-blogliterately]
88 X-Description: Tool for posting articles to blogs (internals)
89 This package provides development internals of BlogLiterately tool,
90 allowing you write blog posts in Markdown format, then use it to do
91 syntax highlighting, format ghci sessions, and upload to any blog
92 supporting the metaWeblog API (such as Wordpress)
93 .
94 This package is made available to make customization possible,
95 in particular, to create your own executable which adds extra custom
96 transformations.
97 .
98 End-user is probably interested in `blogliterately' package, which
99 provides a ready to use executable.
100
101 Package: libghc-blogliterately-dev
102 Architecture: any
103 Depends:
104 ${haskell:Depends},
105 ${misc:Depends},
106 ${shlibs:Depends},
107 Recommends:
108 ${haskell:Recommends},
109 Suggests:
110 ${haskell:Suggests},
111 Conflicts:
112 ${haskell:Conflicts},
113 Provides:
114 ${haskell:Provides},
115 Replaces:
116 ${haskell:Replaces},
117 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
118 ${haskell:LongDescription}
119 .
120 ${haskell:Blurb}
121
122 Package: libghc-blogliterately-prof
123 Architecture: any
124 Depends:
125 ${haskell:Depends},
126 ${misc:Depends},
127 ${shlibs:Depends},
128 Recommends:
129 ${haskell:Recommends},
130 Suggests:
131 ${haskell:Suggests},
132 Conflicts:
133 ${haskell:Conflicts},
134 Provides:
135 ${haskell:Provides},
136 Replaces:
137 ${haskell:Replaces},
138 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
139 ${haskell:LongDescription}
140 .
141 ${haskell:Blurb}
142
143 Package: libghc-blogliterately-doc
144 Architecture: all
145 Section: doc
146 Depends:
147 ${haskell:Depends},
148 ${misc:Depends},
149 ${shlibs:Depends},
150 Recommends:
151 ${haskell:Recommends},
152 Suggests:
153 ${haskell:Suggests},
154 Conflicts:
155 ${haskell:Conflicts},
156 Provides:
157 ${haskell:Provides},
158 Replaces:
159 ${haskell:Replaces},
160 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
161 ${haskell:LongDescription}
162 .
163 ${haskell:Blurb}
164
165 Package: blogliterately
166 Architecture: any
167 Section: web
168 Depends:
169 ${haskell:Depends},
170 ${misc:Depends},
171 ${shlibs:Depends},
172 Recommends:
173 ${haskell:Recommends},
174 Suggests:
175 ${haskell:Suggests},
176 Conflicts:
177 ${haskell:Conflicts},
178 Provides:
179 ${haskell:Provides},
180 Replaces:
181 ${haskell:Replaces},
182 Description: Tool for posting Haskelly articles to blogs
183 This package provides BlogLiterately executable, which allows you to
184 write blog posts in Markdown format, then use it to do syntax
185 highlighting, format ghci sessions, and upload to any blog supporting
186 the metaWeblog API (such as Wordpress)
+0
-36
p/haskell-blogliterately/debian/copyright less more
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: BlogLiterately
2 Upstream-Contact: 2012-2013 Brent Yorgey <byorgey@cis.upenn.edu>
3 Source: https://hackage.haskell.org/package/BlogLiterately
4
5 Files: *
6 Copyright: 2008-2010 Robert Greayer <robgreayer@yahoo.com>
7 2012-2013 Brent Yorgey <byorgey@cis.upenn.edu>
8 License: GPL-3+
9
10 Files: debian/*
11 Copyright: held by the contributors mentioned in debian/changelog
12 License: GPL-3+
13
14 Files: src/Text/BlogLiterately/Ghci.hs
15 Copyright: 1997-2005 Ralf Hinze <ralf.hinze@comlab.ox.ac.uk>
16 1997-2005 Andres Loeh <lhs2tex@andres-loeh.de>
17 2012 Brent Yorgey <byorgey@cis.upenn.edu>
18 License: GPL-3+
19
20 License: GPL-3+
21 This program is free software; you can redistribute it and/or
22 modify it under the terms of the GNU General Public License
23 as published by the Free Software Foundation; either version 3
24 of the License, or (at your option) any later version.
25 .
26 This program is distributed in the hope that it will be useful,
27 but WITHOUT ANY WARRANTY; without even the implied warranty of
28 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 GNU General Public License for more details.
30 .
31 You should have received a copy of the GNU General Public License
32 along with this program. If not, see <http://www.gnu.org/licenses/>.
33 .
34 On Debian system, copy of GNU General Public License version 3
35 is also located at `/usr/share/common-licenses/GPL-3'
+0
-13
p/haskell-blogliterately/debian/rules less more
0 #!/usr/bin/make -f
1
2 DEB_CABAL_PACKAGE = blogliterately
3 DEB_DEFAULT_COMPILER = ghc
4
5 include /usr/share/cdbs/1/rules/debhelper.mk
6 include /usr/share/cdbs/1/class/hlibrary.mk
7
8 build/blogliterately:: build-ghc-stamp
9 install/blogliterately:: debian/BlogLiterately.1
10
11 debian/BlogLiterately.1: debian/BlogLiterately.md
12 pandoc -st man debian/BlogLiterately.md -o debian/BlogLiterately.1
+0
-1
p/haskell-blogliterately/debian/source/format less more
0 3.0 (quilt)
+0
-2
p/haskell-blogliterately/debian/watch less more
0 version=3
1 https://hackage.haskell.org/package/BlogLiterately/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+0
-214
p/haskell-pandoc-citeproc/debian/changelog less more
0 haskell-pandoc-citeproc (0.17.0.1-2) UNRELEASED; urgency=medium
1
2 * Declare compliance with Debian policy 4.6.1
3
4 -- Ilias Tsitsimpis <iliastsi@debian.org> Tue, 28 Jun 2022 15:32:51 +0300
5
6 haskell-pandoc-citeproc (0.17.0.1-1) unstable; urgency=medium
7
8 * New upstream release
9 * Add "ca-certificates" recommends to pandoc-citeproc (Closes: #829040)
10
11 -- Ilias Tsitsimpis <iliastsi@debian.org> Fri, 21 Aug 2020 08:40:27 +0300
12
13 haskell-pandoc-citeproc (0.16.4.1-1) unstable; urgency=medium
14
15 * New upstream version.
16
17 -- Clint Adams <clint@debian.org> Sun, 07 Jun 2020 17:29:02 -0400
18
19 haskell-pandoc-citeproc (0.15.0.1-1) unstable; urgency=medium
20
21 * New upstream release
22
23 -- Clint Adams <clint@debian.org> Fri, 30 Aug 2019 21:45:37 -0400
24
25 haskell-pandoc-citeproc (0.14.3.1-4) unstable; urgency=medium
26
27 * Remove build dependency on libghc-parsec3-dev (provided by ghc-
28 8.4.3)
29
30 -- Ilias Tsitsimpis <iliastsi@debian.org> Wed, 03 Oct 2018 12:06:14 +0300
31
32 haskell-pandoc-citeproc (0.14.3.1-3) unstable; urgency=medium
33
34 * Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)
35 * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
36
37 -- Ilias Tsitsimpis <iliastsi@debian.org> Mon, 01 Oct 2018 13:47:38 +0300
38
39 haskell-pandoc-citeproc (0.14.3.1-2) unstable; urgency=medium
40
41 [ Clint Adams ]
42 * Set Rules-Requires-Root to no.
43
44 [ Ilias Tsitsimpis ]
45 * Bump debhelper compat level to 10
46
47 -- Ilias Tsitsimpis <iliastsi@debian.org> Sun, 30 Sep 2018 21:16:57 +0300
48
49 haskell-pandoc-citeproc (0.14.3.1-1) unstable; urgency=medium
50
51 * New upstream release
52
53 -- Clint Adams <clint@debian.org> Sun, 29 Apr 2018 18:51:23 -0400
54
55 haskell-pandoc-citeproc (0.14.3-1) unstable; urgency=medium
56
57 [ Ilias Tsitsimpis ]
58 * Use salsa.debian.org URLs in Vcs-{Browser,Git} fields
59
60 [ Clint Adams ]
61 * Bump to Standards-Version 4.1.4.
62 * New upstream release
63
64 -- Clint Adams <clint@debian.org> Mon, 09 Apr 2018 16:43:39 -0400
65
66 haskell-pandoc-citeproc (0.10.5.1-1) unstable; urgency=medium
67
68 [ Sean Whitton ]
69 * New upstream release
70
71 [ Ilias Tsitsimpis ]
72 * Change Priority to optional. Since Debian Policy version 4.0.1,
73 priority extra has been deprecated.
74 * Use the HTTPS form of the copyright-format URL
75 * Modify d/watch and Source field in d/copyright to use HTTPS
76 * Declare compliance with Debian policy 4.1.1
77
78 -- Ilias Tsitsimpis <iliastsi@debian.org> Sun, 05 Nov 2017 13:25:19 +0200
79
80 haskell-pandoc-citeproc (0.10.4.1-2) unstable; urgency=medium
81
82 * Team upload
83 * Depend on libghc-aeson-pretty-dev to fix a build failure.
84
85 -- Gianfranco Costamagna <locutusofborg@debian.org> Sat, 24 Jun 2017 01:38:00 +0200
86
87 haskell-pandoc-citeproc (0.10.4.1-1) unstable; urgency=medium
88
89 * New upstream release
90
91 -- Clint Adams <clint@debian.org> Sat, 17 Jun 2017 15:14:31 -0400
92
93 haskell-pandoc-citeproc (0.10.2.2-1) unstable; urgency=medium
94
95 * New upstream release
96
97 -- Clint Adams <clint@debian.org> Mon, 31 Oct 2016 21:03:43 -0400
98
99 haskell-pandoc-citeproc (0.10.1.2-2) unstable; urgency=medium
100
101 * Upload to unstable as part of GHC 8 transition.
102
103 -- Clint Adams <clint@debian.org> Thu, 27 Oct 2016 18:35:19 -0400
104
105 haskell-pandoc-citeproc (0.10.1.2-1) experimental; urgency=medium
106
107 * New upstream release
108
109 -- Clint Adams <clint@debian.org> Wed, 26 Oct 2016 19:09:29 -0400
110
111 haskell-pandoc-citeproc (0.10.1.1-1) experimental; urgency=medium
112
113 * New upstream version.
114
115 -- Clint Adams <clint@debian.org> Fri, 07 Oct 2016 21:40:11 -0400
116
117 haskell-pandoc-citeproc (0.9.1.1-1) unstable; urgency=medium
118
119 [ Dmitry Bogatov ]
120 * Use secure (https) uri in Vcs-Git field in 'debian/control'
121 * Bump standards version to 3.9.8 (no changes needed)
122
123 [ Ilias Tsitsimpis ]
124 * New upstream release
125
126 -- Ilias Tsitsimpis <i.tsitsimpis@gmail.com> Mon, 30 May 2016 11:16:54 +0000
127
128 haskell-pandoc-citeproc (0.9-1) unstable; urgency=medium
129
130 * New upstream release
131
132 -- Joachim Breitner <nomeata@debian.org> Mon, 22 Feb 2016 13:03:29 +0100
133
134 haskell-pandoc-citeproc (0.8.1.3-1) unstable; urgency=medium
135
136 * New upstream release
137
138 -- Clint Adams <clint@debian.org> Sun, 10 Jan 2016 23:15:17 -0500
139
140 haskell-pandoc-citeproc (0.7.4-1) unstable; urgency=medium
141
142 * New upstream release
143
144 -- Clint Adams <clint@debian.org> Fri, 04 Dec 2015 00:18:54 -0500
145
146 haskell-pandoc-citeproc (0.7.3-3) unstable; urgency=medium
147
148 * Switch Vcs-Git/Vcs-Browser headers to new location.
149
150 -- Clint Adams <clint@debian.org> Thu, 03 Dec 2015 14:54:52 -0500
151
152 haskell-pandoc-citeproc (0.7.3-2) experimental; urgency=medium
153
154 * Add lintian override for spurious rpaths
155
156 -- Joachim Breitner <nomeata@debian.org> Fri, 21 Aug 2015 09:13:59 +0200
157
158 haskell-pandoc-citeproc (0.7.3-1) experimental; urgency=medium
159
160 * New upstream release
161 * Bump standards-version to 3.9.6
162 * Depend on haskell-devscripts >= 0.10 to ensure that this package
163 builds against GHC in experimental
164
165 -- Joachim Breitner <nomeata@debian.org> Thu, 20 Aug 2015 10:28:22 +0200
166
167 haskell-pandoc-citeproc (0.6.0.1-1) unstable; urgency=medium
168
169 * New upstream release
170
171 -- Joachim Breitner <nomeata@debian.org> Wed, 29 Apr 2015 13:25:58 +0200
172
173 haskell-pandoc-citeproc (0.4.0.1-2) experimental; urgency=medium
174
175 * Depend on haskell-devscripts 0.9, found in experimental
176
177 -- Joachim Breitner <nomeata@debian.org> Sat, 20 Dec 2014 17:11:37 +0100
178
179 haskell-pandoc-citeproc (0.4.0.1-1) unstable; urgency=medium
180
181 * New upstream release
182
183 -- Raúl Benencia <rul@kalgan.cc> Tue, 30 Sep 2014 12:52:26 -0300
184
185 haskell-pandoc-citeproc (0.3.0.1-1) unstable; urgency=medium
186
187 * New upstream release
188
189 -- Joachim Breitner <nomeata@debian.org> Sat, 26 Apr 2014 12:53:09 +0200
190
191 haskell-pandoc-citeproc (0.2-3) unstable; urgency=medium
192
193 * Fix data file handling (closes: #734155):
194 - Install chicago-author-date.csl in libghc-pandoc-citeproc-data.
195 - Make libghc-pandoc-citeproc-dev and pandoc-citeproc depend on
196 libghc-pandoc-citeproc-data.
197 - Fix paths of locale files to match what Text.CSL.Data expects.
198 * Set LANG when running the test suite (though to en_US.UTF-8, not C.UTF-8
199 which doesn't work) as well as LC_ALL.
200
201 -- Colin Watson <cjwatson@debian.org> Wed, 08 Jan 2014 12:15:42 +0000
202
203 haskell-pandoc-citeproc (0.2-2) unstable; urgency=medium
204
205 * Run tests under C.UTF-8.
206
207 -- Clint Adams <clint@debian.org> Fri, 03 Jan 2014 15:26:44 -0500
208
209 haskell-pandoc-citeproc (0.2-1) unstable; urgency=medium
210
211 * Initial release.
212
213 -- Clint Adams <clint@debian.org> Wed, 01 Jan 2014 19:20:42 -0500
+0
-1
p/haskell-pandoc-citeproc/debian/compat less more
0 10
+0
-195
p/haskell-pandoc-citeproc/debian/control less more
0 Source: haskell-pandoc-citeproc
1 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
2 Uploaders:
3 Clint Adams <clint@debian.org>,
4 Priority: optional
5 Section: haskell
6 Rules-Requires-Root: no
7 Build-Depends:
8 cdbs,
9 debhelper (>= 10),
10 ghc (>= 8.4.3),
11 ghc-prof,
12 haskell-devscripts (>= 0.13),
13 libghc-hsyaml-dev (>= 0.2),
14 libghc-hsyaml-dev (<< 0.3),
15 libghc-hsyaml-prof,
16 libghc-hsyaml-aeson-dev (>= 0.2),
17 libghc-hsyaml-aeson-dev (<< 0.3),
18 libghc-hsyaml-aeson-prof,
19 libghc-aeson-dev (>= 0.7),
20 libghc-aeson-dev (<< 1.6),
21 libghc-aeson-prof,
22 libghc-base-compat-dev (>= 0.9),
23 libghc-base-compat-prof,
24 libghc-data-default-dev,
25 libghc-data-default-prof,
26 libghc-hs-bibutils-dev (>= 6.4),
27 libghc-hs-bibutils-prof,
28 libghc-network-dev (<< 3.2),
29 libghc-network-prof,
30 libghc-old-locale-dev,
31 libghc-old-locale-prof,
32 libghc-pandoc-dev (>= 2.8),
33 libghc-pandoc-dev (<< 2.11),
34 libghc-pandoc-prof,
35 libghc-pandoc-types-dev (>= 1.20),
36 libghc-pandoc-types-dev (<< 1.22),
37 libghc-pandoc-types-prof,
38 libghc-setenv-dev (<< 0.2),
39 libghc-setenv-dev (>= 0.1),
40 libghc-setenv-prof,
41 libghc-split-dev,
42 libghc-split-prof,
43 libghc-syb-dev,
44 libghc-syb-prof,
45 libghc-tagsoup-dev,
46 libghc-tagsoup-prof,
47 libghc-temporary-dev (>= 1.1),
48 libghc-text-icu-dev,
49 libghc-text-icu-prof,
50 libghc-unordered-containers-dev (<< 0.3),
51 libghc-unordered-containers-dev (>= 0.2),
52 libghc-unordered-containers-prof,
53 libghc-vector-dev,
54 libghc-vector-dev (>= 0.10),
55 libghc-vector-prof,
56 libghc-xml-conduit-dev (>= 1.2),
57 libghc-xml-conduit-dev (<< 1.10),
58 libghc-xml-conduit-prof,
59 libghc-yaml-dev (>= 0.11),
60 libghc-yaml-prof,
61 libghc-aeson-dev,
62 libghc-aeson-pretty-dev (>= 0.8),
63 libghc-aeson-pretty-prof,
64 libghc-attoparsec-dev,
65 libghc-attoparsec-prof,
66 libghc-libyaml-dev,
67 libghc-libyaml-prof,
68 libghc-safe-dev,
69 libghc-safe-prof,
70 Build-Depends-Indep: ghc-doc,
71 libghc-hsyaml-doc,
72 libghc-hsyaml-aeson-doc,
73 libghc-aeson-doc,
74 libghc-base-compat-doc,
75 libghc-data-default-doc,
76 libghc-hs-bibutils-doc,
77 libghc-network-doc,
78 libghc-old-locale-doc,
79 libghc-pandoc-doc,
80 libghc-pandoc-types-doc,
81 libghc-setenv-doc,
82 libghc-split-doc,
83 libghc-syb-doc,
84 libghc-tagsoup-doc,
85 libghc-text-icu-doc,
86 libghc-unordered-containers-doc,
87 libghc-vector-doc,
88 libghc-xml-conduit-doc,
89 libghc-yaml-doc,
90 Standards-Version: 4.6.1
91 Homepage: https://github.com/jgm/pandoc-citeproc
92 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-pandoc-citeproc
93 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-pandoc-citeproc]
94 X-Description: support for using pandoc with citeproc
95 The pandoc-citeproc library exports functions for using the citeproc
96 system with pandoc. It relies on citeproc-hs, a library for rendering
97 bibliographic reference citations into a variety of styles using a
98 macro language called Citation Style Language (CSL). More details on
99 CSL can be found here: http://citationstyles.org/ .
100
101 Package: libghc-pandoc-citeproc-dev
102 Architecture: any
103 Depends:
104 libghc-pandoc-citeproc-data (>= ${source:Version}),
105 ${haskell:Depends},
106 ${misc:Depends},
107 ${shlibs:Depends},
108 Recommends:
109 ${haskell:Recommends},
110 Suggests:
111 ${haskell:Suggests},
112 Provides:
113 ${haskell:Provides},
114 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
115 ${haskell:LongDescription}
116 .
117 ${haskell:Blurb}
118
119 Package: libghc-pandoc-citeproc-prof
120 Architecture: any
121 Depends:
122 ${haskell:Depends},
123 ${misc:Depends},
124 Recommends:
125 ${haskell:Recommends},
126 Suggests:
127 ${haskell:Suggests},
128 Provides:
129 ${haskell:Provides},
130 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
131 ${haskell:LongDescription}
132 .
133 ${haskell:Blurb}
134
135 Package: libghc-pandoc-citeproc-doc
136 Architecture: all
137 Section: doc
138 Depends:
139 ${haskell:Depends},
140 ${misc:Depends},
141 Recommends:
142 ${haskell:Recommends},
143 Suggests:
144 ${haskell:Suggests},
145 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
146 ${haskell:LongDescription}
147 .
148 ${haskell:Blurb}
149
150 Package: libghc-pandoc-citeproc-data
151 Architecture: all
152 Depends:
153 ${haskell:Depends},
154 ${misc:Depends},
155 Recommends:
156 ${haskell:Recommends},
157 Suggests:
158 ${haskell:Suggests},
159 Breaks:
160 pandoc (<< 1.11.1-3),
161 Description: Pandoc support for Citation Style Language - data files
162 pandoc-citeproc is a Haskell implementation of the Citation Style Language
163 (CSL).
164 .
165 pandoc-citeproc adds to pandoc, the famous Haskell text processing tool, a
166 Bibtex like citation and bibliographic formatting and generation
167 facility.
168 .
169 CSL is an XML language for specifying citation and bibliographic
170 formatting, similar in principle to BibTeX .bst files or the binary
171 style files in commercial products like Endnote or Reference Manager.
172 .
173 This package contains the data files needed to use the library.
174
175 Package: pandoc-citeproc
176 Architecture: any
177 Depends:
178 libghc-pandoc-citeproc-data (>= ${source:Version}),
179 ${haskell:Depends},
180 ${misc:Depends},
181 ${shlibs:Depends},
182 Recommends:
183 ca-certificates,
184 ${haskell:Recommends},
185 Suggests:
186 ${haskell:Suggests},
187 Description: Pandoc support for Citation Style Language - tools
188 pandoc-citeproc is a Haskell implementation of the Citation Style Language
189 (CSL).
190 .
191 This package also contains an executable: pandoc-citeproc, which works as a
192 pandoc filter (pandoc >= 1.12), and also has a mode for converting
193 bibliographic databases a YAML format suitable for inclusion in pandoc YAML
194 metadata.
+0
-157
p/haskell-pandoc-citeproc/debian/copyright less more
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: pandoc-citeproc
2 Upstream-Contact: John MacFarlane <jgm@berkeley.edu>
3 Source: https://hackage.haskell.org/package/pandoc-citeproc
4
5 Files: *
6 Copyright: 2013 John MacFarlane
7 License: BSD-3-clause
8
9 Files: src/Text/CSL/Eval/Common.hs src/Text/CSL/Eval/Date.hs
10 src/Text/CSL/Eval.hs src/Text/CSL/Eval/Names.hs
11 src/Text/CSL/Eval/Output.hs src/Text/CSL.hs
12 src/Text/CSL/Input/Bibutils.hs src/Text/CSL/Output/Pandoc.hs
13 src/Text/CSL/Output/Plain.hs src/Text/CSL/Parser.hs
14 src/Text/CSL/Pickle/Hexpat.hs src/Text/CSL/Pickle/Xml.hs
15 src/Text/CSL/Proc/Collapse.hs src/Text/CSL/Proc/Disamb.hs
16 src/Text/CSL/Proc.hs src/Text/CSL/Reference.hs
17 src/Text/CSL/Style.hs
18 Copyright: 2008-2012 Andrea Rossato
19 License: BSD-3-clause
20
21 Files: src/Text/CSL/Pickle.hs
22 Copyright: Uwe Schmidt Andrea Rossato
23 License: BSD-3-clause
24
25 Files: chicago-author-date.csl tests/chicago-author-date.csl
26 tests/ieee.csl tests/mhra.csl locales/locales-fr-CA.xml
27 locales/locales-de-DE.xml locales/locales-zh-TW.xml
28 locales/locales-hr-HR.xml locales/locales-uk-UA.xml
29 locales/locales-ru-RU.xml locales/locales-it-IT.xml
30 locales/locales-lt-LT.xml locales/locales-es-ES.xml
31 locales/locales-ar-AR.xml locales/locales-zh-CN.xml
32 locales/locales-tr-TR.xml locales/locales-lv-LV.xml
33 locales/locales-he-IL.xml locales/locales-de-AT.xml
34 locales/locales-fi-FI.xml locales/locales-th-TH.xml
35 locales/locales-fa-IR.xml locales/locales-ca-AD.xml
36 locales/locales-nn-NO.xml locales/locales-de-CH.xml
37 locales/locales-et-EE.xml locales/locales-nb-NO.xml
38 locales/locales-fr-FR.xml locales/locales-sv-SE.xml
39 locales/locales-is-IS.xml locales/locales-ja-JP.xml
40 locales/locales-nl-NL.xml locales/locales-ro-RO.xml
41 locales/locales-vi-VN.xml locales/locales-sl-SI.xml
42 locales/locales-eu.xml locales/locales-km-KH.xml
43 locales/locales-sr-RS.xml locales/locales-sk-SK.xml
44 locales/locales-pt-BR.xml locales/locales-af-ZA.xml
45 locales/locales-el-GR.xml locales/locales-mn-MN.xml
46 locales/locales-pl-PL.xml locales/locales-bg-BG.xml
47 locales/locales-pt-PT.xml locales/locales-hu-HU.xml
48 locales/locales-cs-CZ.xml locales/locales-da-DK.xml
49 locales/locales-en-US.xml locales/locales-ko-KR.xml
50 locales/locales-en-GB.xml
51 Copyright: Julian Onions, Sebastian Karcher, Richard Karnesky, Michael Berkowitz, Rintze Zelle, Stephen Frank, Grégoire Colly, Alexei Kouprianov, Valdemaras Klumbys, Andris Lupgins, Nicolae Turcan, Jonadabe PT
52 License: CC-BY-SA-3.0
53
54 Files: debian/*
55 Copyright: 2014 Clint Adams
56 License: Expat
57
58 License: BSD-3-clause
59 Redistribution and use in source and binary forms, with or without
60 modification, are permitted provided that the following conditions
61 are met:
62 1. Redistributions of source code must retain the above copyright
63 notice, this list of conditions and the following disclaimer.
64 2. Redistributions in binary form must reproduce the above copyright
65 notice, this list of conditions and the following disclaimer in the
66 documentation and/or other materials provided with the distribution.
67 3. Neither the name of the author nor the names of his contributors
68 may be used to endorse or promote products derived from this software
69 without specific prior written permission.
70 .
71 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
72 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
73 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
74 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
75 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
76 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
77 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
78 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
79 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
80 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
81 SUCH DAMAGE.
82
83 License: Expat
84 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
85 .
86 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
87 .
88 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
89 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
90 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
91 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
92 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
93 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
94 THE SOFTWARE.
95
96 License: CC-BY-SA-3.0
97 THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
98 .
99 BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
100 .
101 1. Definitions
102 .
103 "Adaptation" means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License.
104 "Collection" means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined below) for the purposes of this License.
105 "Creative Commons Compatible License" means a license that is listed at http://creativecommons.org/compatiblelicenses that has been approved by Creative Commons as being essentially equivalent to this License, including, at a minimum, because that license: (i) contains terms that have the same purpose, meaning and effect as the License Elements of this License; and, (ii) explicitly permits the relicensing of adaptations of works made available under that license under this License or a Creative Commons jurisdiction license with the same License Elements as this License.
106 "Distribute" means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership.
107 "License Elements" means the following high-level license attributes as selected by Licensor and indicated in the title of this License: Attribution, ShareAlike.
108 "Licensor" means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License.
109 "Original Author" means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast.
110 "Work" means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work.
111 "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.
112 "Publicly Perform" means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images.
113 "Reproduce" means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium.
114 .
115 2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws.
116 .
117 3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:
118 .
119 to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections;
120 to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified.";
121 to Distribute and Publicly Perform the Work including as incorporated in Collections; and,
122 to Distribute and Publicly Perform Adaptations.
123 .
124 For the avoidance of doubt:
125 Non-waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License;
126 Waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and,
127 Voluntary License Schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License.
128 .
129 The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved.
130 .
131 4. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:
132 .
133 You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(c), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(c), as requested.
134 You may Distribute or Publicly Perform an Adaptation only under the terms of: (i) this License; (ii) a later version of this License with the same License Elements as this License; (iii) a Creative Commons jurisdiction license (either this or a later license version) that contains the same License Elements as this License (e.g., Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible License. If you license the Adaptation under one of the licenses mentioned in (iv), you must comply with the terms of that license. If you license the Adaptation under the terms of any of the licenses mentioned in (i), (ii) or (iii) (the "Applicable License"), you must comply with the terms of the Applicable License generally and the following provisions: (I) You must include a copy of, or the URI for, the Applicable License with every copy of each Adaptation You Distribute or Publicly Perform; (II) You may not offer or impose any terms on the Adaptation that restrict the terms of the Applicable License or the ability of the recipient of the Adaptation to exercise the rights granted to that recipient under the terms of the Applicable License; (III) You must keep intact all notices that refer to the Applicable License and to the disclaimer of warranties with every copy of the Work as included in the Adaptation You Distribute or Publicly Perform; (IV) when You Distribute or Publicly Perform the Adaptation, You may not impose any effective technological measures on the Adaptation that restrict the ability of a recipient of the Adaptation from You to exercise the rights granted to that recipient under the terms of the Applicable License. This Section 4(b) applies to the Adaptation as incorporated in a Collection, but this does not require the Collection apart from the Adaptation itself to be made subject to the terms of the Applicable License.
135 If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and (iv) , consistent with Ssection 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4(c) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties.
136 Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author's honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise.
137 .
138 5. Representations, Warranties and Disclaimer
139 .
140 UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
141 .
142 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
143 .
144 7. Termination
145 .
146 This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.
147 Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.
148 .
149 8. Miscellaneous
150 .
151 Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.
152 Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.
153 If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
154 No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.
155 This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.
156 The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law.
+0
-1
p/haskell-pandoc-citeproc/debian/libghc-pandoc-citeproc-data.dirs less more
0 usr/share/pandoc-citeproc
+0
-2
p/haskell-pandoc-citeproc/debian/pandoc-citeproc.dirs less more
0 usr/bin
1 usr/share
+0
-1
p/haskell-pandoc-citeproc/debian/pandoc-citeproc.lintian-overrides less more
0 binary-or-shlib-defines-rpath
+0
-25
p/haskell-pandoc-citeproc/debian/rules less more
0 #!/usr/bin/make -f
1
2 # Seems to work only with the data files properly installed
3 # DEB_ENABLE_TESTS = yes
4
5 include /usr/share/cdbs/1/rules/debhelper.mk
6 include /usr/share/cdbs/1/class/hlibrary.mk
7
8 DEB_GHC_EXTRA_PACKAGES := libghc-pandoc-citeproc-data (>= $(CABAL_VERSION))
9
10 DEB_SETUP_GHC_CONFIGURE_ARGS = -fbibutils -funicode_collation
11
12 # LANG needs to be en_SOMETHING to make sure that Text.CSL.Input.Bibtex
13 # works as the test suite expects.
14 check-ghc-stamp: export LANG := en_US.UTF-8
15 check-ghc-stamp: export LC_ALL := C.UTF-8
16
17 install/libghc-pandoc-citeproc-data:: debian/tmp-inst-ghc
18 cp -a debian/tmp-inst-ghc/usr/share/pandoc-citeproc/chicago-author-date.csl \
19 debian/tmp-inst-ghc/usr/share/pandoc-citeproc/locales \
20 debian/libghc-pandoc-citeproc-data/usr/share/pandoc-citeproc/
21
22 install/pandoc-citeproc:: debian/tmp-inst-ghc
23 cp debian/tmp-inst-ghc/usr/bin/* debian/pandoc-citeproc/usr/bin
24 cp -a debian/tmp-inst-ghc/usr/share/pandoc-citeproc/man debian/pandoc-citeproc/usr/share
+0
-1
p/haskell-pandoc-citeproc/debian/source/format less more
0 3.0 (quilt)
+0
-2
p/haskell-pandoc-citeproc/debian/watch less more
0 version=3
1 https://hackage.haskell.org/package/pandoc-citeproc/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+0
-319
p/highlighting-kate/debian/changelog less more
0 highlighting-kate (0.6.4-7) UNRELEASED; urgency=medium
1
2 * Declare compliance with Debian policy 4.6.1
3 * Remove retired developer, Joachim Breitner, from Uploaders.
4
5 -- Ilias Tsitsimpis <iliastsi@debian.org> Tue, 28 Jun 2022 15:33:28 +0300
6
7 highlighting-kate (0.6.4-6) unstable; urgency=medium
8
9 * Sourceful upload for GHC 8.8
10
11 -- Ilias Tsitsimpis <iliastsi@debian.org> Mon, 22 Jun 2020 14:16:39 +0300
12
13 highlighting-kate (0.6.4-5) unstable; urgency=medium
14
15 * Remove build dependency on libghc-parsec3-dev (provided by ghc-
16 8.4.3)
17
18 -- Ilias Tsitsimpis <iliastsi@debian.org> Wed, 03 Oct 2018 12:06:16 +0300
19
20 highlighting-kate (0.6.4-4) unstable; urgency=medium
21
22 * Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)
23
24 -- Ilias Tsitsimpis <iliastsi@debian.org> Mon, 01 Oct 2018 13:33:39 +0300
25
26 highlighting-kate (0.6.4-3) unstable; urgency=medium
27
28 [ Clint Adams ]
29 * Set Rules-Requires-Root to no.
30
31 [ Ilias Tsitsimpis ]
32 * Bump debhelper compat level to 10
33
34 -- Ilias Tsitsimpis <iliastsi@debian.org> Sun, 30 Sep 2018 21:27:05 +0300
35
36 highlighting-kate (0.6.4-2) unstable; urgency=medium
37
38 [ Ilias Tsitsimpis ]
39 * Change Priority to optional. Since Debian Policy version 4.0.1,
40 priority extra has been deprecated.
41 * Use the HTTPS form of the copyright-format URL
42 * Modify d/watch and Source field in d/copyright to use HTTPS
43 * Declare compliance with Debian policy 4.1.1
44 * Use salsa.debian.org URLs in Vcs-{Browser,Git} fields
45
46 [ Clint Adams ]
47 * Bump to Standards-Version 4.1.4.
48
49 -- Clint Adams <clint@debian.org> Mon, 09 Apr 2018 20:05:12 -0400
50
51 highlighting-kate (0.6.4-1) unstable; urgency=medium
52
53 * New upstream release
54
55 -- Clint Adams <clint@debian.org> Sun, 18 Jun 2017 02:41:17 -0400
56
57 highlighting-kate (0.6.3-3) unstable; urgency=medium
58
59 * Upload to unstable as part of GHC 8 transition.
60
61 -- Clint Adams <clint@debian.org> Thu, 27 Oct 2016 18:37:18 -0400
62
63 highlighting-kate (0.6.3-2) experimental; urgency=medium
64
65 * Temporarily build-depend on ghc 8.
66
67 -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 00:58:00 -0400
68
69 highlighting-kate (0.6.3-1) unstable; urgency=medium
70
71 * New upstream release
72
73 -- Clint Adams <clint@debian.org> Thu, 29 Sep 2016 12:00:25 -0400
74
75 highlighting-kate (0.6.2.1-1) unstable; urgency=medium
76
77 * New upstream release
78
79 -- Clint Adams <clint@debian.org> Tue, 12 Jul 2016 15:55:59 -0400
80
81 highlighting-kate (0.6.2-1) unstable; urgency=medium
82
83 [ Dmitry Bogatov ]
84 * Use secure (https) uri in Vcs-Git field in 'debian/control'
85 * Bump standards version to 3.9.8 (no changes needed)
86 * Convert `debian/copyright' to dep5 format
87
88 [ Joachim Breitner ]
89 * New upstream release
90
91 -- Joachim Breitner <nomeata@debian.org> Mon, 30 May 2016 17:21:09 +0200
92
93 highlighting-kate (0.6.1-1) unstable; urgency=medium
94
95 * New upstream release
96
97 -- Clint Adams <clint@debian.org> Sun, 10 Jan 2016 23:17:56 -0500
98
99 highlighting-kate (0.6-2) unstable; urgency=medium
100
101 * Switch Vcs-Git/Vcs-Browser headers to new location.
102
103 -- Clint Adams <clint@debian.org> Thu, 03 Dec 2015 14:55:21 -0500
104
105 highlighting-kate (0.6-1) experimental; urgency=medium
106
107 * New upstream release
108 * Bump standards-version to 3.9.6
109 * Depend on haskell-devscripts >= 0.10 to ensure that this package
110 builds against GHC in experimental
111
112 -- Joachim Breitner <nomeata@debian.org> Thu, 20 Aug 2015 10:29:12 +0200
113
114 highlighting-kate (0.5.12-2) unstable; urgency=medium
115
116 * Upload to unstable
117
118 -- Joachim Breitner <nomeata@debian.org> Mon, 27 Apr 2015 11:55:53 +0200
119
120 highlighting-kate (0.5.12-1) experimental; urgency=medium
121
122 * New upstream release
123
124 -- Joachim Breitner <nomeata@debian.org> Mon, 06 Apr 2015 11:49:27 +0200
125
126 highlighting-kate (0.5.11.1-1) experimental; urgency=medium
127
128 * New upstream release
129
130 -- Joachim Breitner <nomeata@debian.org> Tue, 30 Dec 2014 12:37:18 +0100
131
132 highlighting-kate (0.5.8.5-3) experimental; urgency=medium
133
134 * Depend on haskell-devscripts 0.9, found in experimental
135
136 -- Joachim Breitner <nomeata@debian.org> Sat, 20 Dec 2014 17:12:57 +0100
137
138 highlighting-kate (0.5.8.5-2) unstable; urgency=medium
139
140 * New upstream release
141
142 -- Joachim Breitner <nomeata@debian.org> Tue, 05 Aug 2014 01:01:50 +0200
143
144 highlighting-kate (0.5.8.2-1) unstable; urgency=medium
145
146 * New upstream version.
147
148 -- Clint Adams <clint@debian.org> Fri, 06 Jun 2014 08:17:50 -0400
149
150 highlighting-kate (0.5.7-1) unstable; urgency=medium
151
152 * New upstream version.
153
154 -- Clint Adams <clint@debian.org> Fri, 09 May 2014 21:28:08 -0400
155
156 highlighting-kate (0.5.6.1-1) unstable; urgency=medium
157
158 * New upstream release
159
160 -- Joachim Breitner <nomeata@debian.org> Fri, 07 Mar 2014 13:02:05 +0100
161
162 highlighting-kate (0.5.5.1-1) unstable; urgency=low
163
164 [ Joachim Breitner ]
165 * Adjust watch file to new hackage layout
166
167 [ Clint Adams ]
168 * New upstream version.
169
170 -- Clint Adams <clint@debian.org> Sun, 24 Nov 2013 19:45:33 -0500
171
172 highlighting-kate (0.5.3.8-2) unstable; urgency=low
173
174 * Enable compat level 9
175 * Use substvars for Haskell description blurbs
176
177 -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 12:52:44 +0200
178
179 highlighting-kate (0.5.3.8-1) experimental; urgency=low
180
181 * New upstream release
182
183 -- Joachim Breitner <nomeata@debian.org> Sun, 10 Mar 2013 00:59:29 +0100
184
185 highlighting-kate (0.5.1-2) experimental; urgency=low
186
187 * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
188 against experimental
189 * Bump standards version, no change
190
191 -- Joachim Breitner <nomeata@debian.org> Sun, 14 Oct 2012 12:02:39 +0200
192
193 highlighting-kate (0.5.1-1) unstable; urgency=low
194
195 * New upstream release
196
197 -- Joachim Breitner <nomeata@debian.org> Sat, 16 Jun 2012 12:51:47 +0200
198
199 highlighting-kate (0.5.0.5-1) unstable; urgency=low
200
201 * New upstream release
202 * DM-Upload-Allowed: yes
203 * New debian/control file like highlighting-kate.cabal
204 * Fix spelling of PHP and SQL in description (Closes: #630158)
205
206 -- Kiwamu Okabe <kiwamu@debian.or.jp> Tue, 28 Feb 2012 15:25:47 +0900
207
208 highlighting-kate (0.2.9-1) unstable; urgency=low
209
210 [ Marco Silva ]
211 * Use ghc instead of ghc6
212
213 [ Joachim Breitner ]
214 * New upstream release
215 * Install documentation into standard location
216
217 -- Joachim Breitner <nomeata@debian.org> Fri, 08 Apr 2011 15:29:11 +0530
218
219 highlighting-kate (0.2.7.1-1) unstable; urgency=low
220
221 * Priority: extra
222 * New upstream version (Closes: #591168)
223
224 -- Joachim Breitner <nomeata@debian.org> Mon, 02 Aug 2010 16:42:27 +0200
225
226 highlighting-kate (0.2.6.2-1) unstable; urgency=low
227
228 * New upstream release, even better build time improvements
229
230 -- Joachim Breitner <nomeata@debian.org> Sun, 07 Mar 2010 13:17:08 +0100
231
232 highlighting-kate (0.2.6.1-1) unstable; urgency=low
233
234 * New upstream release which incorporates our changes
235 * Remove debian/patches/Fix-source-encoding.patch, fixed upstream
236
237 -- Joachim Breitner <nomeata@debian.org> Sat, 06 Mar 2010 23:03:27 +0100
238
239 highlighting-kate (0.2.5-5) unstable; urgency=low
240
241 * Massively reduce compile time by tricking ghc not to inline a large word
242 list
243
244 -- Joachim Breitner <nomeata@debian.org> Sat, 06 Mar 2010 18:20:27 +0100
245
246 highlighting-kate (0.2.5-4) unstable; urgency=low
247
248 [ Marco Túlio Gontijo e Silva ]
249 * debian/source/format: Use 3.0 (quilt).
250
251 [ Joachim Breitner ]
252 * debian/patches/Fix-source-encoding.patch: Haskell source files ought to be
253 UTF8. (Closes: #570964)
254
255 -- Joachim Breitner <nomeata@debian.org> Mon, 22 Feb 2010 15:18:01 +0100
256
257 highlighting-kate (0.2.5-3) unstable; urgency=low
258
259 [ Marco Túlio Gontijo e Silva ]
260 * debian/watch: Use format that works for --download-current-version.
261 * debian/watch: Add .tar.gz to downloaded filename.
262 * debian/watch: Include package name in downloaded .tar.gz.
263 * debian/watch: Remove spaces, since they're not allowed by uscan.
264 * debian/control: Add field Provides: ${haskell:Provides} to -dev and
265 -prof packages.
266 * debian/control: Update fields XS-Vcs-* to Vcs- and pointed them to
267 the Debian Haskell Group repository.
268 * debian/control: Use simpler version of Vcs-Browser.
269 * debian/control: Use comma in the beginning of the line.
270 * debian/control: Remove dependency in hscolour, since it's now a
271 dependency of haskell-devscripts.
272 * debian/control: Remove haddock from Build-Depends:, since it's now a
273 Depends: of haskell-devscripts.
274 * debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
275 * debian/control: Use standard name for -doc package.
276 * debian/control: Add Depends: ${misc:Depends} to -doc.
277 * debian/control: Add ${haskell:Recommends} and Suggests, and Depends on
278 -doc.
279
280 [ Joachim Breitner ]
281 * Bump dependency versions
282
283 -- Marco Túlio Gontijo e Silva <marcot@debian.org> Fri, 12 Feb 2010 14:18:25 -0200
284
285 highlighting-kate (0.2.5-2) unstable; urgency=low
286
287 * Copy a rule from hlibrary.mk to cater for the non-standard documentation
288 package name
289
290 -- Joachim Breitner <nomeata@debian.org> Wed, 29 Jul 2009 02:56:50 +0200
291
292 highlighting-kate (0.2.5-1) unstable; urgency=low
293
294 * Take over by the Debian Haskell Group. Thanks to Recai for his previous
295 maintenance.
296 * New upstream version (Closes: #507338)
297 * Redo packaging accoring to currenct practice
298
299 -- Joachim Breitner <nomeata@debian.org> Wed, 29 Jul 2009 02:17:20 +0200
300
301 highlighting-kate (0.2.1-3) unstable; urgency=low
302
303 * Brown paper bag release. Add libghc6-parsec-prof to Build-Depends.
304 Closes: #467589
305
306 -- Recai Oktaş <roktas@debian.org> Fri, 29 Feb 2008 00:09:00 +0200
307
308 highlighting-kate (0.2.1-2) unstable; urgency=low
309
310 * Add libghc6-parsec-dev to Build-Depends. Closes: #467589
311
312 -- Recai Oktaş <roktas@debian.org> Wed, 27 Feb 2008 21:37:43 +0200
313
314 highlighting-kate (0.2.1-1) unstable; urgency=low
315
316 * Initial release. Closes: #464920
317
318 -- Recai Oktaş <roktas@debian.org> Sat, 09 Feb 2008 20:33:08 +0200
+0
-1
p/highlighting-kate/debian/compat less more
0 10
+0
-114
p/highlighting-kate/debian/control less more
0 Source: highlighting-kate
1 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
2 Uploaders:
3 Ilias Tsitsimpis <iliastsi@debian.org>,
4 Kiwamu Okabe <kiwamu@debian.or.jp>,
5 Priority: optional
6 Section: haskell
7 Rules-Requires-Root: no
8 Build-Depends:
9 cdbs,
10 debhelper (>= 10),
11 ghc (>= 8.4.3),
12 ghc-prof,
13 haskell-devscripts (>= 0.13),
14 libghc-blaze-html-dev (>= 0.4.2),
15 libghc-blaze-html-dev (<< 0.10),
16 libghc-blaze-html-prof,
17 libghc-diff-dev,
18 libghc-pcre-light-dev (<< 0.5),
19 libghc-pcre-light-dev (>= 0.4),
20 libghc-pcre-light-prof,
21 libghc-utf8-string-dev,
22 libghc-utf8-string-prof,
23 Build-Depends-Indep:
24 ghc-doc,
25 libghc-blaze-html-doc,
26 libghc-pcre-light-doc,
27 libghc-utf8-string-doc,
28 Standards-Version: 4.6.1
29 Homepage: https://github.com/jgm/highlighting-kate
30 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/highlighting-kate
31 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/highlighting-kate]
32
33 Package: libghc-highlighting-kate-dev
34 Architecture: any
35 Depends:
36 ${haskell:Depends},
37 ${misc:Depends},
38 ${shlibs:Depends},
39 Recommends:
40 ${haskell:Recommends},
41 Suggests:
42 ${haskell:Suggests},
43 Provides:
44 ${haskell:Provides},
45 Description: syntax highlighting library based on Kate syntax descriptions${haskell:ShortBlurb}
46 Highlighting-kate is a syntax highlighting library with support for over
47 50 languages. The syntax parsers are automatically generated from Kate syntax
48 descriptions (<http://kate-editor.org/>), so any syntax supported by Kate can
49 be added.
50 .
51 Currently the following languages are supported: Ada, Asp, Awk, Bash, Bibtex,
52 C, Cmake, Coldfusion, Commonlisp, Cpp, Css, D, Djangotemplate, Doxygen, Dtd,
53 Eiffel, Erlang, Fortran, Haskell, Html, Java, Javadoc, Javascript, Json,
54 Latex, Lex, LiterateHaskell, Lua, Makefile, Matlab, Mediawiki, Modula3, Nasm,
55 Objectivec, Ocaml, Pascal, Perl, PHP, Postscript, Prolog, Python, Rhtml, Ruby,
56 Scala, Scheme, Sgml, SQL, MySQL, PostgreSQL, Tcl, Texinfo, Xml, Xslt,
57 Yacc.
58 .
59 ${haskell:Blurb}
60
61 Package: libghc-highlighting-kate-prof
62 Architecture: any
63 Depends:
64 ${haskell:Depends},
65 ${misc:Depends},
66 ${shlibs:Depends},
67 Recommends:
68 ${haskell:Recommends},
69 Suggests:
70 ${haskell:Suggests},
71 Provides:
72 ${haskell:Provides},
73 Description: highlighting-kate library with profiling enabled${haskell:ShortBlurb}
74 Highlighting-kate is a syntax highlighting library with support for over
75 50 languages. The syntax parsers are automatically generated from Kate syntax
76 descriptions (<http://kate-editor.org/>), so any syntax supported by Kate can
77 be added.
78 .
79 Currently the following languages are supported: Ada, Asp, Awk, Bash, Bibtex,
80 C, Cmake, Coldfusion, Commonlisp, Cpp, Css, D, Djangotemplate, Doxygen, Dtd,
81 Eiffel, Erlang, Fortran, Haskell, Html, Java, Javadoc, Javascript, Json,
82 Latex, Lex, LiterateHaskell, Lua, Makefile, Matlab, Mediawiki, Modula3, Nasm,
83 Objectivec, Ocaml, Pascal, Perl, PHP, Postscript, Prolog, Python, Rhtml, Ruby,
84 Scala, Scheme, Sgml, SQL, MySQL, PostgreSQL, Tcl, Texinfo, Xml, Xslt,
85 Yacc.
86 .
87 ${haskell:Blurb}
88
89 Package: libghc-highlighting-kate-doc
90 Architecture: all
91 Section: doc
92 Depends:
93 ${haskell:Depends},
94 ${misc:Depends},
95 Recommends:
96 ${haskell:Recommends},
97 Suggests:
98 ${haskell:Suggests},
99 Description: library documentation for highlighting-kate${haskell:ShortBlurb}
100 Highlighting-kate is a syntax highlighting library with support for over
101 50 languages. The syntax parsers are automatically generated from Kate syntax
102 descriptions (<http://kate-editor.org/>), so any syntax supported by Kate can
103 be added.
104 .
105 Currently the following languages are supported: Ada, Asp, Awk, Bash, Bibtex,
106 C, Cmake, Coldfusion, Commonlisp, Cpp, Css, D, Djangotemplate, Doxygen, Dtd,
107 Eiffel, Erlang, Fortran, Haskell, Html, Java, Javadoc, Javascript, Json,
108 Latex, Lex, LiterateHaskell, Lua, Makefile, Matlab, Mediawiki, Modula3, Nasm,
109 Objectivec, Ocaml, Pascal, Perl, PHP, Postscript, Prolog, Python, Rhtml, Ruby,
110 Scala, Scheme, Sgml, SQL, MySQL, PostgreSQL, Tcl, Texinfo, Xml, Xslt,
111 Yacc.
112 .
113 ${haskell:Blurb}
+0
-29
p/highlighting-kate/debian/copyright less more
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: highlighting-kate
2 Upstream-Contact: John MacFarlane <jgm@berkeley.edu>
3 Source: https://hackage.haskell.org/package/highlighting-kate
4
5 Files: *
6 Copyright: 2008-2011 John MacFarlane <jgm@berkeley.edu>
7 License: GPL-2+
8
9 Files: debian/*
10 Copyright: held by the contributors mentioned in debian/changelog
11 License: GPL-2+
12
13 License: GPL-2+
14 This program is free software; you can redistribute it and/or
15 modify it under the terms of the GNU General Public License
16 as published by the Free Software Foundation; either version 2
17 of the License, or (at your option) any later version.
18 .
19 This program is distributed in the hope that it will be useful,
20 but WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 GNU General Public License for more details.
23 .
24 You should have received a copy of the GNU General Public License
25 along with this program. If not, see <http://www.gnu.org/licenses/>.
26 .
27 On Debian system, copy of GNU Lesser General Public License version 2
28 is also located at `/usr/share/common-licenses/GPL-2'
+0
-4
p/highlighting-kate/debian/rules less more
0 #!/usr/bin/make -f
1 DEB_SETUP_GHC_CONFIGURE_ARGS = -fpcre-light
2 include /usr/share/cdbs/1/rules/debhelper.mk
3 include /usr/share/cdbs/1/class/hlibrary.mk
+0
-1
p/highlighting-kate/debian/source/format less more
0 3.0 (quilt)
+0
-2
p/highlighting-kate/debian/watch less more
0 version=3
1 https://hackage.haskell.org/package/highlighting-kate/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))