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 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424
|
galternatives (1.0.8) unstable; urgency=medium
* New maintenance release.
* Fix FTBFS for possible binNMU (Closes: #975045).
[ Sven Mueller ]
* Add build dependency on gir1.2-gdk-3.0 (Closes: #975041).
-- Boyuan Yang <byang@debian.org> Tue, 05 Jan 2021 09:21:27 -0500
galternatives (1.0.7) unstable; urgency=medium
* translations: Update de,nl translation.
(Closes: #953987, #956366)
-- Boyuan Yang <byang@debian.org> Wed, 15 Jul 2020 12:02:48 -0400
galternatives (1.0.6) unstable; urgency=medium
* New maintenance release.
* Rebuild for Ubuntu 20.04 LTS.
* resources/galternatives: Explicitly use python3 in shebang.
* debian/rules: Use dh-sequencer-python3.
* debian/control: Bump Standards-Version to 4.5.0.
* debian/copyright: Refresh information.
* resources: Add an AppStream metainfo XML file.
-- Boyuan Yang <byang@debian.org> Tue, 11 Feb 2020 12:47:57 -0500
galternatives (1.0.5) unstable; urgency=medium
* New maintenance release.
* Correct application title display under GNOME Shell (WMClass).
-- Boyuan Yang <byang@debian.org> Mon, 20 May 2019 16:24:17 -0400
galternatives (1.0.4) unstable; urgency=medium
* New maintenance release.
* Add/update translations, with thanks to:
- Czech, Pavel Borecki.
- Dutch, Frans Spiesschaert (Closes: #921944).
- German, Chris Leick (Closes: #922510).
-- Yangfl <mmyangfl@gmail.com> Wed, 20 Feb 2019 14:57:01 +0800
galternatives (1.0.3) unstable; urgency=medium
* New stable release.
+ Fix translation po file headers.
+ Correct parameters in zh translation.
+ Update copyright year to 2019.
* Rebuild for Debian Buster.
* debian/control:
+ Bump Standards-Version to 4.3.0 (no changes needed).
+ Build-depend on debhelper-compat (= 12) instead of using
debian/compat file.
+ Use "Rules-Requires-Root: no".
-- Boyuan Yang <byang@debian.org> Tue, 22 Jan 2019 13:59:59 -0500
galternatives (1.0.2) unstable; urgency=medium
* New stable release.
+ Replace homemade GtkTemplate with Gtk.Template.
+ Update da.po translation.
* debian/control:
+ Add new dependency gir1.2-gdkpixbuf-2.0.
+ Bump Standards-Version to 4.2.1 (no changes needed).
+ Update my uploader email address and use the @debian.org one.
-- Boyuan Yang <byang@debian.org> Mon, 05 Nov 2018 11:23:48 -0500
galternatives (1.0.1) unstable; urgency=medium
* New stable release.
+ Add more descriptions to alternative groups.
+ Fix some typos.
+ Add function to exit searching with Esc button.
* debian/control: Bump Standards-Version to 4.2.0 (no changes needed).
-- Boyuan Yang <073plan@gmail.com> Fri, 17 Aug 2018 11:23:16 -0400
galternatives (1.0.0) unstable; urgency=medium
* New stable release.
- Add feature to search entries.
* No longer install executable into sbin directory.
* d/copyright: Refresh copyright information.
-- Boyuan Yang <073plan@gmail.com> Thu, 14 Jun 2018 12:17:38 +0800
galternatives (0.92.4) unstable; urgency=medium
* Avoid runtime dependency on distutils.
* Explicitly add distutils as build dependency.
* Bump Standards-Version to 4.1.4 (no changes needed).
-- Boyuan Yang <073plan@gmail.com> Sat, 07 Apr 2018 16:10:00 +0800
galternatives (0.92.3) unstable; urgency=medium
* Add Danish translation (by scootergrisen).
* Fix translation_credit information for fr.po.
* d/control: Add runtime dependency python3-distutils.
Closes: #894142.
-- Boyuan Yang <073plan@gmail.com> Fri, 23 Mar 2018 15:22:06 +0800
galternatives (0.92.2) unstable; urgency=medium
[ Yangfl ]
* New upstream release.
+ Remove gksu support.
+ Mark python3 as default python version.
+ Various improvement.
[ Boyuan Yang ]
* d/control: Bump Standards-Version to 4.1.3.
* d/control: Move Vcs to Salsa platform.
* d/control: Bump debhelper compat to v11.
* d/copyright: Refresh information.
-- Boyuan Yang <073plan@gmail.com> Wed, 31 Jan 2018 00:11:57 +0800
galternatives (0.92.1) unstable; urgency=medium
* Add de translation provided by Chris Leick. (Closes: #879067)
* Update zh_TW translation provided by Gavin Lai.
-- Boyuan Yang <073plan@gmail.com> Wed, 25 Oct 2017 11:08:30 +0800
galternatives (0.92) unstable; urgency=medium
* Drop polkit policy file; provided by dpkg (>= 1.19.0.1).
-- Boyuan Yang <073plan@gmail.com> Tue, 17 Oct 2017 17:34:32 +0800
galternatives (0.91) unstable; urgency=medium
* New release.
+ Minor modification on svg icon.
+ Various fixes.
-- Boyuan Yang <073plan@gmail.com> Thu, 28 Sep 2017 18:23:31 +0800
galternatives (0.90.0) unstable; urgency=medium
* Add a new svg icon.
* Add support for XDG path.
* Port to python3. (Closes: #872989)
* Add some useful command line arguments.
* Various bug fixes and enhancement.
-- Boyuan Yang <073plan@gmail.com> Sat, 26 Aug 2017 22:55:00 +0800
galternatives (0.90.0~exp1) experimental; urgency=medium
* Major rewrite and migration to glade3.
-- Boyuan Yang <073plan@gmail.com> Tue, 22 Aug 2017 13:56:29 +0800
galternatives (0.13.6) unstable; urgency=medium
* Adopt package. (Closes: #856289)
* Fix the bug that properties subwindow become blank.
(Closes: #325172)
* Apply "wrap-and-sort -abst".
* d/compat: bump to v10.
* d/menu: drop obsoleted xpm file and menu file.
* debian/control:
+ Bump Standards-Version to 3.9.8. (No changes needed)
+ Bump dependency to debhelper to 10~.
+ Write collab-maint url for Vcs-*.
* d/copyright: rewrite with machine-readable format.
- Explicitly mark license as GPL-1+ since original declaration
only said "GPL".
* d/rules:
+ Fix grammar for "dh" tool.
* translation:
+ Refresh translations.
+ Add Simplified Chinese translation.
* add a .gitignore file for .mo files.
* bump "galternatives" python package version to 0.13.6.
* remove obsoleted line for "list-mos.sh" in setup.py.
-- Boyuan Yang <073plan@gmail.com> Tue, 13 Jun 2017 08:56:48 +0800
galternatives (0.13.5+nmu4) unstable; urgency=medium
* Non-maintainer upload.
* Migrate from python-support to dh-python. Closes: #786258
* Use source format 3.0 (native).
* debian/control:
+ add dependency on ${misc:Depends}.
+ swap build-dependency on 'python-dev' to 'python'.
+ remove conflict on 'gksu (<< 0.8.0)', that version is long gone.
-- Mattia Rizzolo <mattia@debian.org> Sat, 12 Dec 2015 13:57:27 +0000
galternatives (0.13.5+nmu3) unstable; urgency=medium
* Non-maintainer upload.
* Change all hardcoded instances of /usr/sbin/update-alternatives to
use a variable that points to /usr/bin/update-alternatives.
Closes: #749895. Thanks to Margarita Manterola.
* Apply Ubuntu's changes:
- Update desktop file to current standards and remove empty TryExec
- galternatives.desktop.in, galternatives.desktop: add Settings in
Categories to install icon in Settings menu entry
- debian/galternatives.menu: update section to
Applications/System/Administration
Closes: #589012. Thanks to Angel Abad.
Closes: #472662. Thanks to Stefano Rivera.
* Fix typo in main.py. Closes: #550199. Thanks to Chris Leick.
* Fix encoding problem in Spanish translation. Closes: #696589.
Thanks to Christian Perrier.
* Add initial Deutsch translation. Closes: #550197. Thanks to Chris Leick.
-- Maximiliano Curia <maxy@debian.org> Mon, 02 Jun 2014 15:35:07 +0200
galternatives (0.13.5+nmu2) unstable; urgency=low
[ Piotr Ożarowski ]
* Non-maintainer upload.
* Change XS-Python-Version from "current" to ">= 2.4" (closes: #586317)
[ Andreas Barth ]
* actually uploading to unstable
-- Andreas Barth <aba@not.so.argh.org> Fri, 25 Jun 2010 18:37:51 +0000
galternatives (0.13.5) unstable; urgency=low
* take over package (Closes: #365365)
* fix problem with rebuilding package by converting to dh7
(Closes: #574767)
-- Ryan Niebur <ryan@debian.org> Mon, 29 Mar 2010 00:03:14 -0700
galternatives (0.13.4) unstable; urgency=low
* QA upload.
* translations/merge-translations.sh: Fix bashism. Closes: #384824.
* Build-depend on debhelper (>= 5.0.37.2) for new dh_python.
-- Matej Vela <vela@debian.org> Sun, 27 Aug 2006 10:13:45 +0200
galternatives (0.13.3) unstable; urgency=low
* QA Upload
* Add Manpage (Closes: #379563)
debian/rules: add DEB_INSTALL_MANPAGES_xx
-- Michael Ablassmeier <abi@debian.org> Mon, 7 Aug 2006 17:22:31 +0200
galternatives (0.13.2) unstable; urgency=low
* QA upload.
* Update package to the last python policy (Closes: #380803).
-- Pierre Habouzit <madcoder@debian.org> Tue, 1 Aug 2006 21:39:35 +0200
galternatives (0.13.1) unstable; urgency=low
* QA Upload
* Add Swedish and Czech translations (Closes: #348058, #361665)
* Move Debhelper and CDBS to Build-Depends
* Conforms with new Standards Version
-- Michael Ablassmeier <abi@debian.org> Wed, 17 May 2006 14:48:10 +0200
galternatives (0.13) unstable; urgency=low
* Orphaning thepackage.
-- Gustavo Noronha Silva <kov@debian.org> Sat, 29 Apr 2006 12:10:59 -0300
galternatives (0.12) unstable; urgency=low
* debian/galternatives.menu:
- accepted patch by Guilherme de S. Pastore <gpastore@colband.com.br>
to fix the misuse of the hints field (Closes: #314398)
* translations/fr.po:
- updated by Christian Perrier <bubulle@debian.org> (Closes: #298520)
* galternatives/main.py:
- accepted patch by Kazuhiro NISHIYAMA <zn@mbf.nifty.com> to sort
by priority and right-align it (Closes: #301002)
* debian/control:
- increased Standards-Version with no changes
-- Gustavo Noronha Silva <kov@debian.org> Wed, 17 Aug 2005 22:41:25 -0300
galternatives (0.11) unstable; urgency=low
* New release
* galternatives/main.py, galternatives/galternatives:
- look for /usr/bin/gksu before using it when being ran by a
normal user and, if it is not found, show a dialog saying
things are probably not work.
* debian/control:
- change Depends on gksu to Recommends and conflicts with
versions before 0.8.0, to avoid breakage (Closes: #276967)
-- Gustavo Noronha Silva <kov@debian.org> Wed, 8 Dec 2004 00:05:26 -0200
galternatives (0.10) unstable; urgency=medium
* New release
* galternatives/alternative.py:
- no longer provide a default argument to 'status' on
Alternative.set_option_status method
* galternatives/main.py:
- fixed property names to use the Alternative class instead
of the old self.* stuff for the alternative name and link
(Closes: #281629)
* urgency medium because it fixes a nasty bug
-- Gustavo Noronha Silva <kov@debian.org> Mon, 22 Nov 2004 01:53:02 -0200
galternatives (0.9) unstable; urgency=low
* New release
* galternatives/main.py, galternatives/alternative.py:
- also include 'unixname' to hold the name of the file and
alternative besides the name given by the description
file (Closes: #263547)
* galternatives/main.py:
- replace all gtk.mainloop's for gtk.main's and all
gtk.mainquit's for gtk.main_quit's (Closes: #275590)
- options are now ordered by priority (Closes: #256538)
* translations/{update-po,merge-translations}.sh:
- fixed to show what languages are being dealt with at the
moment
* translations/pt_BR/galternatives.po:
- translation updated
-- Gustavo Noronha Silva <kov@debian.org> Mon, 11 Oct 2004 16:05:07 -0300
galternatives (0.8) unstable; urgency=low
* New release
* galternatives/main.py:
- fixed problems with toggle buttons and manual/auto
menu not behaving (Closes: #254350, #254406)
* debian/control:
- added python to Build-Depends-Indep (Closes: 254141)
-- Gustavo Noronha Silva <kov@debian.org> Mon, 14 Jun 2004 19:01:16 -0300
galternatives (0.7) unstable; urgency=low
* New release
- first release to unstable
- uses first-try setup.py
* main.py, galternatives, alternative.py:
- modified to accept the new locations of the descriptions,
image and description files (/usr/share/galternatives subdirs)
- galternative is now a Python script instead of a
shell script
* debian/galternatives.menu:
- added quotes to make lintian happy
* debian/control:
- Standards-Version 3.6.1, no changes
-- Gustavo Noronha Silva <kov@debian.org> Sat, 12 Jun 2004 12:31:13 -0300
galternatives (0.6) experimental; urgency=low
* New release
* main.py:
- add option dialog now has the file selector that works and
the spinbutton is being taken into account
* translations/fr.po:
- new translation, by seb128!
-- Gustavo Noronha Silva <kov@debian.org> Thu, 22 Jan 2004 13:01:54 -0200
galternatives (0.5) experimental; urgency=low
* New release
* main.py:
- fixed problem with image
- made debuging optional through a --debug command line
(Closes: #226336)
* debian/galternatives.install:
- use pixmaps/galternatives.png to install, instead of
./galternatives.png, which I now removed
* debian/docs, TODO:
- adding a small TODO file to list what needs to be worked
on right now
-- Gustavo Noronha Silva <kov@debian.org> Fri, 9 Jan 2004 02:31:31 -0200
galternatives (0.4) experimental; urgency=low
* New release
- implements adding and removing options
- better parser, now uses /var/lib/dpkg/alternatives/ files,
no longer parses update-alternatives output
-- Gustavo Noronha Silva <kov@debian.org> Mon, 22 Dec 2003 23:34:27 -0200
galternatives (0.3) experimental; urgency=low
* New release
- implementing menu stuff, credits and basic UI for new
features like adding new alternatives/options
-- Gustavo Noronha Silva <kov@debian.org> Sun, 7 Dec 2003 13:40:07 -0200
galternatives (0.2) experimental; urgency=low
* New release
- provide basic infra-structure to handle descriptions for the
alternatives
-- Gustavo Noronha Silva <kov@debian.org> Mon, 17 Nov 2003 23:56:11 -0200
galternatives (0.1) experimental; urgency=low
* Initial release.
-- Gustavo Noronha Silva <kov@debian.org> Sat, 15 Nov 2003 09:37:01 -0200
|