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
|
gummi (0.8.1-1) unstable; urgency=medium
* Team Upload
* New upstream version 0.8.1 (Closes: #951634)
* Add upstream/metadata
* Add "Rules-Requires-Root:no"
* Fix control with cme
* Remove Redundanct Files-Excluded section
+it is not in the upstream anymore
* Fix spellings
* Add salsa-ci file (routine-update)
-- Nilesh Patra <npatra974@gmail.com> Wed, 25 Mar 2020 18:27:44 +0000
gummi (0.7.999-1) unstable; urgency=medium
* New upstream release.
* Remove all patches: applied upstream.
* debian/control:
+ Bump Standards-Version to 4.4.1.
+ Build-depend on debhelper-compat = 12 instead of debhelper >= 11.
+ Adjust Build-dependencies for new upstream release. Among others,
gummi was ported to GTK3 and now Build-Depends on gtksourceview3
instead of gtksourceview2 (Closes: #885681).
+ Adjust binary description to match new upstream release.
* Remove debian/compat, useless because of debhelper-compat.
* Bump copyright years.
* Run wrap-and-sort -a.
-- Hugo Lefeuvre <hle@debian.org> Thu, 31 Oct 2019 09:43:51 +0100
gummi (0.6.6-5) unstable; urgency=high
* Fix FTBFS again new libsyntex (Closes: #896566).
Ack Samuel Thibault for the patch !
* Bump Standards-Version to 4.1.4.
* Bump compat to 11. Update debhelper dependency accordingly.
* Update Vcs-* fields (salsa migration).
* Bump copyright years.
* Bump debian/watch to version 4.
* Remove unnecessary --parallel build option.
* Remove trailing whitespaces from debian/changelog.
-- Hugo Lefeuvre <hle@debian.org> Tue, 15 May 2018 21:38:45 -0400
gummi (0.6.6-4) unstable; urgency=medium
* Upload to unstable.
* Bump Standards-Version to 4.0.0.
* Remove dependency on dh-autoreconf (useless because compat=10).
* Remove --with autoreconf in debian/rules.
-- Hugo Lefeuvre <hle@debian.org> Tue, 29 Aug 2017 11:50:27 +0200
gummi (0.6.6-3) experimental; urgency=low
* debian/rules:
+ Enable parallel building (Closes: #820617).
+ Add hardening flags to the build options.
* Bump compat level to 10, update debhelper dependency accordingly.
* Bump copyright years in debian/copyright.
-- Hugo Lefeuvre <hle@debian.org> Sat, 10 Jun 2017 11:28:49 +0200
gummi (0.6.6-2) unstable; urgency=low
* New Maintainer (Closes: #816502).
* debian/control:
+ Add Hugo Lefeuvre in the Uploaders field, remove Daniel Stender.
+ Bump Standards-Version to 3.9.8.
+ Use HTTPS protocol in the Vcs-Browser field.
+ Update Vcs-Git to use an encrypted transport protocol.
+ Run wrap-and-sort.
* debian/copyright:
+ Add a copyright entry for Hugo Lefeuvre;
+ Update Format field to match DEP5 recommandations.
-- Hugo Lefeuvre <hle@debian.org> Mon, 20 Jun 2016 21:29:41 +0200
gummi (0.6.6-1) unstable; urgency=medium
* New upstream release (Closes: #812577).
* deb/copyright:
+ installed Files-Excluded (stripping src/gummi, src/syncTeX).
+ expanded copyright spans.
* Updated use-system-synctex.patch.
* Dropped:
+ no-predictable-tmpfiles.patch (CVE-2015-7758 solved by upstream).
+ gummi.desktop.patch (applied upstream).
+ upgrade_datadir.patch (applied upstream).
+ add-missing-chooser-title.patch (originated from upstream).
+ libgthread-2.0_link.patch (applied upstream).
+ automake-subdirs.patch (applied upstream, src/Makefile.am).
-- Daniel Stender <debian@danielstender.com> Wed, 27 Jan 2016 21:18:48 +0100
gummi (0.6.5-7) unstable; urgency=medium
* Added add-missing-chooser-title.patch (Closes: #785605).
* Added upgrade_datadir.patch (Closes: #808791).
-- Daniel Stender <debian@danielstender.com> Mon, 28 Dec 2015 18:50:39 +0100
gummi (0.6.5-6) unstable; urgency=medium
* Added no-predictable-tmpfiles.patch, fix of CVE-2015-7758 (Closes: #756432).
-- Daniel Stender <debian@danielstender.com> Sun, 29 Nov 2015 01:35:11 +0100
gummi (0.6.5-5) unstable; urgency=medium
* deb/copyright:
+ changed "MIT" to "Expat".
+ put deb/* under the same license as upstream.
+ updated Source.
* deb/gbp.conf: updated a section header (import-orig).
* Dropped debian/menu because of CTTE #74573 (the binary ships a desktop
file).
* Updated patch headers.
-- Daniel Stender <debian@danielstender.com> Wed, 28 Oct 2015 22:10:44 +0100
gummi (0.6.5-4) unstable; urgency=low
* Use synctex parser provided by libsynctex-dev (Closes: #753827):
+ added use-system-synctex.patch (thanks to Sebastian Ramacher).
+ added libsyntex-dev to b-ds.
* deb/changelog: fixed typos.
* deb/control:
+ Updated Maintainer and Uploaders (package moved to Debian Science).
+ bumped standards to 3.9.6 (no changes needed).
+ updated Vcs-Git and -Browser (Debian Science),
and Homepage (project moved to Github).
* deb/copyright: updated.
* deb/rules: removed override for dh_installchangelogs (obsolete).
* deb/watch: updated (moved to Github).
* added deb/gbp.conf, deb/source/local-options.
* wrap-and-sort -a -s.
-- Daniel Stender <debian@danielstender.com> Wed, 29 Apr 2015 07:14:01 +0200
gummi (0.6.5-3) unstable; urgency=low
* Fix "FTBFS: automake errors":
add patch automake-subdirs.patch:
pass subdir-objects to AM_INIT_AUTOMAKE.
(Closes: #725534) Thanks to Gregor Herrmann.
* deb/control:
+ changed maintainer email address.
+ bumped standards to 3.9.5 (no changes needed).
* deb/copyright:
+ extended copyrights to 2014.
+ changed email address for Daniel Stender.
* added gummi.desktop.patch.
-- Daniel Stender <debian@danielstender.com> Sun, 09 Feb 2014 18:27:00 +0100
gummi (0.6.5-2) unstable; urgency=low
* deb/control:
+ changed VCS fields.
-- Daniel Stender <daniel@danielstender.com> Sat, 01 Jun 2013 18:54:01 +0200
gummi (0.6.5-1) unstable; urgency=low
* New upstream release.
* Bumped standards version to 3.9.4 (no changes needed).
* deb/copyright: extended copyrights to 2013.
* deb/rules:
+ added override for dh_installchangelogs.
+ removed override for dh_auto_test.
* Bumped debhelper level to 9 (deb/control and deb/compat).
* deb/patches:
+ removed fix_fd_leak_path (improved by upstream).
+ changed libgthread-2.0_link.patch.
-- Daniel Stender <daniel@danielstender.com> Sat, 11 May 2013 09:04:29 +0200
gummi (0.6.3-1.2) unstable; urgency=low
* Non-maintainer upload.
* Fix "gummi leaks file descriptors leading to a crash if the fd limit
is reached": add patch fix_fd_leak.patch from Justus Winter:
close file descriptors.
(Closes: #688112)
-- gregor herrmann <gregoa@debian.org> Sun, 30 Sep 2012 17:27:44 +0200
gummi (0.6.3-1) unstable; urgency=low
* New upstream release.
* Added libgthread-2.0_link.patch (from 0.6.1-1ubuntu1):
+ debian/control: added build-dep for dh-autoreconf.
+ debian/rules: added autoreconf to dh plus override.
* debian/rules: added override for dh_auto_clean.
* Bumped standards version to 3.9.3 (no changes needed).
* Changed watch file.
* Changes of debian/copyright:
+ Changed DEP-5 URI.
+ Expanded copyrights to 2012.
-- Daniel Stender <daniel@danielstender.com> Fri, 30 Mar 2012 09:45:02 +0200
gummi (0.6.1-1) unstable; urgency=low
* New upstream release.
* Changes of debian/control:
+ Wrapped-and-sorted.
+ Bumped standards-version to 3.9.2 (no changed needed).
+ Bumped GTK and GLIB build-deps to 2.20 (as needed by upstream).
+ Moved dep on texlive-latex-base moved to recommends (Closes: #647774).
+ Added dep on texlive-extra-utils to recommends (LP: #874045).
+ Changed Homepage URL.
* Changes of debian/copyright:
+ Changed to meet DEP-5, specification bumped to rev. 202.
+ Changed Source URL.
+ Expanded copyrights to 2011.
+ Upstream copyright holders now collected as Gummi-Dev Team.
-- Daniel Stender <daniel@danielstender.com> Fri, 02 Dec 2011 10:09:55 +0100
gummi (0.5.8-1) unstable; urgency=low
* New upstream release.
* Removed spurious build-dep on libpoppler-dev (Closes: #618766).
-- Daniel Stender <daniel@danielstender.com> Mon, 21 Mar 2011 14:50:50 +0100
gummi (0.5.5-1) unstable; urgency=low
* Initial release (closes: #557430).
-- Daniel Stender <daniel@danielstender.com> Fri, 10 Dec 2010 21:02:00 +0100
|