summaryrefslogtreecommitdiff
path: root/p/c2hs/debian
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2011-05-10 03:10:45 +0400
committerErik de Castro Lopo <erikd@mega-nerd.com>2011-05-10 03:10:45 +0400
commit3d9ac788e5f4336ea07cad8374b05048f0f026d7 (patch)
tree982ff013290a24d308b1dcde8873052df7cda208 /p/c2hs/debian
parent6691e699bec17de879b0266ea08e49278fb7c930 (diff)
downloadDHG_packages-3d9ac788e5f4336ea07cad8374b05048f0f026d7.tar.gz
c2hs: New upstream.
Diffstat (limited to 'p/c2hs/debian')
-rw-r--r--p/c2hs/debian/c2hs-doc.doc-base16
-rw-r--r--p/c2hs/debian/changelog45
-rw-r--r--p/c2hs/debian/control2
-rw-r--r--p/c2hs/debian/patches/series1
4 files changed, 26 insertions, 38 deletions
diff --git a/p/c2hs/debian/c2hs-doc.doc-base b/p/c2hs/debian/c2hs-doc.doc-base
deleted file mode 100644
index 9ed8d60fc..000000000
--- a/p/c2hs/debian/c2hs-doc.doc-base
+++ /dev/null
@@ -1,16 +0,0 @@
-Document: c2hs-doc
-Title: C->Haskell Manual
-Author: Manuel M. T. Chakravarty <chak@cse.unsw.edu.au>
-Abstract: C->Haskell is an interface generator that simplifies the
- development of Haskell bindings to C libraries. The tool processes
- existing C header files that determine data layout and function signatures
- on the C side in conjunction with Haskell modules that specify Haskell-side
- type signatures and marshaling details. Hooks embedded in the Haskell code
- signal access to C structures and functions -- they are expanded by the
- interfacing tool in dependence on information from the corresponding C
- header file.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/c2hs-doc/users_guide/index.html
-Files: /usr/share/doc/c2hs-doc/users_guide/*.html
diff --git a/p/c2hs/debian/changelog b/p/c2hs/debian/changelog
index 46fd7217d..38dc10b37 100644
--- a/p/c2hs/debian/changelog
+++ b/p/c2hs/debian/changelog
@@ -1,8 +1,13 @@
-c2hs (0.16.2-2) UNRELEASED; urgency=low
+c2hs (0.16.3-1) unstable; urgency=low
+ [ Marco Silva ]
* Use ghc instead of ghc6
- -- Marco Silva <marcot@debian.org> Sat, 15 Jan 2011 12:40:44 -0200
+ [ Erik de Castro Lopo ]
+ * New upstream.
+ * Bump standards version (no changes needed).
+
+ -- Erik de Castro Lopo <erikd@mega-nerd.com> Tue, 10 May 2011 08:38:17 +1000
c2hs (0.16.2-1) unstable; urgency=low
@@ -12,8 +17,8 @@ c2hs (0.16.2-1) unstable; urgency=low
* Use debian/compat 7.
[ Joachim Breitner ]
- * New upstream release.
- * Remove patch 04_ghc6-6.12.diff
+ * New upstream release.
+ * Remove patch 04_ghc6-6.12.diff
-- Joachim Breitner <nomeata@debian.org> Fri, 23 Apr 2010 14:33:24 +0200
@@ -63,10 +68,10 @@ c2hs (0.15.1-4) unstable; urgency=low
c2hs (0.15.1-3) unstable; urgency=low
* Fix lintian warnings:
- - Remove Apps prefix from Section to fix lintian warning:
+ - Remove Apps prefix from Section to fix lintian warning:
c2hs-doc: doc-base-unknown-section c2hs-doc:12 Apps/Programming
- - Added debian/patches/03_fix-man-page to fix lintian warning:
- c2hs: manpage-has-errors-from-man usr/share/man/man1/c2hs.1.gz
+ - Added debian/patches/03_fix-man-page to fix lintian warning:
+ c2hs: manpage-has-errors-from-man usr/share/man/man1/c2hs.1.gz
109: warning: `Bc2hs' not defined.
* debian/rules:
- Remove configure-stamp on clean.
@@ -124,7 +129,7 @@ c2hs (0.15.0-1) experimental; urgency=low
- Drop autotools-dev from the Build-Depends as the config.{sub,guess}
files are not needed anymore.
- Temporarily stop building the c2hs-doc package as upstream
- accidentally did not ship documentation with this release.
+ accidentally did not ship documentation with this release.
* debian/patches:
- Disabled 01_update-manpage and 11_documentation-fix as the tarball
does not ship any documentation.
@@ -141,7 +146,7 @@ c2hs (0.15.0-1) experimental; urgency=low
used anymore.
- ./setup configure does not create a config.status file anymore, so
instead touch configure-stamp at the end of the configure target.
-
+
-- Arjan Oosting <arjan@debian.org> Sun, 16 Sep 2007 20:48:55 +0200
c2hs (0.14.5-9) unstable; urgency=low
@@ -151,7 +156,7 @@ c2hs (0.14.5-9) unstable; urgency=low
subversion archive.
* debian/patches/12_nostrip.dpatch:
- Do not unconditionally strip binaries. (Closes: #436611)
-
+
-- Arjan Oosting <arjan@debian.org> Sun, 12 Aug 2007 14:38:33 +0200
c2hs (0.14.5-8) unstable; urgency=low
@@ -168,7 +173,7 @@ c2hs (0.14.5-7) unstable; urgency=low
* debian/rules: enclose paths in double quotes because directories can
contain spaces.
* debian/patches/11_documentation-fix.dpatch: Fix the context
- documentation as there are only two parameters.
+ documentation as there are only two parameters.
Thanks, Marco TĂșlio Gontijo e Silva (Closes: #408400)
-- Arjan Oosting <arjan@debian.org> Sat, 27 Jan 2007 13:28:10 +0100
@@ -179,7 +184,7 @@ c2hs (0.14.5-6) unstable; urgency=medium
occurrences of 'withObject' with 'with' as the deprecated 'withObject'
was removed with GHC 6.6. (Closes: #402979)
* Set the urgency to medium as the above bug decreases c2hs usefulness
- with GHC 6.6 dramatically.
+ with GHC 6.6 dramatically.
-- Arjan Oosting <arjan@debian.org> Thu, 14 Dec 2006 00:06:12 +0100
@@ -209,7 +214,7 @@ c2hs (0.14.5-3) unstable; urgency=low
* Fix broken debian/rules:
- Let build only depend on binary-arch as dpkg-buildpackage (and thus
the buildds) will call build even when it is only building the
- architecture dependent packages. (thanks Kari Pahula)
+ architecture dependent packages. (thanks Kari Pahula)
- Fix bashism. (thanks John Goerzen)
-- Arjan Oosting <arjanoosting@home.nl> Sat, 1 Jul 2006 20:19:52 +0200
@@ -232,7 +237,7 @@ c2hs (0.14.5-1) unstable; urgency=low
* New upstream release. Closes: #372836
- no longer ships a library for ghc6.
* New maintainer. Closes: #342801
- * debian/c2hs-doc.doc-base: change section to Apps/Programming.
+ * debian/c2hs-doc.doc-base: change section to Apps/Programming.
* added debian/control.in
- drop the libghc6-c2hs-dev package.
- use $ghc6_app_bdeps, $ghc6_arches substitution variables from
@@ -248,7 +253,7 @@ c2hs (0.14.5-1) unstable; urgency=low
* debian/patches/*: remove old patches and change to dpatch.
* debian/rules: change from cdbs to debhelper.
* debian/watch: upgrade to format version 3.
-
+
-- Arjan Oosting <arjanoosting@home.nl> Fri, 23 Jun 2006 21:33:33 +0200
c2hs (0.13.6-5) unstable; urgency=low
@@ -275,7 +280,7 @@ c2hs (0.13.6-4) unstable; urgency=low
* Depends on new version of libgmp3.
* Included the text documentation.
* Upload sponsored by John Goerzen <jgoerzen@debian.org>.
-
+
-- Marco Tulio Gontijo e Silva <marcot@minaslivre.org> Sat, 22 Oct 2005 18:08:58 -0200
c2hs (0.13.6-3) unstable; urgency=low
@@ -300,7 +305,7 @@ c2hs (0.13.6-1) unstable; urgency=low
* Depends on ghc6. Closes: #274157.
* Can be build in any architecture. Closes: #319915.
* Upload sponsored by John Goerzen <jgoerzen@debian.org>.
-
+
-- Marco Tulio Gontijo e Silva <marcot@minaslivre.org> Tue, 12 Jul 2005 22:03:14 +0000
c2hs (0.12.0-1) unstable; urgency=low
@@ -355,10 +360,10 @@ c2hs (0.10.15-1) unstable; urgency=low
c2hs (0.9.9-2) unstable; urgency=low
* added xutils to Build-Depends (for lndir)
- (closes: Bug#133419)
+ (closes: Bug#133419)
* added groff to Build-Depends (sgml2txt needs it, and the
deps of current linuxdoc-tools are rather broken, so I
- explicitly put it here for now)
+ explicitly put it here for now)
* bumped Standards-Version to 3.5.6.0
-- Michael Weber <michaelw@debian.org> Tue, 12 Feb 2002 01:13:09 +0100
@@ -414,7 +419,7 @@ c2hs (0.7.8-1) unstable; urgency=low
(c2hs_genbind.dpatch)
* toplevel configure doesn't like ghc4-4.08.1 (work-around)
NOTE: despite the diff.gz is currently a bit messy; it's left like
- that for now, b/c upstream knows and already incorporated a
+ that for now, b/c upstream knows and already incorporated a
real fix.
* used dh_installchangelogs for installing ChangeLog
* added Build-Depends
diff --git a/p/c2hs/debian/control b/p/c2hs/debian/control
index faab8880a..5228a27dd 100644
--- a/p/c2hs/debian/control
+++ b/p/c2hs/debian/control
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 7),
xsltproc,
libxml2-utils
Build-Conflicts: libghc-wash-dev
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/c2hs
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/c2hs
Homepage: http://hackage.haskell.org/package/c2hs
diff --git a/p/c2hs/debian/patches/series b/p/c2hs/debian/patches/series
index b335d8f6a..2493b13c4 100644
--- a/p/c2hs/debian/patches/series
+++ b/p/c2hs/debian/patches/series
@@ -1,4 +1,3 @@
01_fix-stylesheet-path-for-debian.diff
02_fix-docbookx-dtd.diff
03_fix-man-page.diff
-debian-changes-0.16.2-1