[Pkg-haskell-commits] darcs: c2hs: New upstream.
Erik de Castro Lopo
erikd at mega-nerd.com
Mon May 9 23:11:00 UTC 2011
Mon May 9 23:10:45 UTC 2011 Erik de Castro Lopo <erikd at mega-nerd.com>
* New upstream.
Ignore-this: 1841b0502b3a2417e68ffa92441832ed
R ./c2hs-doc.doc-base
M ./changelog -20 +25
M ./control -1 +1
M ./patches/series -1
Mon May 9 23:10:45 UTC 2011 Erik de Castro Lopo <erikd at mega-nerd.com>
* New upstream.
Ignore-this: 1841b0502b3a2417e68ffa92441832ed
diff -rN -u old-c2hs/c2hs-doc.doc-base new-c2hs/c2hs-doc.doc-base
--- old-c2hs/c2hs-doc.doc-base 2011-05-09 23:10:57.747347936 +0000
+++ new-c2hs/c2hs-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
@@ -1,16 +0,0 @@
-Document: c2hs-doc
-Title: C->Haskell Manual
-Author: Manuel M. T. Chakravarty <chak at 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 -rN -u old-c2hs/changelog new-c2hs/changelog
--- old-c2hs/changelog 2011-05-09 23:10:57.747347936 +0000
+++ new-c2hs/changelog 2011-05-09 23:10:57.755348360 +0000
@@ -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 at 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 at mega-nerd.com> Tue, 10 May 2011 08:38:17 +1000
c2hs (0.16.2-1) unstable; urgency=low
@@ -12,8 +17,8 @@
* 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 at debian.org> Fri, 23 Apr 2010 14:33:24 +0200
@@ -63,10 +68,10 @@
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 @@
- 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 @@
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 at debian.org> Sun, 16 Sep 2007 20:48:55 +0200
c2hs (0.14.5-9) unstable; urgency=low
@@ -151,7 +156,7 @@
subversion archive.
* debian/patches/12_nostrip.dpatch:
- Do not unconditionally strip binaries. (Closes: #436611)
-
+
-- Arjan Oosting <arjan at debian.org> Sun, 12 Aug 2007 14:38:33 +0200
c2hs (0.14.5-8) unstable; urgency=low
@@ -168,7 +173,7 @@
* 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 at debian.org> Sat, 27 Jan 2007 13:28:10 +0100
@@ -179,7 +184,7 @@
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 at debian.org> Thu, 14 Dec 2006 00:06:12 +0100
@@ -209,7 +214,7 @@
* 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 at home.nl> Sat, 1 Jul 2006 20:19:52 +0200
@@ -232,7 +237,7 @@
* 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 @@
* 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 at home.nl> Fri, 23 Jun 2006 21:33:33 +0200
c2hs (0.13.6-5) unstable; urgency=low
@@ -275,7 +280,7 @@
* Depends on new version of libgmp3.
* Included the text documentation.
* Upload sponsored by John Goerzen <jgoerzen at debian.org>.
-
+
-- Marco Tulio Gontijo e Silva <marcot at minaslivre.org> Sat, 22 Oct 2005 18:08:58 -0200
c2hs (0.13.6-3) unstable; urgency=low
@@ -300,7 +305,7 @@
* Depends on ghc6. Closes: #274157.
* Can be build in any architecture. Closes: #319915.
* Upload sponsored by John Goerzen <jgoerzen at debian.org>.
-
+
-- Marco Tulio Gontijo e Silva <marcot at minaslivre.org> Tue, 12 Jul 2005 22:03:14 +0000
c2hs (0.12.0-1) unstable; urgency=low
@@ -355,10 +360,10 @@
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 at debian.org> Tue, 12 Feb 2002 01:13:09 +0100
@@ -414,7 +419,7 @@
(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 -rN -u old-c2hs/control new-c2hs/control
--- old-c2hs/control 2011-05-09 23:10:57.743347724 +0000
+++ new-c2hs/control 2011-05-09 23:10:57.755348360 +0000
@@ -16,7 +16,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 -rN -u old-c2hs/patches/series new-c2hs/patches/series
--- old-c2hs/patches/series 2011-05-09 23:10:57.743347724 +0000
+++ new-c2hs/patches/series 2011-05-09 23:10:57.751348148 +0000
@@ -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
More information about the Pkg-haskell-commits
mailing list