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
|
ausweisapp2 (2.3.1-1) unstable; urgency=medium
* New upstream release
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Tue, 18 Mar 2025 15:26:23 +0100
ausweisapp2 (2.3.0-1) unstable; urgency=medium
* New upstream release
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Thu, 06 Mar 2025 12:12:32 +0100
ausweisapp2 (2.2.2-1) unstable; urgency=medium
* New upstream release
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Wed, 23 Oct 2024 15:45:56 +0200
ausweisapp2 (2.2.1-2) unstable; urgency=medium
* Update Build-Depends in debian/control (Closes: #1084146)
- Remove libqt6opengl6-dev
- Rename libqt6shadertools6-dev to qt6-shadertools-dev
- Rename libqt6svg6-dev to qt6-svg-dev
- Rename libqt6websockets6-dev to qt6-websockets-dev
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Sun, 13 Oct 2024 12:47:06 +0200
ausweisapp2 (2.2.1-1) unstable; urgency=medium
* New upstream release
* Drop 0001-Fix-QML-error-with-Qt-6.6.3.patch, fixed upstream
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Wed, 11 Sep 2024 16:43:40 +0200
ausweisapp2 (2.2.0-2) unstable; urgency=medium
* Add patch to fix compatibility with QML 6.6 (Closes: #1076424)
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Tue, 16 Jul 2024 15:12:30 +0200
ausweisapp2 (2.2.0-1) unstable; urgency=medium
* New upstream release
* Add empty override_dh_auto_test target in debian/rules
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Tue, 09 Jul 2024 10:41:23 +0200
ausweisapp2 (2.1.1-2) unstable; urgency=medium
* Add libqt6svg6 to Depends for ausweisapp package
in debian/control (Closes: #1070018)
* Add qml6-module-qtquick-effects to Depends for
ausweisapp package in debian/control (Closes: #1073063)
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Sat, 15 Jun 2024 11:14:44 +0200
ausweisapp2 (2.1.1-1) unstable; urgency=medium
* New upstream release
* Replace pkg-config with pkgconf build dependency in debian/control
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Thu, 11 Apr 2024 11:15:16 +0200
ausweisapp2 (2.1.0-1) unstable; urgency=medium
* New upstream release (Closes: #990913)
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Sun, 03 Mar 2024 16:05:04 +0100
ausweisapp2 (2.0.3-1) unstable; urgency=medium
* New upstream release
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Tue, 23 Jan 2024 15:18:45 +0100
ausweisapp2 (2.0.2-1) unstable; urgency=medium
* New upstream release
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Sat, 13 Jan 2024 12:50:34 +0100
ausweisapp2 (2.0.1-1) unstable; urgency=medium
* New upstream release
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Mon, 18 Dec 2023 21:46:36 +0100
ausweisapp2 (2.0.0-1) unstable; urgency=medium
* New upstream release (Closes: #1057624)
* Drop 0001-Fix-FTBFS-with-Qt-6.6.patch, fixed upstream
* Drop 0002-Update-QML-for-Qt-6.6.patch, fixed upstream
* Rename ausweisapp2 binary package to ausweisapp in debian/control
* Add Breaks and Replaces for ausweisapp2 binary package in debian/control
* Provide transitional ausweisapp2 dummy package in debian/control
* Add file list for ausweisapp binary package as debian/ausweisapp.install
* Update installation path for application icon file in debian/rules
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Fri, 15 Dec 2023 23:53:45 +0100
ausweisapp2 (1.26.7-2) unstable; urgency=medium
* Add patch to fix FTBFS with Qt 6.6
* Add patch to update QML for Qt 6.6
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Tue, 28 Nov 2023 15:22:42 +0100
ausweisapp2 (1.26.7-1) unstable; urgency=medium
* New upstream release
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Thu, 03 Aug 2023 10:58:32 +0200
ausweisapp2 (1.26.6-1) unstable; urgency=medium
* New upstream release
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Tue, 01 Aug 2023 13:31:29 +0200
ausweisapp2 (1.26.5-1) unstable; urgency=medium
* New upstream release
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Thu, 27 Jul 2023 07:51:47 +0200
ausweisapp2 (1.26.4-1) unstable; urgency=medium
* New upstream release
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Thu, 11 May 2023 09:52:39 +0200
ausweisapp2 (1.26.3-1) unstable; urgency=medium
* New upstream release
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Sun, 12 Mar 2023 18:18:21 +0100
ausweisapp2 (1.26.2-1) unstable; urgency=medium
* New upstream release
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Mon, 23 Jan 2023 11:26:14 +0100
ausweisapp2 (1.26.1-1) unstable; urgency=medium
* New upstream release
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Tue, 20 Dec 2022 23:03:05 +0100
ausweisapp2 (1.26.0-1) unstable; urgency=medium
* New upstream release
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Sun, 18 Dec 2022 20:17:04 +0100
ausweisapp2 (1.24.4-1) unstable; urgency=medium
* New upstream release
* Add missing Qt6 QML packages to Depends in debian/control (Closes: #1024062)
* Add pcscd and pcsc-tools to Recommends in debian/control (Closes: #1004439)
* Run wrap-and-sort command to clean up debian/control
* Fix formatting issues in debian/copyright
* Update copyright years in debian/copyright
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Tue, 15 Nov 2022 10:53:09 +0100
ausweisapp2 (1.24.3-1) unstable; urgency=medium
* New upstream release
* Switch Qt5 (build) dependencies to
Qt6 equivalents in debian/control
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Sat, 12 Nov 2022 20:05:08 +0100
ausweisapp2 (1.24.2-1) unstable; urgency=medium
* New upstream release
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Wed, 07 Sep 2022 09:46:00 +0200
ausweisapp2 (1.24.1-1) unstable; urgency=medium
* New upstream release
* Update Standards-Version to 4.6.1 in debian/control
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Mon, 05 Sep 2022 14:04:53 +0200
ausweisapp2 (1.24.0-1) unstable; urgency=medium
* New upstream release
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Wed, 17 Aug 2022 22:16:47 +0200
ausweisapp2 (1.22.7-1) unstable; urgency=medium
* New upstream release
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Fri, 27 May 2022 22:57:28 +0200
ausweisapp2 (1.22.6-1) unstable; urgency=medium
* New upstream release
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Sat, 21 May 2022 17:15:16 +0200
ausweisapp2 (1.22.5-1) unstable; urgency=medium
* New upstream release
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Fri, 15 Apr 2022 21:26:59 +0200
ausweisapp2 (1.22.4-1) unstable; urgency=medium
* New upstream release
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Fri, 18 Feb 2022 07:10:36 +0100
ausweisapp2 (1.22.3-1) unstable; urgency=medium
* New upstream release
* Update Standards-Version to 4.6.0 in debian/control
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Thu, 20 Jan 2022 10:14:21 +0100
ausweisapp2 (1.22.2-1) unstable; urgency=medium
* New upstream release
* Update Standards-Version to 4.5.1 in debian/control
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Sun, 08 Aug 2021 22:03:58 +0200
ausweisapp2 (1.22.1-1) unstable; urgency=medium
* New upstream release
* Drop 0001-Fix-installation-path-of-manpage.patch, fixed upstream
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Fri, 06 Aug 2021 08:22:18 +0200
ausweisapp2 (1.22.0-1) unstable; urgency=medium
* New upstream release (Closes: #960568)
* Add libqt5qmlworkerscript5 to Build-Depends in debian/control
* Fix bogus and missing QML packages in Depends of binary
package in debian/control (Closes: #970085)
* Add patch to fix installation path of manpage
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Wed, 02 Dec 2020 21:18:30 +0100
ausweisapp2 (1.20.2-1) unstable; urgency=medium
* New upstream release
* Update Standards-Version to 4.5.0 in debian/control
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Thu, 03 Sep 2020 13:36:01 +0200
ausweisapp2 (1.20.1-1) unstable; urgency=medium
* New upstream release
* Add missing QML packages to Depends in debian/control
* Drop 0001-Disable-vendor-name.patch, fixed upstream
* Drop 0002-Fix-desktop-icon-path.patch, fixed upstream
* Fix indentation in Depends field in debian/control
* Update source filename for desktop icon in debian/rules
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Sat, 29 Aug 2020 21:47:36 +0200
ausweisapp2 (1.20.0-2) unstable; urgency=medium
* Add missing qml packages to Depends in debian/control (Closes: #951732)
- Add qml-module-qtquick-controls2 to Depends for ausweisapp2 package
- Add qml-module-qtqml-models2 to Depends for ausweisapp2 package
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Sun, 15 Mar 2020 17:16:50 +0100
ausweisapp2 (1.20.0-1) unstable; urgency=medium
* New upstream release
* Add patch to disable vendor name
* Add patch to fix desktop icon path
* Drop 0001-Disable-auto-updater.patch, fixed upstream
* Drop 0002-Disable-Qt-Quick.patch, fixed upstream
* Drop 0003-Fix-path-for-application-icon.patch, fixed upstream
* Drop 0004-Fix-path-for-configuration-file.patch, fixed upstream
* Drop 0005-Fix-path-for-resource-file.patch, fixed upstream
* Drop 0006-Fix-path-for-translation-files.patch, fixed upstream
* Update debian/patches/series
* Add libhttp-parser-dev to Build-Depends
* Add qtdeclarative5-dev to Build-Depends
* Add qtquickcontrols2-5-dev to Build-Depends
* Add qml-module-qt-labs-platform to Depends for ausweisapp2 package
* Improve wording and grammar in summary and description
* Remove manual installation of shared data in debian/rules
* Update installation path of desktop icon in debian/rules
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Sat, 18 Jan 2020 15:59:04 +0100
ausweisapp2 (1.18.2-1) unstable; urgency=medium
* Initial release. (Closes: #881424)
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Sat, 28 Dec 2019 15:56:32 +0100
|