attr (1:2.4.46-7) unstable; urgency=low * Build-depend on gettext. If it build-depends on gettext:any, the auto-builders stop with the message below. Dependency installability problem for attr on armel, armhf, hurd-i386, kfreebsd-amd64, kfreebsd-i386, mips, powerpc, s390, s390x and sparc: attr (= 1:2.4.46-6) build-depends on missing: - not-existing-build-dependency-for-any attr (1:2.4.46-6) unstable; urgency=low * Merge 1:2.4.46-5ubuntu1 - Build-depend on gettext:any, since we only need it to run tools at build-time. * Use /bin/sh as CONFIG_SHELL in debian/rules Closes: #671903 * Fix out-of-date-standards-version cfv (1.18.3-2) unstable; urgency=low * Package cleanup below by Jari Aalto - thanks! * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt". * Update to Standards-Version to 3.9.3 and debhelper to 9. * Move to full dh(1) and simplify rules file. Move from deprecated python-support to dh_python2, see: http://wiki.debian.org/Python/TransitionToDHPython2 * Fix build-depends-on-python-dev-with-no-arch-any (Lintian) by changing depends python-dev to python-all. conky (1.9.0-2) unstable; urgency=low * Add debian/patches/fix-kfreebsd-ftbfs.patch to fix FTBFS on kfreebsd. conky (1.9.0-1) unstable; urgency=low * New upstream release. - Fix execi when interval is larger than system uptime. (Closes: #652336, #652536; LP: #996362) * Remove debian/patches/fix-{curl,kfreebsd,xmms2}-ftbfs.patch, fix-acpitemp.patch, and fix-update-interval.patch; applied upstream. - Refresh remaining patches. - Rename fix-race-condition.patch -> fix-CVE-2011-3616.patch; also include a more detailed description. * Change priority and section of transitional conky package to oldlibs/extra. * Add build-depends on autotools-dev. * Add build-depends on dpkg-dev (>= 1.15.7) due to use of dpkg-buildflags. * Add alternative build-depends: automake1.11 | automake (>= 1:1.11), libcurl4-gnutls-dev | libcurl4-dev. * Update debian/rules to dh 7 "rules.tiny" style. * Update debian/watch to look for both .gz and .bz2 tarballs. * Update Standards version from 3.9.2 to 3.9.3, no changes required. * Update debhelper compatibility level from 8 to 9. crash (6.0.6-1) unstable; urgency=low * New upstream version 6.0.6 * Extend the supported cross-architecture build capability so that it applies to the SIAL extension module. Without the patch, when building the SIAL module in an environment where the overlying crash utility was built with "make target=ARM", "make target=PPC", or "make target=X86", the SIAL extension module would continue to be built for the host architecture. * Fixes for memory leaks and possible segmentation violations when unloading SIAL extension module scripts. * Fix for the new "foreach RU" task state qualifier. Without the patch, the runnable tasks are not selected. * Fix to disallow multiple task states from being entered using the "foreach " qualifier. Without the patch, if multiple states were entered, the last one on the command line would be honored. * Fix for the "extend" command to allow the usage of 32-bit PPC extension modules. Without the patch, the command fails with the message: "extend: .so: not an ELF format object file". * If an input line starts with "#" or "//", then the line will be saved as a comment that is visible when re-cycling through the command history list. * Fix for a crash-5.1.9 regression that broke the "bt -g" option. Without the patch, the option is ignored completely. * Fix for s390x virtual-to-physical translation of virtual addresses that are backed by 1MB pages. * The s390x has a dumpfile method that creates "live dumps", where the kernel continues to run while the dumpfile is being created. The initial system banner display and the "sys" command will inform the user that the dumpfile is a "[LIVE DUMP]", and the "bt -a" option will fail with the message "bt: -a option not supported on a live system or live dump". * Newly-created dumpfiles generated by the "snap.c" extension module will now be recognized as "live dumps". Accordingly, the initial system banner display and the "sys" command will inform the user that the dumpfile is a "[LIVE DUMP]", and the "bt -a" option will fail with the message "bt: -a option not supported on a live system or live dump". * If "bt" alone is attempted on an active task in a "live dump", it will indicate "(active)", i.e., the same as if it were attempted on a live system. * If an extension module does not define the appropriate architecture, i.e., "-DX86", "-DX86_64", etc., then the inclusion of "defs.h" will generate a compiler failure indicating "error: 'NR_CPUS' undeclared here (not in a function)". In that case, the architecture will now default to that of the host machine. * Prevent a highly-unlikely incorrect calculation of the maximum cpudata array length of a kmem_cache during initialization of of CONFIG_SLAB kernels. * Prevent an infinite loop during the initialization of the kmem_cache subsystem in CONFIG_SLAB kernels if the cache list or the vmcore is corrupt. If the kmem_cache list links back into itself, messages showing the first "duplicate" entry in the list and "crash: unable to initialize kmem slab cache subsystem" will be displayed. * Update to the "mod" command to additionally search for module object files in the directory containing the kernel namelist (vmlinux) file. This will allow an alternate module-debuginfo directory tree to be set up like so: # cd # rpm2cpio kernel-debuginfo-.rpm | cpio -idv Having done that, and by referencing the vmlinux file in that directory tree directly or by symbolic link, the "mod" command will search for module object files starting from the directory containing the vmlinux file if they are not found in the standard /lib/modules/ directory. * Update to the s390x "bt" command if a task was running in userspace. Without the patch, the back trace display ended at the kernel entry function frame; with the patch, the user space PSW register is displayed with a "(user space)" tag, followed by the general purpose register set. * In the unlikely event that the access of ARM or x86_64 kernel unwind table data fails during crash invocation, print a warning message and allow the crash session to continue. Without the patch, the crash session would fail immediately. dh-ada-library (2) unstable; urgency=low [ Nicolas Boulenguez ] * Slight optimization. When searching static archive, use Ada.Directories, instead of a subprocess and a temporary file. * Library_ALI_Dir may be common to many libraries, only embed *.ali from the current project (this will correct a packaging error in gtkada-2.24.1-4). * Ignore non-library imported projects during generation of ada:Depends. They are already reported by Install_Projects. * control: added VCS-* fields. * copyright: updated dep5 url, removed erroned comment. * man (en): typos, specify that non-library projects are ignored. (fr): update with Ludovic's changes. * (Style) Encapsulate all Prj dependencies in a separate package. Translation error, Affectation->Assignment. * For Vectors, use Indexes instead of Cursors, for efficiency and to avoid dreadful http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52873. * man/dh_ada_library.1: Split sentences to ease merges. man/*: propagated Ludovic's changes. [ Ludovic Brenta ] * debian/control: Better English in the long description. (DM-Upload-Allowed): yes. * man/dh_ada_library.1: change passive voice to active voice. digitools (1.03-1.1) unstable; urgency=low * Non-maintainer upload; ACKed by the maintainer, see #664328. * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt" (Closes: #664328). * Update to Standards-Version to 3.9.3 and debhelper to 9. docbook-html-forms (1.1.0-4) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format * Fix Homepage location in d/control. Closes: #615285 * debian/control (Vcs-Browser): Fixed location. (Uploaders): Removed Mark Johnson, who is probably MIA (closes: #540557). Many thanks for your work! * d/rules use dh(7) syntax docbook-slides-demo (3.3.1-2) unstable; urgency=low * Add myself as Uploaders * debian/control (Vcs-Browser): Fixed location. (Uploaders): Removed Mark Johnson, who is probably MIA (closes: #540563). Many thanks for your work! * Add d/watch file * Switch to dpkg-source 3.0 (quilt) format * Fix Homepage in d/control. Closes: #615389 * Remove ref to Author in d/control. Closes: #644479 * Fix description in d/control. Closes: #644476 * Switch to dpkg-source 3.0 (quilt) format * Add d/watch file easytag (2.1.7-2) unstable; urgency=low * Merge Ubuntu changes from version 2.1.7-1ubuntu2, by Julian Taylor : + debian/rules: - Do not fail on removing nonexistent changelog file. + debian/patches/fix-out-of-bound.patch: - Fix crash on out of bounds array access. (Closes: #669290) * debian/control, debian/copyright: - Change upstream homepage back to resurrected SF site. * debian/watch: - Restore old debian/watch from before 2.1.6+git (development migrated back to sourceforge from github). eterm (0.9.5-5) unstable; urgency=low * QA upload. * Provide build-arch target in debian/builddir.mk to fix FTBFS. (Closes: #666367). eterm (0.9.5-4) unstable; urgency=low * QA upload. * Maintainer field set to QA Group. * Pre-Depend on multiarch-support to ensure libEterm.so can be found by the dynamic linker at every point during an upgrade. * Standards-Version bumped to 3.9.3. * debian/eterm.copyright renamed to debian/copyright as per Debian Policy Manual section 12.5. * ${misc:Depends} added to the dependencies. * Text of the BSD license included in debian/copyright. * Debhelper compatibility version set to 9. fso-datad (0.2.0~git20120214-1) unstable; urgency=low * Initial release (Closes: #636302) * create libfsodata0 and libfsodata-dev package * fixed cleanfiles * prepare multiarch-support fso-deviced (0.9.5+git20120214-1) unstable; urgency=low [ Rico Rommel ] * New upstream snapshot * remove openmoko-wifi-2.6.39.patch and ignore-om-gps.patch both included upstream * Switch from vala-0.12 build dependency to vala-0.14 (Closes: #663304) [ Sebastian Reichel ] * Update Debian Standards Version to 3.9.3 * Switch from DEP5 copyright to copyright format 1.0 fso-gsmd (0.5.0+git20120305-1) unstable; urgency=low [ Rico Rommel ] * new upstream snapshot * update build dependencies * remove missing-prototypes.patch * switch build dependency from vala-0.12 to vala-0.14 (Closes: #663305) [ Sebastian Reichel ] * Update Debian Standards Version to 3.9.3 * Update debian/copyright to debian copyright format 1.0 fso-usaged (0.9.5+git20120214-2) unstable; urgency=low * Bump libfso-glib-dev build dependency to 2012.02.14.1 (Closes: #664170) fso-usaged (0.9.5+git20120214-1) unstable; urgency=low * New upstream snapshot * depends on vala-0.14 (Closes: #663306) * bump standards to 3.9.3 ftpgrab (0.1.5-3) unstable; urgency=low * apply patch from Matthias Klose to fix build failure with GCC 4.7 (closes: #667171) * updated Standards-Version to 3.9.3 (no changes) gifsicle (1.67-1) unstable; urgency=low * New upstream version. giggle (0.6.1-2) unstable; urgency=low [ Dmitry Smirnov ] * Patch to fix FTBFS (Closes: #669510 S:"..undefined reference to 'g_module_close'") Thanks to Michael Biebl. * d-copyright: DEP-5 URL update and cleanup from '©' characters * debhelper & compat to version 9 * standards to version 3.9.3 * build with all hardening * include upstream changelog [ Bernd Zeimetz ] * Add DM-Upload-Allowed: yes. gnat-4.6 (4.6.3-4) unstable; urgency=low * debian/patches/ada-link-lib.diff: do not use parallel makes to build the GNAT tools. Closes: #667184. Merge from gcc-4.6 (4.6.3-5) unstable; urgency=medium * Update to SVN 20120430 (r186999) from the gcc-4_6-branch. - Fix PR middle-end/53084, PR lto/48246, PR target/53138. * Don't try to run the libstdc++ testsuite if the C++ frontend isn't built. * Don't configure with --enable-gnu-unique-object on kfreebsd and hurd. * Treat wheezy the same as sid in more places (Peter Green). Fixes: #670821. * Fix setting MULTILIB_DEFAULTS for ARM multilib builds. gnome-common (3.4.0.1-1) unstable; urgency=low * New upstream release. * Refresh debian/patches/03_bashisms.patch. gthumb (3:3.0.0-2) unstable; urgency=low * Uploading to unstable * Fixed debian/copyright gthumb (3:3.0.0-1) experimental; urgency=low * New upstream version * Patches refreshed to match new upstream code gthumb (3:2.90.2-1) experimental; urgency=low * New upstream version * Bump required versions of Build-Dependencies * Patches refreshed to match new upstream code * Standards-Version bump to 3.9.3, no changes needed * Build-Depend on libpng12-dev | libpng-dev (Closes: #662366) * Build-Depend on libexiv2 >= 0.21 * Update debian/copyright hexxagon (1.0pl1-3.1) unstable; urgency=low * Non-maintainer upload. * Fix "ftbfs with GCC-4.7": apply patch from Paul Tagliamonte that disambiguates variable names. Closes: #667200 icedove (10.0.4-1) unstable; urgency=low * [d98435f] New Upstream version 10.0.4 * Fixes for MFSA2012-{20,22-24,26-27,29-31,33}, also known as CVE-2012-0467, CVE-2012-0469, CVE-2012-0470, CVE-2012-0471, CVE-2012-0473, CVE-2012-0474, CVE-2012-0477, CVE-2012-0478, CVE-2011-3062, CVE-2012-0479 * [7754de6] rebuild patch queue from patch-queue branch added patches: - debian-hacks/Bug-508942-Use-Preprocessor.py-filters-in-defines-an.patch - fixes/Bug-706724-Fix-for-error-ftruncate-was-not-declared-.patch (Closes: #667205) - fixes/Bug-747322-Fix-jemalloc-mmap-wrapper-for-s390x.patch - fixes/Fix-more-gcc-4.7-errors-in-ipc-code.patch - porting/Bug-706787-Crash-on-s390x-nsXPCComponents-AttachNewC.patch - porting/Bug-747870-Properly-align-XPCLazyCallContext-mData.-.patch obsolete patches (fixed upstream): - fixes/Bug-710268-Sign-NSS-libraries-only-when-they-exist-r.patch - fixes/Fixup-bz-730195-for-Linux-ARM-use-_URC_FOREIGN_EXCEP.patch kanjidic (2012.05.09-1) unstable; urgency=low * New upstream release * Added kanjidic2.xml. Closes: #619603 * Removed Florian Ernst from uploaders. Closes: #658655 * Moved the xml data to the kanjidic2-xml package kdesvn (1.5.5-4.1) unstable; urgency=low * Non-maintainer upload. * Fix "ftbfs with GCC-4.7": add patch fix-ftbfs-gcc-4.7-667221.patch from Paul Tagliamonte (missing header include). Closes: #667221 keepass2 (2.19+dfsg-1) unstable; urgency=low * New upstream release (LP: #990557) - drop upstream applied fix-winforms-eventordering.patch * debian/copyright: update format url * bump to standard 3.9.3, no changes required * update short description and drop obsolete Replaces krb5 (1.10.1+dfsg-1) unstable; urgency=low * New Upstream Version - Set display_name in gss_get_name_attribute, Closes: #658514 * Fix use counts on preauthentication, Closes: #670457 * Fix kadmin access controls, Closes: #670918 * Accept NMU with longer hostname, Closes: #657027 * Fix history from old databases, Closes: #660869 * Fix gcc 4.6.2 may be used uninitialized warnings/errors, Closes: #672075 * Check all keys in keytab for verifying credentials, Possibly fixes: #669127 * Avoid multi-arch libpath in krb5-config, Closes: #642229 * Debconf translations: - Turkish debconf Translation, Thanks Atila KOC, Closes: #659072 - Polish, thanks Michal/ Kul/ach, Closes: #658437 krb5 (1.10+dfsg~beta1-2.1) unstable; urgency=low * Non-maintainer upload. * Apply patch from Svante Signell to fix FTBFS on hurd-i386, Closes: #657027. libfso-glib (2012.02.16.1-1) unstable; urgency=low [Rico Rommel] * new upstream snapshot * bump standards to 3.9.3 * update vala build depends to 0.14 (Closes: #663311) * update library version and rename package due to removed interfaces in fso-specs [Sebastian Reichel] * drop libdbus-dev and libdbus-glib-dev from build depends (upstream switched to gdbus) libfsoresource (0.9.0+git20110805-2) unstable; urgency=low * update standards to 3.9.3 * update vala build dependencies to 0.14 (Closes: #663312) * update copyright file * switch to dh * add multiarch-support * remove restore-INSTALL.patch libgwenhywfar (4.3.3-1) unstable; urgency=low * New upstream release * Switch to dpkg-source 3.0 (quilt) format * Add patch 01_fix_ftbfs_with_GCC_4.7.patch (Closes: #672074) * Package is compliant to Debian Policy 3.9.3.0 (no changes needed) libjena-iri-java (0.8-1) unstable; urgency=low * Initial release. (Closes: #670465) libltcsmpte (0.4.4-1) unstable; urgency=low * New upstream release: - add C++ extern to library header - fixed 8bit curve range definition. - added support for incrementing date. - fixed problem w date-support - test encoder - commandline options. * Enable SMPTE date support. * Convert to Multi-Arch. * Strip documentation out of libltcsmpte-dev and move it into a brand-new arch-indep libltcsmpte-doc package. * Move doxygen to Build-Depends-Indep. * Bump Standards. libmail-box-perl (2.105-1) unstable; urgency=low * Imported Upstream version 2.105 libmoosex-role-timer-perl (0.03-1) unstable; urgency=low * Initial Release. (Closes: #671209) libpcap (1.2.1-2) unstable; urgency=low * Cherry-pick commit d55b6f4f1b from upstream to make absence of Netfilter support in the kernel non-fatal (closes: #672337). * debian/control: Set Standards-Version to 3.9.3. libphone-ui (1:0.0.1+git20110825-2) unstable; urgency=low * update standards to 3.9.3 * update debhelper dependency to (>= 9) * use debian copyright format 1.0 for debian/copyright * add Multi-Arch: foreign to libphone-ui-common libphone-ui-shr (0.1+git20110827-3) unstable; urgency=low * move translations and default.edj into libphone-ui-shr-data (Closes: 670021) * update debian standards version libv8 (3.8.9.20-1) unstable; urgency=low [ Jérémy Lal ] * Upstream update. * Remove mipsel from Architecture list. v8 3.8 branch only supports mips32r2 cpu variant. This excludes Loongson 2E (mips3). Closes:bug#667991. * Unset specific mipsel build flags set in 3.8.9.16-3, now unneeded. [ Jonas Smedegaard ] * Use anonscm.debian.org for Vcs-Browser field. * Define supported archs in rules file (auto-expanded in control file). libv8 (3.8.9.16-3) unstable; urgency=low * mipsel build fixes : + v8_use_mips_abi_hardfloat=false, this lowers EABI requirements. + v8_can_use_fpu_instructions=false, detect if FPU is present. + set -Wno-unused-but-set-variable only on mipsel. libv8 (3.8.9.16-2) unstable; urgency=low [ Jonas Smedegaard ] * Bump standards-version to 3.9.3. [ Jérémy Lal ] * Re-enable -Wno-unused-but-set-variable, fails on mipsel otherwise. * Upstream patch for failing armel smi arrays, closes:bug#666906. + debian/patches/issue9316131_5001.diff libv8 (3.8.9.16-1) unstable; urgency=low * New upstream release. [ Jérémy Lal ] * Remove patches: + 0005-enable-i18n-extension: Handled by libv8-i18n now. + 0015_enable_mips_tests.patch: applied upstream. * Stop build-depending on libicu-dev: Handled by libv8-i18n now. * Update copyright file: + Add Files paragraph covering build/android.gypi. lua-json (1.3-1) unstable; urgency=low * [e90dafec] Changes by Enrico Tassi - thanks for the patch! * Switch to dh-lua * Package renamed according to the new Lua policy * [2f427b4d] Make debian/watch work again. * [6d097344] Merge tag 'upstream/1.3' Upstream version 1.3 * [14787062] Enable support for Lua5.2 * [1f053906] Use 3.0 (quilt) format as we have symlinks in the debian folder. lua-lgi (0.5+11+g7006225-1) unstable; urgency=low * Fixed clean target * New upstream snapshot * Update build-depends adding libffi-dev and libglib2.0-dev lua-lgi (0.5+8+g86dbda4-1) unstable; urgency=low * New upstream snapshot fixing alignement problems * Clean up dh-lua conf file * Copyright format 1.0 lua-soap (3.0-3) unstable; urgency=low * Update dependency: liblua5.1-socket2 -> lua-socket lua-xmlrpc (1.2.1-5) unstable; urgency=low * Copyright format 1.0 lua-xmlrpc (1.2.1-4) unstable; urgency=low * Update dependency: liblua5.1-socket2 -> lua-socket mathgl (1.11.2-14) unstable; urgency=low * Make several libmgl-wx5 related symbols optional in order to fix FTBFS on several arches. mathgl (1.11.2-13) unstable; urgency=low * Make several libmgl-qt5 related symbols optional in order to fix FTBFS on several arches. mathgl (1.11.2-12) unstable; urgency=low * Make more libmgl5 related symbols optional in order to fix FTBFS on several arches. mathgl (1.11.2-11) unstable; urgency=low * Update symbols files in order to fix FTBFS (Closes: #671964) mmm-mode (0.4.8-7) unstable; urgency=low * fixed face defaults (closes: #672169) * don't load regexp-opt unless needed (closes: #672168) * lifted standards version, fixed most lintian complaints * incorporated emacs23 fixes from https://github.com/purcell/mmm-mode/ monotone (1.0-6) unstable; urgency=low * patches/04-botan-1.10-adaption.diff: Backport upstream fix for building and running with Botan-1.10.x. * Change debian/control to link against Botan 1.10. Closes: #359050. * Adjust Build-Depends debhelper to require version >= 9 as well. ncbi-blast+ (2.2.26-3) unstable; urgency=low [ Aaron M. Ucko ] * debian/patches/fix_gcc47_errors: fix various GCC 4.7 compilation errors and warnings. (Closes: #669679.) - Explicitly qualify more dependent names originating in base templates. - Directly #include headers as needed. - Use modern syntax for making protected base members public. - Add forward declarations as needed. * Wrap and sort build dependencies to ease maintenance thereof. * Enable full hardening flags, introducing a small patch (use_pie_for_apps) to reflect the need to build executables and libraries differently. * Use upstream's new --with-symbols flag in nostrip builds. [ Andreas Tille ] * debian/control: Modernize Vcs-* fields. netpipe (3.7.2-7) unstable; urgency=low * prioity set to extra openbox (3.5.0-3) unstable; urgency=low * Apply Ubuntu patches, thanks a lot! (Closes: #647852) * debian/control: - Remove libxft-dev and libxau-dev build-depends, not needed anymore. - Add depends on libimlib2-dev for openbox-dev, needed to build against openbox-dev. - Build-depends on dh-autoreconf and autopoint. * debian/openbox-dev.install: - Install directly .so files. * Bump policy versoin to 3.9.3. * debian/openbox-dev.links: - Remove since the .so files are installed. * debian/openbox.install - Install all locales and all themes. - Install .desktop and pixmap files. - Install menu.xml. * debian/rules: - Use CFLAGS += instead of CFLAGS =. - Use dh_install --list-missing. - Use --with autoreconf, needed by 90_fix_link_obt.patch. * debian/patches: - 90_fix_link_obt.patch : From upstream, fix linker issue with libobt. * debian/*.symbols: - Add symbols files. * debian/README.source - Remove, not needed with source format 3.0 (quilt). * Remove broken symlink to libobparser.so.27.0.1 (Closes: #653119). * Use maintscript support in dh_installdeb rather than writing out dpkg-maintscript-helper commands by hand. We now simply Pre-Depend on a new enough version of dpkg rather than using 'dpkg-maintscript-helper supports' guards, leading to more predictable behaviour on upgrades. Thanks Colin Watson! (Closes: #659785) openthesaurus (20120516-1) unstable; urgency=medium * new upstream snapshot - had fixed umlauts in DeutscherThesaurus.oxt (closes: #673080) osmium (0.0~20111213-g7f3500a-3) unstable; urgency=low * Disable building the documentation, since doxygen randomly fails on some arches (Closes: #667035) * Updated debian/copyright osmium (0.0~20111213-g7f3500a-2) unstable; urgency=low * Switch dependency from libgeos-dev to libgeos++-dev * Fix FTBFS with the new geos library (02-support_new_libgeos++.patch) * Standards-Version bump to 3.9.3, no changes needed * Updated debian/copyright * Override three more invalid "duplicate files" by lintian osmium (0.0~20111213-g7f3500a-1) unstable; urgency=low * New git snapshot * Fix FTBFS with ld --as-needed, thanks to Julian Taylor (Closes: #656751) osmium (0.0~20111114-ga147fb1-1) unstable; urgency=low * Initial release (Closes: #648710) phonefsod (0.1+git20110827-3) unstable; urgency=low * Fix #665595 * Update Debian Standards Version to 3.9.3 * Update copyright to debian copyright format 1.0 pyicu (1.4-1) unstable; urgency=low [ Jakub Wilk ] * Update platform-definitions-fix.dpatch to treat Hurd like other GNU platforms. [ Bernd Zeimetz ] * New upstream version. * Dropping ICUtzinfo-not-heap-type.dpatch, applied upstream. pymongo (2.2-1) unstable; urgency=low * New upstream release. * Dependencies added (Closes: #670268) python-numpy (1:1.6.2~rc1-1) unstable; urgency=low * New upstream release candidate * Add dh_numpy3, to generate dependencies for Python 3 packages using numpy; thanks to Julian Taylor for the report; Closes: #665998 * debian/watch - recognize RC releases * debian/patches/{30_fix_unicode_mgmt_py27-32.patch, 50_search-multiarch-paths.patch} - removed, merged upstream * debian/rules - link the include directory to the right path to the header files for py3k numpy; thanks to Marc J. Driftmeyer for the report; Closes: #670970 - remove leftover from build process, so the package can be built twice in a row; thanks to Jakub Wilk for the report; Closes: #671194 * debian/python-numpy.links - correctly generate symlinks to numarray include files; thanks to Ian Zimmerman for the report; Closes: #631677 pythonqt (2.0.1-1.1) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS with Qt 4.8 (Closes: #664569) - Add debian/patches/stddecorators_no_keywords.patch - Extend debian/patches/cmakebuildsystem.patch to compile with -DQT_NO_KEYWORDS - Thanks to Felix Geyer for the patch pyxmpp (1.1.2-1) unstable; urgency=low * New upstream version. * Adding/bumping dependencies. * Migrating to dh_python2. * Fixing watch file. * Bumping standards-Version to 3.9.3, no changes needed. ruby-imagesize (1:0.1.1-5) unstable; urgency=low * Rename package to ruby-imagesize. * Transition to gem2deb packaging. * Transition to 3.0 quilt format from dpatch. * Transition to dehelper 8 from cdbs. ruby-minitest (3.0.0-1) unstable; urgency=low * New upstream version * Refresh debian/patch/disable-some-tests patch ruby-moneta (0.6.0-3) unstable; urgency=low [Cédric Boutillier] * Remove rubygems dependencies * Fix up tests so they run properly, add build-dependency on ruby-rspec. ruby-moneta (0.6.0-2) unstable; urgency=low * Convert to new-style Ruby package, rename source package, with the consent of the maintainer. Closes: #655688 ruby-net-netrc (0.2.2-2) unstable; urgency=low * Rename package to ruby-net-netrc. * Transition to gem2deb packaging. ruby-pdf-reader (1.1.1-1) unstable; urgency=low * New upstream version simplegeneric (0.8.1-1) unstable; urgency=low * New upstream release (Closes: #640531) - With Python 3 support * Builded Python 3 package * debian/control - Removed Cédric and added Debian Python Modules Team to Maintainer Thanks to Cédric Delfosse for his past work! - Added myself to Uploaders (Closes: #668915) - Bumped Standards-Version to 3.9.3 (no changes needed) - Removed Provides: ${python:Provides} - Removed ${shlibs:Depends} from python-simplegeneric's Depends field - Switched Priority to optional - Added Vcs-* fields * debian/{control,rules} - Switched to dh_python2. Thanks to Julian Taylor for the report and the patch (Closes: #631408) * debian/copyright - Made DEP5 compliant - Upstream switched to ZPL-2.1 * debian/rules - Clean properly to build packages twice in a row - Run tests at build time sitplus (1.0.3-2) unstable; urgency=low * Work around build failure with GCC 4.7. (Thanks for the patch to Matthias Klose Closes: #672033. * Debhelper 9 (control+compat) smarty-gettext (1.0b1-6) unstable; urgency=low * New maintainer. smarty-gettext (1.0b1-5) unstable; urgency=low * Move files to the new location used by smarty 3. * Ajust depends to ensure we have smarty using the new location too. * Update Standards-Version to 3.9.3 (no change needed). * Increase debhelper compat level to 9. * Depend on "smarty3" instead of "smarty" since no proper transition has been done with the latter being removed and the former one being orphaned. :-( Closes: #665033, #665040, #672103 soundkonverter (1.5.0-1) unstable; urgency=low * Imported Upstream version 1.5.0 * Bumped Standards-Version to 3.9.3, no changes needed. * Removed watch file again, because it no longer works. tintin++ (2.00.8-1) unstable; urgency=low * New upstream release. v4l2loopback (0.6.1-1) unstable; urgency=low [ IOhannes m zmoelnig ] * Imported Upstream version 0.6.1 viridian (1.2-3) unstable; urgency=low * Added rules to generate icons. * Add imagemagick to B-D to generate icons. * Added Depends on hicolor-icon-theme. * Added debian/dirs to create needed icon dirs. * Install icons into hicolor-icon-theme. * Moved python-notify to Recommends in debian/control. * Removed sqlite3 from depends, it is provided by the python package. * Updated Standards version to 3.9.3 no changes needed. * Removed debian/ViridianApp.xpm not needed, it is generated in debian/rules now. * Update debian/watch so it works again. xapian-bindings (1.2.10-1) unstable; urgency=low * New upstream release. * debian/control.in: Standards-Version: 3.9.3 (no changes required). * debian/copyright: Update copyright years. xapian-omega (1.2.10-1) unstable; urgency=low * New upstream release. * Enable hardened build flags. (Closes: #658024) * debian/control.in: Standards-Version: 3.9.3 (no changes required). * debian/copyright: Update copyright years. xmpi (2.2.3b8-13) unstable; urgency=low * priority set to extra zathura (0.1.2-3) unstable; urgency=low * debian/control: Add Suggests on zathura-{ps,djvu}. * debian/patches: Backport some fixes and translations from upstream. - fix-pan-problem: Fix bad panning behavior. (Closes: #669034) - close-on-destoy: Correctly close the document on exit so the current page is remembered. - free-index: Free index if document gets closed. Otherwise one would get the old index after a document gets reloaded. - add-translations: Backport new translations. * debian/copyright: Fix formatting. * debian/rules: Call xfvb-run with -a to prevent FTBFS if there is already another xvfb instance running. REMOVED: libclass-dbi-lite-perl 1.033-1 REMOVED: libima-dbi-contextual-perl 1.005-1 REMOVED: mrwtoppm 0.1.1-2.2 REMOVED: qtstalker 0.32-3.3 REMOVED: libjpeg7 7-2 REMOVED: hmake 3.14-3