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
|
bam (0.5.1-3) unstable; urgency=medium
* Team Upload.
* Make Build cross-buildable (Closes: #985403)
+ d/control: Annotate python3 with :any
+ Drop lua buildflags, they are un-needed
+ d/rules: Include buildtools.mk set DPKG_EXPORT_BUILDTOOLS = nonempty
* Add d/salsa-ci.yml
-- Nilesh Patra <nilesh@debian.org> Mon, 06 Sep 2021 20:23:59 +0530
bam (0.5.1-2) unstable; urgency=medium
* Switch build to python3. (Closes: #936184)
- Add python3.patch
* Point Vcs control headers to salsa.d.o
* Switch to debhelper compat level 12.
-- Felix Geyer <fgeyer@debian.org> Fri, 30 Aug 2019 19:21:48 +0200
bam (0.5.1-1) unstable; urgency=medium
* Team upload.
* New upstream version 0.5.1.
* Switch to compat level 11.
* Declare compliance with Debian Policy 4.2.1.
* Improve debian/watch file.
* Drop old patches because they were fixed upstream.
* Refresh reproducible-build.patch and forward it upstream.
* Add graphviz to Build-Depends.
* Add gendocs.patch and fix a FTBFS because of missing license.txt file.
* Switch to liblua5.3-dev B-D.
* Do nothing with dh_auto_install, otherwise the build will fail.
* Update manpage for new release.
* Use secure Homepage URI.
* Rebase make_unix.patch.
* Support DEB_BUILD_OPTIONS nocheck.
* Ensure bam can be built twice in a row.
-- Markus Koschany <apo@debian.org> Fri, 26 Oct 2018 16:11:30 +0200
bam (0.4.0-5) unstable; urgency=medium
* Make the documentation build reproducible. (Closes: #834160)
- Add reproducible-build.diff
- Thanks to Chris Lamb for the patch.
-- Felix Geyer <fgeyer@debian.org> Thu, 20 Oct 2016 19:10:16 +0200
bam (0.4.0-4) unstable; urgency=medium
* Rename use-debian-liblua.diff to make-unix.diff and:
- Pass build flags to gcc.
- Print commands that are executed.
* debian/rules: include /usr/share/dpkg/buildflags.mk
* Bump debhelper compat level to 9.
* Use https in Vcs-* URLs.
-- Felix Geyer <fgeyer@debian.org> Mon, 25 Apr 2016 20:22:05 +0200
bam (0.4.0-3) unstable; urgency=low
* use-debian-liblua.diff: don't hardcode lua5.1 pkg-config file path.
(Closes: #639052; LP: #831166)
-- Felix Geyer <debfx-pkg@fobos.de> Wed, 24 Aug 2011 18:28:07 +0200
bam (0.4.0-2) unstable; urgency=low
* Fix FTBFS on GNU/kFreeBSD, mips and armhf.
- Add fix-ftbfs-kfreebsd.diff (Closes: #626726)
- Add fix-ftbfs-tests-fpic.diff (Closes: #626749)
* Only install useful doc files.
* Remove Gonéri Le Bouder from Uploaders on his request.
* Remove the test_output folder in clean target. (Closes: #626750)
-- Felix Geyer <debfx-pkg@fobos.de> Wed, 18 May 2011 09:33:59 +0200
bam (0.4.0-1) unstable; urgency=low
* New upstream release.
* Add myself to uploaders.
* Drop bus-error-on-SPARC.diff and GNU_Hurd.diff, fixed upstream.
* Refresh use-debian-liblua.diff for new upstream version.
* Switch to source format 3.0 (quilt).
* Use dh7 tiny rules file.
* Switch to compat level 8.
* Bump Standards-Version to 3.9.2, no changes needed.
* Update watch file and homepage field.
* Enable test suite.
- Add test-error-exit-code.diff to make it exit with an error on
test failure.
* Update man page.
-- Felix Geyer <debfx-pkg@fobos.de> Mon, 09 May 2011 14:25:15 +0200
bam (0.2.0-4) unstable; urgency=low
* Apply Barry GNU/Hurd patch (Closes: #532794)
* Standards-Version: 3.8.2, no change
-- Gonéri Le Bouder <goneri@rulezlan.org> Mon, 27 Jul 2009 23:29:12 +0200
bam (0.2.0-3) unstable; urgency=low
* Add fixes/bus-error-SPARC (Closes: #522571)
* Standard Version 3.8.1, no change
* Clean the .pc directory
-- Gonéri Le Bouder <goneri@rulezlan.org> Sun, 05 Apr 2009 01:46:19 +0200
bam (0.2.0-2) unstable; urgency=low
* Builddepends on liblua5.1-0-dev, don't use the
embedded lua directory anymore
* Builddeps on quilt and pkg-config
-- Gonéri Le Bouder <goneri@rulezlan.org> Sat, 24 Jan 2009 12:24:18 +0100
bam (0.2.0-1) unstable; urgency=low
* Initial release (Closes: #512806)
-- Gonéri Le Bouder <goneri@rulezlan.org> Fri, 23 Jan 2009 23:57:33 +0100
|