1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662
|
c2hs (0.28.8-2) unstable; urgency=high
[ Ilias Tsitsimpis ]
* Declare compliance with Debian policy 4.6.1
* Declare compliance with Debian policy 4.6.2
* Declare compliance with Debian policy 4.7.0
[ Scott Talbert ]
* Build using dh-haskell
[ Clint Adams ]
* Patch for newer dependencies. closes: #1128692.
-- Clint Adams <clint@debian.org> Sun, 22 Feb 2026 09:52:24 -0500
c2hs (0.28.8-1) unstable; urgency=medium
[ Apollon Oikonomopoulos ]
* Team upload
* New upstream release
+ B-D on libghc-language-c-dev >= 0.9 to ensure GCC-11 compatibility
(closes: #984167)
* Fix paragraph continuation in d/copyright
[ Debian Janitor ]
* Remove MIA uploaders
-- Apollon Oikonomopoulos <apoikos@debian.org> Tue, 01 Feb 2022 19:53:38 +0200
c2hs (0.28.6-1) unstable; urgency=medium
[ Dmitry Bogatov ]
* Add missing "Upstream-Name" field into "debian/copyright".
[ Clint Adams ]
* New upstream release
-- Clint Adams <clint@debian.org> Sun, 28 Jul 2019 20:13:16 -0400
c2hs (0.28.5-2) unstable; urgency=medium
* Bump debhelper compat level to 10
-- Ilias Tsitsimpis <iliastsi@debian.org> Sun, 30 Sep 2018 21:01:06 +0300
c2hs (0.28.5-1) unstable; urgency=medium
* Set Rules-Requires-Root to no.
* New upstream release
-- Clint Adams <clint@debian.org> Mon, 02 Jul 2018 21:00:43 -0400
c2hs (0.28.3-2) unstable; urgency=medium
* Bump to Standards-Version 4.1.4.
-- Clint Adams <clint@debian.org> Mon, 09 Apr 2018 20:04:39 -0400
c2hs (0.28.3-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
* Change Priority to optional. Since Debian Policy version 4.0.1,
priority extra has been deprecated.
* Use the HTTPS form of the copyright-format URL
* Modify d/watch and Source field in d/copyright to use HTTPS
* Declare compliance with Debian policy 4.1.1
[ Clint Adams ]
* New upstream release.
- Copes with newer math.h. closes: #888086.
-- Clint Adams <clint@debian.org> Tue, 23 Jan 2018 20:36:43 -0500
c2hs (0.28.2-1) unstable; urgency=medium
* New upstream release
-- Sean Whitton <spwhitton@spwhitton.name> Sat, 16 Sep 2017 13:28:20 -0700
c2hs (0.28.1-3) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
-- Clint Adams <clint@debian.org> Thu, 27 Oct 2016 18:32:13 -0400
c2hs (0.28.1-2) experimental; urgency=medium
* Temporarily build-depend on ghc 8.
-- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 15:36:30 -0400
c2hs (0.28.1-1) unstable; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
[ Joachim Breitner ]
* New upstream release
-- Joachim Breitner <nomeata@debian.org> Sat, 28 May 2016 13:24:59 +0200
c2hs (0.27.1-1) unstable; urgency=medium
* New upstream release
-- Clint Adams <clint@debian.org> Mon, 11 Jan 2016 01:21:43 -0500
c2hs (0.25.2-4) unstable; urgency=medium
* Switch Vcs-Git/Vcs-Browser headers to new location.
-- Clint Adams <clint@debian.org> Thu, 03 Dec 2015 14:54:01 -0500
c2hs (0.25.2-3) experimental; urgency=medium
* Bump standards-version to 3.9.6
* Depend on haskell-devscripts >= 0.10 to ensure that this package
builds against GHC in experimental
-- Joachim Breitner <nomeata@debian.org> Thu, 20 Aug 2015 10:26:51 +0200
c2hs (0.25.2-2) unstable; urgency=medium
* Upload to unstable
-- Joachim Breitner <nomeata@debian.org> Mon, 27 Apr 2015 11:47:22 +0200
c2hs (0.25.2-1) experimental; urgency=medium
* New upstream release
-- Joachim Breitner <nomeata@debian.org> Sun, 05 Apr 2015 17:10:18 +0200
c2hs (0.17.2-2) experimental; urgency=medium
* Depend on haskell-devscripts 0.9, found in experimental
-- Joachim Breitner <nomeata@debian.org> Sat, 20 Dec 2014 17:09:19 +0100
c2hs (0.17.2-1) unstable; urgency=medium
* New upstream release
-- Joachim Breitner <nomeata@debian.org> Wed, 06 Aug 2014 17:47:02 +0200
c2hs (0.17.1-1) unstable; urgency=medium
* New upstream release
-- Joachim Breitner <nomeata@debian.org> Wed, 16 Apr 2014 10:30:00 +0200
c2hs (0.16.5-1) unstable; urgency=low
[ Joachim Breitner ]
* Adjust watch file to new hackage layout
[ Raúl Benencia ]
* New upstream release (Closes: #709835)
* Drop patches/language-c-version-bump as it's no longer needed
-- Raúl Benencia <rul@kalgan.cc> Fri, 28 Feb 2014 13:42:39 -0300
c2hs (0.16.4-2) unstable; urgency=low
* Enable compat level 9
-- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 12:49:41 +0200
c2hs (0.16.4-1) experimental; urgency=low
* Depend on haskell-devscripts 0.8.13 to ensure this packages is built
against experimental
* Bump standards version, no change
* New upstream release
-- Joachim Breitner <nomeata@debian.org> Thu, 08 Nov 2012 22:28:20 +0100
c2hs (0.16.3-2) unstable; urgency=low
* patches/language-c-version-bump: Patch to work with language-c-0.4.2
(Closes: #641112)
* Specify version constraints of libghc-language-c-dev in Build-Depends.
-- Joachim Breitner <nomeata@debian.org> Sat, 10 Sep 2011 15:36:46 +0200
c2hs (0.16.3-1) unstable; urgency=low
[ Marco Silva ]
* Use ghc instead of ghc6
[ 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
[ Marco Túlio Gontijo e Silva ]
* debian/copyright: Specify revision of Format-Specification:.
* debian/patches/04_ghc6-6.12.diff: Use DEP-3 format.
* Use debian/compat 7.
[ Joachim Breitner ]
* New upstream release.
* Remove patch 04_ghc6-6.12.diff
-- Joachim Breitner <nomeata@debian.org> Fri, 23 Apr 2010 14:33:24 +0200
c2hs (0.16.0-1) unstable; urgency=low
[ Erik de Castro Lopo ]
* New upstream.
* debian/control:
- Maintainer is now Debian Haskell Group with two uploaders.
- Make Vcs-* fields point to darcs.
- Homepage now points to Hackage.
- Standards version 3.8.3.
- Move Build-Depends-Indep entries to Build-Depends.
- Update Build-Depends.
- Use haskell-descripts Depends/Recommends/Suggests replacements.
* debian/watch: Point to Hackage.
* debian/rules: Switch to haskell-devscripts for build.
* debian/c2hs.install: Changes required due to change in build.
* debian/patches/ : Convert dpatch patches to quilt.
[ Marco Túlio Gontijo e Silva ]
* debian/control: Change Priority: to extra.
* debian/watch: Use format that works for --download-current-version.
* debian/watch: Add .tar.gz to downloaded filename.
* debian/watch: Include package name in downloaded .tar.gz.
* debian/control: Change Section: to haskell.
* debian/watch: Remove spaces, since they're not allowed by uscan.
* debian/control: Use Vcs-Browser: field.
* debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
* Use 3.0 (quilt) source format.
* Include patch to work with ghc6-6.12.
* debian/copyright: Use DEP-5 format.
* debian/control: Bump Build-Depends: on haskell-devscripts to 0.7 and
remove versioned Build-Depends on ghc6.
* debian/control: Correct spacing of Homepage: field.
-- Marco Túlio Gontijo e Silva <marcot@debian.org> Fri, 12 Feb 2010 22:34:33 -0200
c2hs (0.15.1-4) unstable; urgency=low
* debian/control:
- Add doc-base to the Suggests of c2hs-doc.
- Let the Vcs-* fields point the trunk branch.
-- Arjan Oosting <arjan@debian.org> Sun, 16 Mar 2008 23:40:39 +0100
c2hs (0.15.1-3) unstable; urgency=low
* Fix lintian warnings:
- 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
109: warning: `Bc2hs' not defined.
* debian/rules:
- Remove configure-stamp on clean.
-- Arjan Oosting <arjan@debian.org> Sun, 16 Mar 2008 15:36:20 +0100
c2hs (0.15.1-2) unstable; urgency=low
* Update for GHC 6.8.2 which ships a new Cabal version:
- debian/patches/00list: Disable 02_backport-to-old-cabal.
- debian/control: Bump build dependency on ghc6 to 6.8.2.
- debian/rules: Remove installed license file COPYING.
-- Arjan Oosting <arjan@debian.org> Mon, 07 Jan 2008 11:16:19 +0100
c2hs (0.15.1-1) unstable; urgency=low
* New upstream release:
* debian/c2hs.1: Removed as upstream ships the man page again.
* debian/c2hs-doc.doc-base:
- We only have html documentation so remove the "Format: text" entry.
- Adjust paths to the html documentation.
* debian/control:
- Update Build-Depends-Indep for the changed way upstream builds the
Users Guide.
- Replace Xs-Vcs-* fields with the new official Vcs-* fields.
- Bump Standards-Version to 3.7.3. No changes needed.
- Add Homepage field.
* debian/copyright:
- Fix lintian error "copyright-file-contains-full-gfdl-license".
* debian/rules:
- Export DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE as
/usr/share/doc/autotools-dev/README.Debian.gz suggests.
- Call make -C doc in build-indep target to make the Users Guide.
* debian/patches/11_documentation-fix.dpatch: Removed. Fixed upstream.
* debian/patches/01_update-manpage.dpatch: Removed. Man page is not
generated during build anymore.
* debian/patches/01_fix-stylesheet-path-for-debian.dpatch: Added.
Adjust the Makefile for the path to the stylesheet, which is
different in Debian.
* debian/patches/02_backport-to-old-cabal.dpatch: Added. Adjust .cabal
for old Cabal version shipped with GHC 6.6.1
* debian/c2hs.manpages: Added.
-- Arjan Oosting <arjan@debian.org> Mon, 07 Jan 2008 01:07:37 +0100
c2hs (0.15.0-1) experimental; urgency=low
* New upstream release.
* debian/c2hs.1: Added temporarily.
* debian/c2hs.install:
- Updated for new release.
* debian/control:
- Add alex and happy to the Build-Depends.
- 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.
* debian/patches:
- Disabled 01_update-manpage and 11_documentation-fix as the tarball
does not ship any documentation.
- Removed 02_generate-manpage, 03_install-manpage,
04_add-destdir-support, 05_fix-tests, 08_fix-autoconf-warning,
10_update-configure and 12_nostrip.
The build system no longer uses autotools and makefiles.
- Removed 06_fix-Setup-for-ghc-6.4.2, 07_new-Data.Set-api and
09_replace-deprecated-withObject. Fixes are included upstream
* debian/rules:
- Tarball does not ship tests or documentation so removed
corresponding lines from debian/rules.
- No need to copy up-to-date config.{sub,guess} files as they are not
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
* debian/control:
- Update XS-Vcs-* fields as the packages has moved to the pkg-haskell
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
* debian/compat: Change to debhelper compatibility level 5.
* debian/control:
- Add XS-Vcs-Browser field.
- Bump dependency on debhelper to debhelper 5 or higher.
-- Arjan Oosting <arjan@debian.org> Wed, 11 Apr 2007 23:53:47 +0200
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.
Thanks, Marco Túlio Gontijo e Silva (Closes: #408400)
-- Arjan Oosting <arjan@debian.org> Sat, 27 Jan 2007 13:28:10 +0100
c2hs (0.14.5-6) unstable; urgency=medium
* debian/patches/09_replace-deprecated-withObject: Replace all
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.
-- Arjan Oosting <arjan@debian.org> Thu, 14 Dec 2006 00:06:12 +0100
c2hs (0.14.5-5) unstable; urgency=low
* Stop using update-haskell-control and $ghc6_* variables, as it is not
necessary and not using it simplifies the work for porters and for me.
-- Arjan Oosting <arjan@debian.org> Sat, 21 Oct 2006 22:49:45 +0200
c2hs (0.14.5-4) unstable; urgency=medium
* debian/control.in:
- Add XS-Vcs-Svn field pointing to subversion archive which contains
this package.
- Cleanup the Depends line of c2hs-doc.
- Change maintainer address.
* debian/patches/07_new-Data.Set-api.dpatch: added. GHC version 6.6
requires the new Data.Set API. (Closes: 393585)
* debian/patches/08_fix-autoconf-warning.dpatch: added. Fix warning
about datarootdir with newer versions of autoconf.
-- Arjan Oosting <arjan@debian.org> Tue, 17 Oct 2006 02:55:28 +0200
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)
- Fix bashism. (thanks John Goerzen)
-- Arjan Oosting <arjanoosting@home.nl> Sat, 1 Jul 2006 20:19:52 +0200
c2hs (0.14.5-2) unstable; urgency=low
* Update package for ghc6 version 6.4.2.
* debian/control.in:
- remove libghc6-cabal-dev from Build-Depends.
- add ghc6 (>= 6.4.2) to Build-Depends to get Cabal version >= 1.1.4.
- add ppc64 to Architectures as ghc6 is now available on ppc64.
* debian/patches/01_update-manpage.dpatch: updated. Fix typo.
* debian/patches/06_fix-Setup-for-ghc-6.4.2.dpatch: added. Replace
Setup.hs with version from upstream VCS to fix build with ghc 6.4.2.
-- Arjan Oosting <arjanoosting@home.nl> Fri, 30 Jun 2006 22:49:46 +0200
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.
* added debian/control.in
- drop the libghc6-c2hs-dev package.
- use $ghc6_app_bdeps, $ghc6_arches substitution variables from
update-haskell-control to get the build dependency on ghc6 and
architecture list for c2hs.
- replace ${Source-Version} with ${binary:Version} and
${source:Version} to make the package binNMU safe.
- add build dependency on dpkg-dev (>= 1.13.19) which introduces
${binary:Version} and ${source:Version}.
- move groff and linuxdoc-tools to Build-Depends-Indep.
* debian/copyright: add copyright notice for the manual which is
licensed under the GNU Free Document License.
* 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
* QA upload.
* Maintainer field set to the QA group.
* Long description typo fixed. Closes: #363190
* Standards-Version bumped.
-- Emanuele Rocca <ema@debian.org> Mon, 8 May 2006 21:15:01 +0200
c2hs (0.13.6-4.1) unstable; urgency=low
* Non-maintainer upload.
* apply patch to fix incorrect paths in c2hs.conf. Closes: #337799.
-- Pierre Habouzit <madcoder@debian.org> Sat, 15 Apr 2006 22:36:21 +0200
c2hs (0.13.6-4) unstable; urgency=low
* New debian/rules: Erases some files that make distclean forgets.
* Package splited in 3 packages for compliance with ghc packages
standard.
* 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
* Added patch for compiling the tests. Thanks to Stefan Potyra
<sistpoty@stud.uni-erlangen.de>. Closes: #330728
* Upload sponsored by John Goerzen <jgoerzen@debian.org>.
-- Marco Tulio Gontijo e Silva <marcot@minaslivre.org> Sun, 9 Oct 2005 13:44:41 -0300
c2hs (0.13.6-2) unstable; urgency=low
* Added groff in Build-Depends. Thanks to Andreas Jochens <aj@andaco.de>
and Kurt Roeckx <kurt@roeckx.be>. Closes: #328910, #328954.
* Upload sponsored by John Goerzen <jgoerzen@debian.org>.
-- Marco Tulio Gontijo e Silva <marcot@minaslivre.org> Sun, 18 Sep 2005 13:57:11 -0300
c2hs (0.13.6-1) unstable; urgency=low
* New upstream version.
* 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
* NMU (with maintainer's permission).
* New upstream version. Closes: #202458.
* Tarball is repacked to avoid problems with some files being in the
tarball twice. Closes: #182548.
* Removed "Recommends: ghc | ghc5" (seems redundant as ghc5 is being
depended on and no other GHC is useful).
* Force dependency to be on ghc5 rather than any other ghc (doesn't
get ghc6 dependencies right currently).
-- Ian Lynagh (wibble) <igloo@debian.org> Tue, 18 Nov 2003 21:24:11 +0000
c2hs (0.10.17-1) unstable; urgency=low
* New upstream release
* removed patch c2hs_clean.dpatch (applied by upstream)
* compiled with ghc5_5.04.2-1
(closes: Bug#177552)
* implemented proper auto* handling (config.*, autoconf)
* added autotools-dev to build-deps, bumped needed autoconf version to
>= 2.52
* removed ghc4 alternative from Build-Deps to make builds from
buildds deterministic
(closes: Bug#164086)
* set docdir for manpages
(closes: Bug#171386)
* adjusted debian/copyright with new version number
-- Michael Weber <michaelw@debian.org> Wed, 5 Feb 2003 00:23:07 +0100
c2hs (0.10.15-1) unstable; urgency=low
* New upstream release
* compiled with ghc5_5.04-1
* had to repack upstream tarball, because dpkg-source acted up :(
(c2hs-0.10.15/ -> c2hs-0.10.15.orig/)
* use numeric uid for installations in debian/rules
* adjusted doc installation to comply with upstream package
* made ghc dependency versioning more strict (basically every new
release is incompatible with the previous one)
* use target "cleanall" instead of "clean"
* proper source tree cleanup
(c2hs_clean.dpatch)
* default target is 'build'
* added target 'show-depends'
-- Michael Weber <michaelw@debian.org> Sat, 20 Jul 2002 22:57:25 +0200
c2hs (0.9.9-2) unstable; urgency=low
* added xutils to Build-Depends (for lndir)
(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)
* bumped Standards-Version to 3.5.6.0
-- Michael Weber <michaelw@debian.org> Tue, 12 Feb 2002 01:13:09 +0100
c2hs (0.9.9-1) unstable; urgency=low
* New upstream release
* cleaned up patches, removed hack introduced in 0.8.2-2
(solved by upstream)
* adjusted build-deps (sgml-tools -> linuxdoc-tools)
* more build-deps tweaks (ghc5 now fallback)
* removed INSTALL from package to shut up lintian
(package now lintian clean again)
* unwedged build process a bit
+ removed install-stamp
+ uses dh_gencontrol interface to debian/substvars now
+ uses Depends: instead of Conflicts:
* adjusted debian-test.c2hs to work around Makefile humbug
-- Michael Weber <michaelw@debian.org> Tue, 16 Oct 2001 11:17:25 +0200
c2hs (0.8.2-2) unstable; urgency=low
* recompile w/ ghc-5.00 against libgmp3
* small hack to make it work w/ ghc-5.00
-- Michael Weber <michaelw@debian.org> Sun, 15 Apr 2001 16:22:06 +0200
c2hs (0.8.2-1) unstable; urgency=low
* New upstream release
* removed 4.08.1 workaround patch, as upstream incorporated fix as
promised
* adjusted email in README.Debian
* c2hs/todo -> c2hs/TODO
* added preliminary support for debian-test package
* added proper Conflicts to binary incompatible versions of package
ghc4 (automagically).
NOTE: Mail me ASAP, if this change rises any problems during
upgrades etc.
-- Michael Weber <michaelw@debian.org> Sun, 11 Mar 2001 02:00:29 +0100
c2hs (0.7.8-1) unstable; urgency=low
* New upstream release
* manpages now in upstream release
* adjusted watch files to match ``c2hs-([.0-9]*)\.tar\.gz'', because
of wrong filename detection
* removed patch (now in upstream)
(c2hs_c2hsbase_ghc408hack.dpatch)
* removed patch (solved by upstream)
(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
real fix.
* used dh_installchangelogs for installing ChangeLog
* added Build-Depends
* bumped Standards-Version to 3.2.1
-- Michael Weber <michaelw@debian.org> Sun, 14 Jan 2001 21:18:23 +0100
c2hs (0.7.6-3) unstable; urgency=low
* unreleased
* changed email address to @debian.org
-- Michael Weber <michaelw@debian.org> Sun, 14 Jan 2001 19:04:04 +0100
c2hs (0.7.6-2) unstable; urgency=low
* changed Architeture to "i386" for the moment
* recompiled with ghc-4.08.0
* updated rules.local
* added float handling patch for c2hs/gen/GenBind.hs
(c2hs_genbind.dpatch)
* small hack to make c2hs work with ghc-4.08
(c2hs_c2hsbase_ghc408hack.dpatch)
* adjusted version regexp
-- Michael Weber <michael.weber@post.rwth-aachen.de> Tue, 1 Aug 2000 16:31:40 +0200
c2hs (0.7.6-1) unstable; urgency=low
* New upstream release
* removed `c2hs_doc.dpatch' (incorporated by upstream)
* slightly modified patch rules in rules.local
* removed c2hs/tests from dh_installexamples as upstream now installs
them
* adjusted upstream email in copyright, c2hs.1.in, c2hs-config.1.in,
doc-base.package
* adjusted `watch' to new upstream location
-- Michael Weber <michael.weber@post.rwth-aachen.de> Mon, 17 Apr 2000 15:27:22 +0200
c2hs (0.7.3-2) unstable; urgency=low
* added more examples from the distribution
* minor cleanups in debian/rules
* fixed bug in directory structure
-- Michael Weber <michael.weber@post.rwth-aachen.de> Mon, 15 Nov 1999 20:01:48 +0100
c2hs (0.7.3-1) unstable; urgency=low
* Initial Release.
* wrote man-pages for c2hs and c2hs-config
-- Michael Weber <michael.weber@post.rwth-aachen.de> Sat, 13 Nov 1999 22:13:15 +0100
|