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
|
qgit (2.10-2) unstable; urgency=medium
[ Debian Janitor ]
* Remove an unnecessary constraint on B-D: cmake.
* Remove explicit -Wl,--as-needed.
* Add Archive to debian/upstream/metadata.
-- Andrey Rahmatullin <wrar@debian.org> Fri, 14 Jan 2022 22:58:48 +0500
qgit (2.10-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.6.0.
-- Andrey Rahmatullin <wrar@debian.org> Fri, 14 Jan 2022 22:32:39 +0500
qgit (2.9-2) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Repository.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Andrey Rahmatullin ]
* Fix loading of invalid cache file (Closes: #926327).
* Update standards version to 4.5.1, no changes needed.
* Switch to the debhelper compat level 13.
-- Andrey Rahmatullin <wrar@debian.org> Thu, 21 Jan 2021 23:08:02 +0500
qgit (2.9-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.4.1.
* Switch from debian/compat to B-D: debhelper-compat.
* Switch to the debhelper compat level 12.
* Update debian/watch.
-- Andrey Rahmatullin <wrar@debian.org> Sat, 26 Oct 2019 22:40:56 +0500
qgit (2.8-1) unstable; urgency=medium
* New upstream release.
+ fixes custom actions (Closes: #873621).
* Remove Wartan Hachaturow from Maintainer.
* Switch to the debhelper compat level 11.
* Update Vcs-* to reflect the move to salsa.
* Bump Standards-Version to 4.2.0 (no change needed).
* Update Homepage.
* Add Rules-Requires-Root: no.
* Add a DEP3 header to remove-checkout-shortcut.patch.
-- Andrey Rahmatullin <wrar@debian.org> Mon, 06 Aug 2018 20:09:20 +0500
qgit (2.7-2) unstable; urgency=medium
* Disable Ctrl+C shortcut for checkout (Closes: #867171).
-- Andrey Rahmatullin <wrar@debian.org> Sun, 09 Jul 2017 21:16:02 +0500
qgit (2.7-1) unstable; urgency=medium
* Upload to unstable
* Bump Standards-Version to 4.0.0 (no change needed)
-- Andrey Rahmatullin <wrar@debian.org> Sun, 25 Jun 2017 01:19:33 +0500
qgit (2.7-1~exp1) experimental; urgency=medium
* New upstream release
+ fix a spelling error (Closes: #851193)
* Upload to experimental
* Bump the cmake version in B-D to 2.8.11
* Switch to the debhelper compat level 10
* Install the upstream desktop file
* Bump Standards-Version to 3.9.8 (no change needed)
-- Andrey Rahmatullin <wrar@debian.org> Sat, 04 Mar 2017 20:17:52 +0500
qgit (2.6-1) unstable; urgency=medium
* New upstream release
* Bump Standards-Version to 3.9.7 (no change needed)
* Update Vcs-* fields to use HTTPS
* Drop the menu file
* Drop the MimeType field from .desktop as qgit cannot open directories from
the command line anyway (Closes: #641745)
-- Andrey Rahmatullin <wrar@debian.org> Sun, 27 Mar 2016 15:46:03 +0500
qgit (2.5-2) unstable; urgency=low
* Fix the binary installaton path with recent Qt (Closes: #724814)
* Drop stgit from Recommends
* Use canonical paths in Vcs-* fields
-- Andrey Rahmatullin <wrar@wrar.name> Mon, 14 Oct 2013 23:59:26 +0600
qgit (2.5-1) unstable; urgency=low
* Upload to unstable
-- Andrey Rahmatullin <wrar@wrar.name> Sat, 04 May 2013 19:09:15 +0600
qgit (2.5-1~exp1) experimental; urgency=low
* Upload to experimental
* New upstream release
* Bump Standards-Version to 3.9.4 (no change needed)
-- Andrey Rahmatullin <wrar@wrar.name> Sat, 22 Sep 2012 00:00:56 +0600
qgit (2.4-1) unstable; urgency=low
* New upstream release
* debian/control:
- update Homepage
- bump Standards-Version to 3.9.3 (no change needed)
- update the B-D for debhelper to >= 9
* debian/compat:
- bump to 9
* Add debian/watch
* debian/rules:
- convert to dh(1)
- link with --as-needed
- enable parallel building
- enable all hardening options
* debian/docs:
- package TODO.txt
* debian/install:
- do not install qgit binary manually
* debian/patches:
- add fix-format-security.patch to fix building with
-Werror=format-security
- drop git-repo-config-deprecated.patch, included upstream
-- Andrey Rahmatullin <wrar@wrar.name> Fri, 15 Jun 2012 20:50:14 +0600
qgit (2.3-2) unstable; urgency=low
* Depend on git instead of git-core (Closes: #599201)
* Fix qgit.desktop (Closes: #549648)
* Suggest source-highlight (Closes: #547972)
* Use git config instead of git repo-config (Closes: #626008)
* Change source format to 3.0 (quilt)
* Switch to debhelper compatibility level 8
* Install the application icon and use it in qgit.desktop
* Fix some spelling errors
-- Andrey Rahmatullin <wrar@wrar.name> Wed, 01 Jun 2011 21:17:16 +0600
qgit (2.3-1) unstable; urgency=low
* New upstream release
* Add .desktop file
* Closes: #533161, #525331, #527911, #485930
-- Wartan Hachaturow <wart@debian.org> Fri, 19 Jun 2009 14:06:16 +0400
qgit (2.2-1) unstable; urgency=low
* New upstream release
* Closes: #456365
-- Wartan Hachaturow <wart@debian.org> Tue, 24 Mar 2009 19:10:51 +0300
qgit (1.5.7-1) unstable; urgency=low
* New upstream release
* Closes: #441570, #441280
* Get rid of config.sub and config.guess, Closes: #441286
-- Wartan Hachaturow <wart@debian.org> Thu, 13 Sep 2007 00:18:01 +0400
qgit (1.5.5-1) unstable; urgency=low
* New upstream release
* Closes: #412451
-- Wartan Hachaturow <wart@debian.org> Sat, 17 Mar 2007 12:31:40 +0300
qgit (1.5.1-1) unstable; urgency=low
* New upstream release
-- Wartan Hachaturow <wart@debian.org> Sat, 16 Sep 2006 00:15:41 +0400
qgit (1.4-1) unstable; urgency=low
* New upstream release
* Minor package description improvement, Closes: #373640
-- Wartan Hachaturow <wart@debian.org> Wed, 30 Aug 2006 22:39:49 +0400
qgit (1.3-1) unstable; urgency=low
* New upstream release
-- Wartan Hachaturow <wart@debian.org> Wed, 14 Jun 2006 01:08:32 +0400
qgit (1.2-1) unstable; urgency=low
* Initial release
* Closes: #366160
-- Wartan Hachaturow <wart@debian.org> Wed, 3 May 2006 14:43:11 +0400
|