-
6349b91...
by
Colin Watson
on 2012-03-15
-
Import patches-unapplied version 1.5.42ubuntu1 to ubuntu/precise
Imported using git-ubuntu import.
Changelog parent: 3eae9a5e4cb25116b0d19e0df1d61231ec5a6d85
New changelog entries:
* Resynchronise with Debian. Remaining changes:
- Gnome.pm: Do not show "Cancel" or "Close" buttons, to avoid breaking
maintainer scripts.
* Ubuntu's dpkg-query still uses ${PackageSpec} for multiarch support
rather than the newer ${binary:Package}. Support this as well for now.
-
3eae9a5...
by
Colin Watson
on 2012-03-14
-
Import patches-unapplied version 1.5.42 to debian/sid
Imported using git-ubuntu import.
Changelog parent: fcd719d3ef70a670252ee83e0bbc4204ca25d177
New changelog entries:
[ Joey Hess ]
* File DbDriver now creates the directory for the file if it is missing.
(All other DbDrivers that write files already did this.) Closes: #636621
[ Emmet Hikory ]
* Display error messages in noninteractive frontend (Closes: #367497)
[ Debconf translations ]
* Polish (Michał Kułach). Closes: #657264
[ Manpages translations ]
* German updated.
* Portugese updated (Américo Monteiro).
* Spanish updated. Closes: #636241
* Sinhala; (Danishka Navin). Closes: #641106
* Russian updated. Closes: #656110
[ Programs translations ]
* Norwegian Bokmål updated. Closes: #654798
[ Joey Hess ]
* Add a belt-and-suspenders test that Text::CharWidth::mblen is not
returning bogus values, before using Text::WrapI18n. See #641957
* Avoid an uninitialized value warning when a blank line is received
from the client. Closes: #651642
[ Colin Watson ]
* Remove all hardcoded executable paths, using a new Debconf::Path module.
[ Raphaël Hertzog ]
* Set environment variables expected by maintainer scripts. Closes:
#560317
* Do not hardcode the path of maintainer scripts, in order to support the
multiarch layout.
[ Colin Watson ]
* Process any newly pending triggers after running maintainer scripts.
-
fcd719d...
by
Joey Hess <email address hidden>
on 2011-07-29
-
Import patches-unapplied version 1.5.41 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 3bc7b472c13368ea1566dde535f07c962f2f94da
New changelog entries:
[ Colin Watson ]
* Make sure __pycache__ is removed on clean (from local python3 tests).
[ Joey Hess ]
* Fix IFS sanitization. Really fixes #381619.
* dpkg-reconfigure, dpkg-preconfigure: Call cdebconf versions if
the DEBCONF_USE_CDEBCONF variable is set. (Regis Boudin)
-
3bc7b47...
by
Colin Watson
on 2011-06-22
-
Import patches-unapplied version 1.5.40 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 8f3aae73f23d22a6d9b157a62ada0c86b2401317
New changelog entries:
[ Joey Hess ]
* Updated Russian man page translation. Closes: #625935
* Updated Galician translation of program po file. Closes: #626475
* Add back documenation for the kde frontend.
[ Martin Pitt ]
* Debconf/FrontEnd/Gnome.pm: Port from Gnome2::Druid to Gtk2::Assistant.
Original patch by Jani Monoses, thanks! (Closes: #542175, LP: #415038)
* Debconf/Element/Gnome/Select.pm: Drop unused Gnome2 import.
* debian/control: Change libgnome2-perl suggestion to libgtk2-perl
accordingly.
[ Colin Watson ]
* Fix Gnome frontend to honour backup capability again, and make backup
page handling work properly.
* Version libgtk2-perl Suggests to match the upstream version where
Gtk2::Assistant was introduced.
* Convert from deprecated Gtk2::Combo to Gtk2::ComboBox.
* Make sure you can't press Forward on a progress bar in the Gnome
frontend.
* debconf.py: Drop popen2 compatibility code. subprocess has been
available since Python 2.4, which is old enough that it was dropped from
squeeze.
* Build for all currently supported Python 2 versions (closes: #584844,
#626706).
* Convert to dh_python2 (closes: #603965, #616786).
* Add Python 3 support.
* Perl gets a bit confused by Debconf::Config and Debconf::Priority using
each other, and objects to bareword use of priority_list in
Debconf::Config if you do 'use strict; use Debconf::Priority' before
Debconf::Config is loaded. Work around this. Thanks to James Hunt for
pointing this out.
-
8f3aae7...
by
Joey Hess <email address hidden>
on 2011-04-30
-
Import patches-unapplied version 1.5.39 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 68ab3ded5b58597de6f65dbd2a57edd4466cab5d
New changelog entries:
[ Joey Hess ]
* Moved to a git repository. Updated control file fields.
* Removed debconf-english dummy package, and dropped debconf-i18n to a
Recommends. Debootstrap will still install debconf-i18n as it is
priority Required.
* debconf-set-selections: Fix comment handling to match description.
In particular, continued lines that start with a "#" are not comments.
And, comments only occur at the start of a line (possibly with some
whitespace before). Closes: #589519
* Updated Danish translation of program po file. Closes: #624645
[ Steve Langasek ]
* Mark debconf Multi-Arch: foreign to indicate that it satisfies the
dependencies of packages from other than the native arch. Closes:
#614197
-
68ab3de...
by
Joey Hess <email address hidden>
on 2011-01-14
-
Import patches-unapplied version 1.5.38 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 52bf285eca6fed57d022c5a4b4051cfd13f0d1ed
New changelog entries:
[ Colin Watson ]
* Correctly handle disabling the backup capability in a confmodule after
it was previously enabled.
[ Christian Perrier ]
* Fix encoding in Spanish translation. Closes: #607688
* Fix encoding in Hebrew debconf translation.
[ Joey Hess ]
* Update copyright file to use DEP5 syntax, and expand with some
historical data.
-
52bf285...
by
Colin Watson
on 2010-11-29
-
Import patches-unapplied version 1.5.37 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 679d55397c86ed5dbbd32e6183b3f48fbdebf97b
New changelog entries:
[ Manpages translation ]
* Spanish added (huge thanks to Omar Campagne). Closes: #599401
* French completed (Christian Perrier).
[ Debconf translations ]
* Icelandic (Sveinn í Felli).
* Serbian (Janos Guljas). Closes: #600142
* Catalan (Jordi Mallach). Closes: #600626
* Dutch (Eric Spreen). Closes: #603953
* Greek (Emmanuel Galatoulas). Closes: #604451
* Dzongkha (dawa pemo). Closes: #604458
[ Helge Kreutzmann ]
* Fix (mostly) typos. Thanks Florian Rehnisch <email address hidden> for noticing.
Addresses: #518395.
Also unfuzzy all translations as far as possible.
* Update German translation where unfuzzing was not enough (actually a no-op
as Florian already translated appropriately).
-
679d553...
by
Colin Watson
on 2010-10-04
-
Import patches-unapplied version 1.5.36 to debian/sid
Imported using git-ubuntu import.
Changelog parent: c641c3e7abe7b4ec0d25528dc7ac9962c994f3df
New changelog entries:
[ Debconf translation updates ]
* Spanish (Javier Fernández-Sanguino Peña). Closes: #592176
* Icelandic added (Sveinn í Felli).
* Telugu (Arjuna Rao Chavala). Closes: #593095
* Arabic (Ossama Khayat). Closes: #595453
* Danish (Joe Hansen). Closes: #595439
* Turkish (Recai Oktas).
* Malayalam (Saji Nediyanchath).
* Hindi (Kumar Appaiah).
* Japanese (Kenshi Muto). Closes: #595469
* Korean (Changwoo Ryu). Closes: #595517
* Indonesian (Arief S Fitrianto). Closes: #596197
* Lithuanian (Kęstutis Biliūnas). Closes: #596204
* Portuguese (Miguel Figueiredo). Closes: #596508
* Persian (Behrad Eslamifar). Closes: #590697
[ Programs translation updates ]
* Spanish (Javier Fernández-Sanguino Peña). Closes: #592178
-
c641c3e...
by
Colin Watson
on 2010-08-07
-
Import patches-unapplied version 1.5.35 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 444243a7638edf590c1a44111fb7e4f545a0be40
New changelog entries:
[ Sune Vuorela ]
* Resurrect the Kde frontend, ported to libqt4-perl.
-
444243a...
by
Colin Watson
on 2010-08-06
-
Import patches-unapplied version 1.5.34 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 33fdfbd2491b95e9213d634febb8069cd01643d7
New changelog entries:
[ Debconf translation updates ]
* Bosnian (Armin Beširović).
* Kazakh added (Baurzhan Muftakhidinov). Closes: #589006
* Belarusian (Viktar Siarheichyk). Closes: #591668
[ Colin Watson ]
* Use 'dh $@ --options' rather than 'dh --options $@', for
forward-compatibility with debhelper v8.
* Handle ll[_CC]@modifier as a locale name. Closes: #591633