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
|
slxfig (0.2.0~.138-1) unstable; urgency=medium
* New upstream version 0.2.0~.138
* d/copyright: Reflect upstream changes
-- Rafael Laboissière <rafael@debian.org> Fri, 19 Jan 2024 08:44:28 -0300
slxfig (0.2.0~.137-1) unstable; urgency=medium
* New upstream version 0.2.0~.137
* d/control: Bump Standards-Version to 4.6.2 (no changes needed)
* d/copyright: Update list of Copyright years
* d/slang-xfig.lintian-overrides: Fix syntax of Lintian override
-- Rafael Laboissière <rafael@debian.org> Fri, 22 Dec 2023 02:15:13 -0300
slxfig (0.2.0~.136-2) unstable; urgency=medium
[ Debian Janitor ]
* Use secure URI in Homepage field.
* Remove constraints unnecessary since buster (oldstable)
-- Rafael Laboissière <rafael@debian.org> Mon, 05 Dec 2022 13:01:04 -0300
slxfig (0.2.0~.136-1) unstable; urgency=medium
* New upstream version 0.2.0~.136
* d/copyright: Reflect upstream changes
* d/control: Bump Standards-Version to 4.6.1 (no changes needed)
-- Rafael Laboissière <rafael@debian.org> Sat, 28 May 2022 10:59:19 -0300
slxfig (0.2.0~.135-1) unstable; urgency=medium
* New upstream version 0.2.0~.135
-- Rafael Laboissière <rafael@debian.org> Wed, 22 Dec 2021 03:35:45 -0300
slxfig (0.2.0~.134-2) unstable; urgency=medium
* d/p/honor-cppflags-ldflags.patch: Drop patch (applied upstream)
* Adopt package (Closes: #748270)
* d/control: Add Multi-Arch: same
* d/slang-xfig.examples: Install unit tests as examples
-- Rafael Laboissière <rafael@debian.org> Thu, 25 Nov 2021 12:44:34 -0300
slxfig (0.2.0~.134-1) unstable; urgency=medium
* QA upload.
* New upstream version 0.2.0~.134
* d/p/honor-cppflags-ldflags.patch: Refresh for new upstream version
-- Rafael Laboissière <rafael@debian.org> Mon, 22 Nov 2021 15:57:25 -0300
slxfig (0.2.0~.131-4) unstable; urgency=medium
* QA upload.
* d/u/metadata: New file
* d/p/honor-cppflags-ldflags.patch: New patch
* d/p/no-makefile-check.patch: New patch
* d/slang-xfig.lintian-overrides: Add override for
package-contains-documentation-outside-usr-share-doc
-- Rafael Laboissière <rafael@debian.org> Wed, 17 Nov 2021 16:16:45 -0300
slxfig (0.2.0~.131-3) unstable; urgency=medium
* QA upload.
* d/t/control: Add the necessary dependencies for running the unit
tests (fig2dev, ghostscript, and texlive-*)
-- Rafael Laboissière <rafael@debian.org> Thu, 30 Sep 2021 14:53:24 -0300
slxfig (0.2.0~.131-2) unstable; urgency=medium
* QA upload.
* d/control: Drop versioned constraint on jed in Recommends
* d/t/control: Depend in slsh
-- Rafael Laboissière <rafael@debian.org> Thu, 30 Sep 2021 06:12:00 -0300
slxfig (0.2.0~.131-1) unstable; urgency=medium
* QA upload.
* New upstream version 0.2.0~.131
* Create Git repository at Salsa.debian.org.
The Git repository was created with "gbp import-dscs --debsnap",
instead of doing archeological work in the Alioth archives. The layout
of the repository follows the recommendation in DEP-14.
* d/s/format: Use source format 3.0 (quilt)
* Bump debhelper compatibility level to 13 (Closes: #965819)
+ d/control: Set dependency on debhelper-compat = 13
+ d/compat: Drop file
* Switch from CDBS to debhelper
+ d/control: Drop the build-dependencies on cdbs and dpkg-dev
+ d/rules: Use the dh sequencer
* d/control:
+ Change Priority from extra to optional
+ Bump Standards-Version to 4.6.0 (no changes needed)
+ Add Rules-Requires-Root: no
+ Drop uneeded build-dependency on slang-gsl
+ Drop uneeded build-dependency on slang-histogram
The histogram module is now in the libslang2-modules package.
* d/copyright: Convert to DEP-5 format
* Activate dh_autoreconf
+ d/rules: Move the generated autoconf/configure to the top directory
+ d/autoreconf: New file
+ d/p/update-configure.patch: New patch
+ d/source/options: Ignore the configure file
+ d/clean: Remove the leftover directory autoconf/autoconf
* Exercise the unit tests properly
+ d/p/slsh-path-unit-test.patch: New patch
+ d/rules: Run the unit test by setting the SL_SH environment variable
+ d/clean: Remove the files left over by the unit tests
* d/watch:
+ Use secure URI
+ Bump version to 4 (no changes)
* d/t/control: Add autopkgtest support
-- Rafael Laboissière <rafael@debian.org> Tue, 28 Sep 2021 10:58:05 -0300
slxfig (0.2.0~.117-2) unstable; urgency=medium
* QA upload.
* Add the missing build dependencies on texlive-fonts-recommended
and texlive-fonts-extra.
-- Adrian Bunk <bunk@debian.org> Thu, 29 Jun 2017 07:25:10 +0300
slxfig (0.2.0~.117-1) unstable; urgency=medium
* QA upload.
* New upstream release.
* Make build errors in build/slang-xfig fatal.
* Apply patch from Roland Rosenfeld to use fig2dev instead of
the transitional transfig package. (Closes: #866156)
-- Adrian Bunk <bunk@debian.org> Tue, 27 Jun 2017 22:21:20 +0300
slxfig (0.2.0~.35-2) unstable; urgency=medium
* QA (group) upload
* d/control:
+ Remove myself from the Uploaders list (closes: #571891)
+ Set Maintainer to Debian QA Group (orhpaned package)
-- Rafael Laboissiere <rafael@debian.org> Tue, 02 Aug 2016 05:33:02 -0300
slxfig (0.2.0~.35-1.1) unstable; urgency=low
* Non-maintainer upload.
* Fix "FTBFS: configure: error: unable to find the slang library and
header file slang.h": add patch from Ubuntu / Ilya Barygin:
adjust debian/rules to multiarched slang2.
Additionally build-depend on multiarched libslang2-dev and
dpkg-dev (>= 1.16.0)
(Closes: #640688)
-- gregor herrmann <gregoa@debian.org> Sat, 07 Jan 2012 16:14:31 +0100
slxfig (0.2.0~.35-1) unstable; urgency=low
* New usptream release
-- Rafael Laboissiere <rafael@debian.org> Sat, 06 Jun 2009 20:44:41 +0200
slxfig (0.2.0~.33-1) unstable; urgency=low
* New upstream release
* debian/control:
+ Bump Standards-Version to 3.8.1 (no changes needed)
+ The package is now maintained with Git at alioth.debian.org. Add
Vcs-Git field and change Vcs-Browser accordingly.
* debian/copyright:
+ Replace copyright tag (c) by the UTF-8 character © (Lintian warning)
+ Update copyright year and put the Debian packaging under the terms
of GPL-3+
+ Add reference to GPL-2 file
-- Rafael Laboissiere <rafael@debian.org> Thu, 23 Apr 2009 22:42:15 +0200
slxfig (0.2.0~.30-1) unstable; urgency=low
* New upstream version
* debian/watch: Use the upstream author's web site to check for new
versions
* debian/patches/*: Drop patches that were needed for SLang 2.0
* debian/rules: Do not include CDBS' simple-patchsys
* debian/control:
- Bump Standards-Version to 3.8.0 (no changes needed)
- Add ${misc:Depends} to Depends
-- Rafael Laboissiere <rafael@debian.org> Sun, 07 Dec 2008 23:48:19 +0100
slxfig (0~svn.192-4) unstable; urgency=low
* debian/rules: Explicitly add the local-packages directory to
SLSH_PATH. This should fix Bug#471621, but let us see how the
autobuilders behave.
-- Rafael Laboissiere <rafael@debian.org> Thu, 20 Mar 2008 16:48:33 +0100
slxfig (0~svn.192-3) unstable; urgency=low
* debian/control: Append trunk/ to the path in Vcs-Svn:, such that
debcheckout works
* debian/control: Add ghostscript as build-dependency
-- Rafael Laboissiere <rafael@debian.org> Wed, 19 Mar 2008 11:26:31 +0100
slxfig (0~svn.192-2) unstable; urgency=low
* Rebuilt against newer version of libslang2
* debian/control:
+ Dropped Homepage pseudo-header from the extended description
+ Bumped Standards-Version to 3.7.3
-- Rafael Laboissiere <rafael@debian.org> Wed, 05 Dec 2007 11:45:23 +0100
slxfig (0~svn.192-1) unstable; urgency=low
* New SVN upstream "release"
* Added patches to make the package work with libslang 2.0, the version
currently in Debian:
+ 01-fake-feqs: Simulate the call to feqs (which only exists in
libslang 2.1)
+ 02-logic-operator: Replace the "&&" operator by a convoluted if/else
code
* debian/control:
+ Added Homepage field
+ Use the now official Vcs-* fields instead of the obsolete XS-Vcs-*
+ Bumped dependency to libslang 2.1
* debian/watch: Added file
* debian/slxfig.php: Script PHP used for faking an usptream URL whichs
gives the latest SVN revision of the upstream repository
* debian/rules:
+ Install uscan script at people.debian.org
+ Set datarootdir when installing the package
-- Rafael Laboissiere <rafael@debian.org> Wed, 07 Nov 2007 16:34:13 +0100
slxfig (0~svn.114-4) unstable; urgency=low
* debian/control: Bumped the build-dependency on slsh to >= 2.0.7-2,
since this version includes the PNG S-Lang module, needed for the
histplt.sl regression test
* debian/rules: Changed according to the above, which allows running all
the available regression tests
-- Rafael Laboissiere <rafael@debian.org> Thu, 21 Jun 2007 10:17:49 +0200
slxfig (0~svn.114-3) unstable; urgency=low
* debian/control: Build-depends on libslang2-dev such that configure
succeeds (closes: #423535)
* debian/rules: Drop image.png from the list of targets when running the
regression tests. (This should be reverted in the future if/when
the slsh package will include the PNG module, see Bug#423571)
-- Rafael Laboissiere <rafael@debian.org> Sun, 13 May 2007 00:27:25 +0200
slxfig (0~svn.114-2) unstable; urgency=low
* First upload to unstable (closes: #421819)
-- Rafael Laboissiere <rafael@debian.org> Tue, 1 May 2007 21:31:00 +0200
slxfig (0~svn.114-1) unstable; urgency=low
* Initial release
-- Rafael Laboissiere <rafael@debian.org> Tue, 1 May 2007 18:39:42 +0200
|