ldc (1:1.42.0-1) unstable; urgency=medium . [ Fabio Fantoni ] * New upstream version 1.42.0 * d/patches: removed one patch applied upstream, refresh one and remove 2 not applicable * Re-instate /usr/include/d in the LDC include search path. Done by shipping debian/90-debian-common-include.conf into /etc/ldc2.conf/ via d/rules instead of patching upstream. * Re-instate mips64el defaults (-mcpu=mips64r2 -mabi=n64) via debian/91-debian-mips64el.conf, same mechanism. * d/gbp.conf: don't use patch number and other improvements * SONAME bump for new ABI (libphobos2-ldc-shared111 -> ...-shared112) * add missed conflict with libphobos2-ldc-shared110 * d/control: remove quilt from build-deps (Closes: #1129937) * d/ldc2.1, d/ldmd2.1: regenerate the manual pages from the current ldc2/ldmd2 --help output via help2man; the shipped pages dated back to December 2009 and were missing many options added since (e.g. --betterC, --fsanitize, -shared), and ldmd2.1 was a verbatim copy of ldc2.1. Also fix the obsolete .TH header and document the procedure in d/README.source (Closes: #943792) * d/salsa-ci.yml: handle the failing CI jobs * d/control: - remove redundant Priority field - fix spelling error in libphobos2-ldc-shared-dev description - remove Rules-Requires-Root, no longer necessary since trixie * Update standards version to 4.7.4 * d/libphobos2-ldc-shared-dev.install: drop duplicated entry * Update d/copyright . [ Jeremy Bícha ] * Explicitly build with llvm 19 since ldc isn't ready for 21 yet ldc (1:1.41.0-1) unstable; urgency=medium . * New upstream version: 1.41.0 - Fixes build with CMake 4 (Closes: #1113096) * Refresh patches * Adjust for new Phobos ABI (111) * Override Lintian error in source package about failing to unpack a fake .a file from the testsuite ldc (1:1.40.0-5) unstable; urgency=medium . [ Zixing Liu ] * d/control: mark libphobos2-ldc-shared-dev as M-A: same * d/p/05_cf_protection_attr_fix.patch: add a patch to fix control-flow protection attribute marking mechanism * d/p/06_mips_default_target.patch: add a patch to set Debian's MIPS64 ABI as the default MIPS64 output ABI for LDC . [ Gianfranco Costamagna ] * Team upload ldc (1:1.40.0-4) unstable; urgency=medium . [ Gianfranco Costamagna ] * Team upload. . [ Zixing Liu ] * d/rules: fix the build regression in the previous revision by using the new option --dwarf-version instead of -gdwarf. Also encode the D compiler flags using CMake array syntax as the build script expect a CMake array, not a plain string. ldc (1:1.40.0-3) unstable; urgency=medium . [ Gianfranco Costamagna ] * Team upload. . [ Zixing Liu ] * d/rules: append LDC compiler flags to the stage1 build * d/control: add zlib1g-dev as runtime dependency for libphobos2-ldc-shared-dev (Closes: #1092040) ldc (1:1.40.0-2) unstable; urgency=medium . * d/p/04_i386_int128_alignment.patch: backport a patch to fix i386 tests. * d/rules: force LDC to generate extra-large GOT jumps and mips64r2el code on Debian mips64el target. ldc (1:1.40.0-1) unstable; urgency=medium . [ Gianfranco Costamagna ] * Team upload * Import NMU changes and 1.40 version into git * Revert ldc | gdmd in control file, actually ldc is not installable anymore in sid due to llvm-16 removal. . [ Zixing Liu ] * New upstream version 1.40.0 - d/patches: remove patches already merged by the upstream - d/control: update sover to 110 * New upstream version 1.39.0 - d/p/01_no-zlib-embed.patch: use upstream's patch to de-bundle zlib library - d/p/10_add_llvm_19_support.patch: backport an upstream patch to support LLVM 19 - d/patches: refresh patches - d/libphobos2-*.install: update sover to 109 * d/control: update to use LLVM 19 (Closes: #1084285) * d/control: also build on mips64el * d/rules: build and install both static and shared libraries in one step * d/rules: specify the cmake option to use system zlib * d/rules: do not run tests if nocheck is specified * d/libphobos2-*.install: remove execution bits * New upstream version: 1.38.0 - Supports LLVM 18.1 - Remove Pass-NDEBUG-through-LDC_CXXFLAGS.patch (merged upstream) * Build on Loong64 (Thanks to Dandan Zhang, Closes: #1069718) * Allow bootstrapping LDC using previous version of LDC * Run very basic unit tests after the build * Explicitly set DWARF v4 to make DWZ happy (also fixes the Lintian warning) * Add lld-18 and llvm-18-linker-tools as recommended packages for ldc * Update d/copyright * Update Debian standard version to v4.7.0 ldc (1:1.36.0-2.1) unstable; urgency=medium . [ Gianfranco Costamagna ] * Non-maintainer upload. . [ zhangdandan ] * add build support for loongarch64 (Closes: #1069718) - cherry-pick upstream ldc patches: - 0001-druntime-adjust-LoongArch64-definitions.patch - 0002-ABI-Fix-calling-convention-for-LoongArch.patch - 0003-ABI-Update-spec-url-for-LoongArch.patch - 0004-druntime-Remove-unused-stack-slot-to-end-exactly-on-.patch - 0005-druntime-Fix-backtraces-in-Fibers-for-LoongArch.patch - cherry-pick upstream phobos patches: - 0001-Add-std-math-hardware.d-support-for-LoongArch64.patch - 0002-std-math-hardware.d-use-an-alternative-register-nami.patch - 0003-std-math-hardware.d-Fix-compile-error-for-LoongArch.patch - 0004-std.math.hardware-Fix-LoongArch-support-73.patch ldc (1:1.36.0-2) unstable; urgency=medium . * Only use 64-bit time on armhf - i386 is to remain on 32-bit time ldc (1:1.36.0-1) unstable; urgency=medium . * New upstream version: 1.36.0 - Supports LLVM 17 (Closes: #1056110) * Add Pass-NDEBUG-through-LDC_CXXFLAGS.patch - Fixes linker failure for LDC tools with current LLVM * Build on riscv64 (thanks to Bo YU, Closes: #1021584) * LDC should already work fine with 64-bit time on 32-bit architectures, just to be on the safe side though, enforce time64,lfs on 32-bit architectures for C code as well (Closes: #1064166) * Update d/copyright * Update dh version to 13 * Update build-deps to switch away from transitional packages ldc (1:1.35.0-1.3~exp1) experimental; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. ldc (1:1.35.0-1.2) unstable; urgency=medium . * Non-maintainer upload. * Fixup bash-completion installation file ldc (1:1.35.0-1.1) unstable; urgency=medium . * Non-maintainer upload * Add bash-completion dependency to let cmake helper do the right job (Closes: #1055515) ldc (1:1.35.0-1) unstable; urgency=medium . [ Matthias Klumpp ] * New upstream version 1.35.0 * Refresh patches * Adjust package names for new Phobos ABI * Require LLVM 16.x (Closes: #1051863) . [ Janitor ] * Remove unnecessary constraints ldc (1:1.30.0-1) unstable; urgency=medium . * New upstream version: 1.30.0 * Adjust for Phobos version bump * Drop riscv64 builds (Closes: #1012181) * Bump LLVM dependency * Drop normalize-target-triplets.patch: Applied upstream * Update d/copyright ldc (1:1.29.0-2) unstable; urgency=medium . * Enable experimental riscv64 builds * Add normalize-target-triplets.patch - Fixes builds on 32bit architectures (Closes: #1010281) ldc (1:1.29.0-1) unstable; urgency=medium . * Update phobos library version * New upstream version: 1.29.0 - Now works with LLVM 13 & 14 (Closes: #1000919) * Move -lz to the end of the linker command line (Closes: #920410) * Refresh patches ldc (1:1.28.1-1) unstable; urgency=medium . * New upstream version: 1.28.1 ldc (1:1.28.0-2) unstable; urgency=medium . [ Christian Ehrhardt ] * d/rules, d/*.install: disable LDC_DYNAMIC_COMPILE and thereby -jit.so libraries (Closes: #1000431, #997759) ldc (1:1.28.0-1) unstable; urgency=medium . * New upstream version: 1.28.0 * Refresh patches * Adjust Phobos library package name for SONAME update ldc (1:1.24.0-2) unstable; urgency=medium . * Clear DFLAGS before building (Closes: #980686) - dpkg started to set "-frelease", which is automatically read by ldmd2 and will lead to build failures as ldmd2 doesn't understand GCC/GDC flags (it's "-release" for this compiler...). Setting DFLAGS to emptystring however will mess up gdmd, so since nobody seems to parse this right, we just ensure the variable isn't set. * Drop static-PIC.patch: Seems to be no longer needed and will also cause the build to fail now due to and unrelated cmake issue. ldc (1:1.24.0-1) unstable; urgency=medium . * New upstream version: 1.24.0 * Refresh all patches * Update d/copyright * Adjust library package name for SONAME change ldc (1:1.21.0-1) unstable; urgency=medium . [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. * Rely on pre-initialized dpkg-architecture variables. * Fix day-of-week for changelog entries 0.13.0alpha2-1, 0.13.0alpha1-1 . [ Matthias Klumpp ] * New upstream version: 1.21.0 * Phobos package version bump ldc (1:1.20.1-1) unstable; urgency=medium . * New upstream version: 1.20.1 - This is a bugfix release resolving a regression which created an incorrect module constructor execution order. See https://github.com/ldc-developers/ldc/issues/3346 ldc (1:1.20.0-1) unstable; urgency=medium . * New upstream version: 1.20.0 * Drop pass-d-compiler-flags.patch: No longer needed * Refresh patches * Bump standards version: No changes needed * Mark rules as not requiring root * Adjust library package name to new SONAME ldc (1:1.18.0-2) unstable; urgency=medium . * No-change source-only upload. ldc (1:1.18.0-1) unstable; urgency=medium . * New upstream version: 1.18.0 * Depend on default LLVM dev packages * Refresh patches * Fix d/watch to download the complete release tarball * Update package names for new runtime version * d/rules: Remove empty dir ldc (1:1.17.0-2) unstable; urgency=medium . * Don't try to disable NEON in GDC-based bootstrap phase - This may fix the armhf build * Reset build architectures back to the ones LDC supports ldc (1:1.17.0-1) unstable; urgency=medium . * New upstream version: 1.17.0 * Refresh all patches * Use the GNU D Compiler (GDC) for bootstrapping instead of the old LDC ltsmaster branch. This simplifies the bootstrapping and LDC build process a lot and also allows building with more recent LLVM versions. This also means in order to build this package, a working GDC compiler is required first. * Adjust phobos library package name * Switch package to arch:any - This allows us to find out on which architectures the GDC-bootstrapped LDC will actually build. ldc (1:1.16.0-1) unstable; urgency=medium . * New upstream version: 1.16.0 - Builds with GCC >= 9 (Closes: #925730) * Record new ltsmaster commit * Don't remove zlib from bootstrap compiler, simplify zlib-link patch * Bump standards and dh versions (No changes needed) * Update runtime library package name * Don't bootstrap LDC, build with an older packaged version - Recommended by upstream in In the long run we will bootstrap with GDC instead. * Build with LLVM 8 (CLoses: #912789) - Made possible by not bootstrapping with the C++ version first * Don't run dh_dwz for now, dwz strips too much * Don't make LDC add a default rpath to binaries * Even when not bootstrapping, first build a temporary LDC to build the released one ldc (1:1.12.0-1) unstable; urgency=medium . * New upstream version: 1.12.0 * Rebuild LDC with its to-be-released version again when bootstrapping, to ensure the released LDC was built with itself. * Update shared library package SONAME * Update patches ldc (1:1.11.0-2) unstable; urgency=medium . * Remove ppc64 and ppc64el from supported architecture list - See https://github.com/ldc-developers/ldc/issues/2824 for the discussion and upstream comment on this. * Conflict with old phobos library again to make transition easier ldc (1:1.11.0-1) unstable; urgency=medium . * New upstream version: 1.11.0 - Now supports arm64, more testing is needed though (Closes: #791976) * Drop bootstrap-pic-default.patch: Applied upstream * Refresh & adjust patches * Record packaged ltsmaster commit in d/ldc-ltsmaster-commit.txt * Document new-release packaging workflow * Bump standards version: No changes needed * Update library package name * Update package descriptions * Build using LLVM 6 (Closes: #904278) ldc (1:1.8.0-3) unstable; urgency=medium . * Pass -V to dh_makeshlibs * Update maintainer address to tracker.d.o * bootstrap-no-zlib-embed.patch: Adjust to fix FTBFS with recent cmake ldc (1:1.8.0-2) unstable; urgency=medium . * Make libphobos2-ldc-shared-dev conflict with old libphobos2-ldc-dev ldc (1:1.8.0-1) unstable; urgency=medium . * New upstream version: 1.8.0 * Update Vcs-* URLs for Salsa switch * d/watch: Tune to ignore the "CI" tag * Switch to dh compat level 11 * Strip static libraries * Refresh patches * d/copyright: Use HTTPS URL * Update package names to new shared library names - Upstream now enforces a "-shared" suffix for all shared libraries. While this is uncommon and a breaking change, we do not patch this out in Debian and follow upstream defaults. The Phobos packages have been renamed accordingly. See https://github.com/ldc-developers/ldc/pull/2443 for details on the change. ldc (1:1.6.0-1) unstable; urgency=medium . * New upstream version: 1.6.0 * Update Phobos package name/contents for new runtime/stdlib * Bump standards version: No changes needed ldc (1:1.5.0-1) unstable; urgency=medium . * New upstream version 1.5.0 - Fixes crash when compiling sambamba (Closes: #878837) * d/rules: Only set DEB_HOST_ARCH if not set already * Bump standards version: No changes needed * d/rules: Use dh_missing * Update Phobos library name and conflict with the old Phobos package - The new conflicts relationship should reduce the risk of breakage, since in the past it happened often that half of the archive was compiled against a new Phobos version, breaking all binaries still using the old version and loading a library compiled with the new one (or vice versa). This reduces library co-installability, but in this case of extreme ABI instability might be for the better, especially since D itself doesn't have a stable ABI. ldc (1:1.4.0-3) unstable; urgency=medium . * Add Fix-storage-of-captured-lazy-parameters.patch - Resolves an address boundary error, see LDC issue #2302 * Unconditionally bootstrap again - Non-bootstrapped builds fail on ppc64el due to a relocation error. This will likely be fixed in the next LDC release. ldc (1:1.4.0-2) unstable; urgency=medium . [ Matthias Klumpp ] * Don't enforce bootstrap * Fix section name for libphobos2 * Update d/copyright (Closes: #876036) . [ Gianfranco Costamagna ] * Remove some more embedded zlib references * Bootstrap with -DD_FLAGS_DEBUG='' ldc (1:1.4.0-1) unstable; urgency=medium . * New upstream version: 1.4.0 * Build using LLVM 5 (Closes: #873420) * Update patches * Bump standards version: No changes needed * Update Phobos library name * Don't strip static libraries - Workaround for error during stripping, should be removed when the issue is resolved. * Document Lintian override * Enforce bootstrap ldc (1:1.3.0-2) unstable; urgency=medium . * Enforce automatic bootstrap * bootstrap-no-zlib-embed.patch: Ensure the bootstrap compiler does not embed zlib as well * Remove explicit manual ldconfig trigger ldc (1:1.3.0-1) unstable; urgency=medium . * default compression set to xz * New upstream version 1.3.0 * build against llvm 4.0 * policy set to 4.0.0 * add ppc64 arch * bump ABI * refresh patches ldc (1:1.2.0-1) unstable; urgency=medium . * New upstream version 1.2.0 * Don't bootstrap unconditionally anymore * Switch back to LLVM 3.9 * Drop phobos-ldc-enable-shlibs.diff: Applied upstream * Add no-zlib-embed.patch: Don't embed zlib * Update Phobos package name for SONAME change ldc (1:1.1.1-4) unstable; urgency=medium . * Build with LLVM 4.0 * Always switch to self-bootstrap if no system D compiler was found ldc (1:1.1.1-3) unstable; urgency=medium . * Compile bootstrap-LDC without NEON on arm * Automatically bootstrap when the stage1 build-profile is active, regardless of whether bootstrapping was enabled manually. * Build with LLVM 3.8 instead of 3.9 to see if that helps with narrowing down the cause of bug #857085. ldc (1:1.1.1-2) unstable; urgency=medium . * Always re-bootstrap the new LDC using LDC 0.17.x ldc (1:1.1.1-1) unstable; urgency=medium . * New upstream version: 1.1.1 ldc (1:1.1.0+r-1) unstable; urgency=medium . * New upstream version: 1.1.0 * Include runtime/phobos debug libraries in -dev package ldc (1:1.1.0+b6-2) unstable; urgency=medium . * Allow arm64 bootstrap * Build with LLVM 3.9 - Resolves https://github.com/ldc-developers/ldc/issues/1933 ldc (1:1.1.0+b6-1) unstable; urgency=medium . * New upstream version: 1.1.0+b6 * Add debian/watch file ldc (1:1.1.0+b3-1) unstable; urgency=medium . * New upstream version: 1.1.0 Beta3 ldc (1:1.1.0git20161002.78c0d69-3) unstable; urgency=medium . [ Matthias Klumpp ] * Compile without NEON on armhf . [ Konstantinos Margaritis ] * pass-d-compiler-flags.patch: Pass D compiler flags through ldc (1:1.1.0git20161002.78c0d69-2) unstable; urgency=medium . * Don't try to build on armel - The LLVM toolchain is broken on armel, so we can not build on that architecture at time. See bug #820535. * d/rules: Switch to minimal dh style ldc (1:1.1.0git20161002.78c0d69-1) unstable; urgency=medium . * New upstream Git snapshot: 1.1.0git20161002.78c0d69 - Closes: #839301 * Refresh patches * Update Vcs-* URLs * Add gbp.conf * Add a few source-package local options * d/rules: List missing files on install ldc (1:1.1.0git216c112-1) unstable; urgency=medium . * Development snapshot, remove powerpc until it is fixed, so that we enter testing again. (Closes: #833020) * Add -fPIC to flags (Closes: #835914) * Transfer package to the D team. ldc (1:1.1.0-2) unstable; urgency=medium . * Multiarch enable * Install includes separately to avoid clash with gdc (Closes: #827211) ldc (1:1.1.0-1) unstable; urgency=medium . * New upstream release * Removed debug packages, dbgsym packages are provided. ldc (1:0.17.1-1) unstable; urgency=medium . * New upstream release ldc (1:0.17.0~beta2-1) unstable; urgency=medium . * New upstream release, make it linux-any. ldc (1:0.15.1-1) experimental; urgency=medium . * New upstream release, added PowerPC architectures (powerpc, ppc64, ppc64le). (Closes: #754690) * Add lintian-overrides for libphobos2-ldc-debug66 in order to make it lintian clean. * Changed Recommends: libphobos2-ldc-dev to Depends, otherwise apt fails to download it. ldc (1:0.14.0.dfsg-1.1) unstable; urgency=medium . * Non-maintainer upload. * Drop armhf as the package attempts to use x86 assembly. (Closes: #796751) ldc (1:0.14.0.dfsg-1) unstable; urgency=medium . * Remove vcbuild/ files, not useful for a Linux build anyway and non-free. Rename version as 0.14.0.dfsg-1. (Closes: #759371) ldc (1:0.14.0-1) unstable; urgency=medium . * Just list the supported architectures for now, will add the rest once support is properly added, working with upstream to add both kfreebsd and powerpc, s390x will follow. * Separate phobos2 standard library into separate packages, both static and shared libs will be provided. * Packaging now kept in git@alioth (Vcs-Git fields updated accordingly, Closes: #753967) ldc (1:0.13.0-1) unstable; urgency=medium . * New upstream release, that matches dmd 2.064 * Set /usr/include/dlang/ as install path, to match upstream decision ldc (0.13.0alpha2-1) unstable; urgency=medium . * New upstream release * Actually change maintainer field in control file * Add /usr/include/d/common in the include path, all D external packages will be placed there. * Also include shared library libldc.so ldc (0.13.0alpha1-1) unstable; urgency=medium . * New upstream release. Closes: #726910. * New maintainer Closes: #730798. * Fixes lots of FTBFS bugs. Closes: #625037, #627566, #707372, #654605, #730782. ldc (0.10.0-0~exp2) experimental; urgency=low . * debian/rules (configure-stamp): display auto-generated bin/ldc2.conf in the purpose to understand why the package builds fine in a pbuilder but FTBFS on the buildds. * debian/patches/04_kfreebsd.diff: Update with missing parts. Hopefully fixes FTBFS on kfreebsd. ldc (0.10.0-0~exp1) experimental; urgency=low . * New upstream release: Closes: #664838. - Based on DMD v2.060 and LLVM 3.2. - Built against libconfig++9. Closes: #664876. * Stop building the libllvm-bindings-d package: - debian/control, debian/rules: Update accordingly. - debian/libllvm-bindings-d.install: Remove. * debian/control: - Build-Depends on libconfig++-dev. - Update Homepage and package Description. - Bump Standards-Version to 3.9.4. - Remove libtango-ldc-dev from Recommends. * Update manpages: - debian/ldc.1, debian/ldmd.1: Remove. - debian/ldc2.1, debian/ldmd2.1: Add. - debian/ldc.manpages: Add. * Misc packaging updates: - debian/ldc.doc, debian/Makefile: Update. - debian/README.source: Add. - debian/rules: Update considering all above changes. * Update patches (debian/patches/): - 01_llvm-rev.diff: Remove, not needed anymore. - 02_llvm-bindings.diff: Remove, not needed anymore. - 03_ldc-conf.diff: Remove, use cmake flags instead. - 04_kfreebsd.diff: Refresh. - 05_alpha.diff: Remove, alpha is not supported anymore by LLVM. - 06_sh4.diff: Refresh. - 07_link_shlib.diff: Add, link against the shared libraries. Closes: #597834. - series: Update accordingly. ldc (0.9.1+hg1634-1) unstable; urgency=low * New upstream snapshot: - Merge DMD 1.056. * debian/patches/06_sh4.diff: Fix build on sh4. Closes: #560437. Thanks to Nobuhiro Iwamatsu. * debian/patches/03_ldc-conf.diff: Add /usr/include/d/ldc to include paths. * debian/control: - Recommends libtango-ldc-dev. Closes: #561731. - Bump Standards-Version to 3.8.4. ldc (0.9.1+hg1596-3) unstable; urgency=low * 04_kfreebsd.diff: Add missing hunk to treat kfreebsd-gnu as freebsd. * 05_alpha.diff: Port on alpha. ldc (0.9.1+hg1596-2) unstable; urgency=low * Link with -Wl,--no-relax on alpha. * 04_kfreebsd.diff: Port on kfreebsd-gnu. Closes: #559350. Thanks to Cyril Brulebois for the patch. * debian/ldc.1, debian/ldmd.1: Add manpages. * Build in VERBOSE mode. ldc (0.9.1+hg1596-1) unstable; urgency=low * Upload to unstable. Closes: #508070. ldc (0.9.1+hg1596-1~exp1) experimental; urgency=low * New upstream snapshot. - Merge DMD 1.051. ldc (0.9.1+hg1586-1~exp2) experimental; urgency=low * Fix include and library paths in configuration files. ldc (0.9.1+hg1586-1~exp1) experimental; urgency=low * Initial release. onedrive (2.5.10-1) unstable; urgency=medium . * New upstream version 2.5.10 * d/watch: Update configuration for version 5 * d/copyright: Update years * d/control: + Bump Standards-Version to 4.7.3 (no changes needed) + Remove redundant priority optional field * d/patches: + Refresh Debian patchs + Use new option 'disable_version_check' (refs: #1101407) onedrive (2.5.9-1) unstable; urgency=medium . * New upstream version 2.5.9 * d/patches: Refresh Debian patchs onedrive (2.5.7-1) unstable; urgency=medium . * New upstream version 2.5.7 * d/patches: Refresh Debian patchs * d/control: redundant-rules-requires-root-no-field onedrive (2.5.6-1) unstable; urgency=medium . * New upstream version 2.5.6 * d/patches: + Refresh Debian patchs + Disable new version notifications (Closes: #1101407) * d/control: Added new BD on libdbus-1-dev * d/copyright: Remove gentoo related files onedrive (2.5.5-1) unstable; urgency=medium . * New upstream version 2.5.5 * Bump Standards-Version to 4.7.2 (no changes needed) * d/patches: Refresh Debian patchs * d/copyright: Remove old FSF address * d/rules: Enable debug (Lintian debug-file-with-no-debug-symbols) onedrive (2.5.4-1) unstable; urgency=medium . * New upstream version 2.5.4 * d/patches: Refresh Debian patches * d/copyright: Update years onedrive (2.5.3-1) unstable; urgency=medium . * New upstream version 2.5.3 * d/copyright: Refresh version according new version * d/patches: remove applied upstream patchs onedrive (2.5.2-1) unstable; urgency=medium . * New upstream version 2.5.2 * Bump Standards-Version to 4.7.0 (no changes needed) * d/patches: + Refresh patches according new version + Fix spelling errors reported by Lintian * d/copyright: Refresh version according new version onedrive (2.4.25-2) unstable; urgency=medium . * d/patches: Rename and add DEP descriptions * d/copyright: Update years * d/control: + Update systemd-dev BD (Closes: #1060522) + Update pkgconf package name onedrive (2.4.25-1) unstable; urgency=medium . * New upstream version 2.4.25 * d/copyright: Fix ebuild file name * Bump Standards-Version to 4.6.2 (no changes needed) onedrive (2.4.23-1) unstable; urgency=medium . * New upstream version 2.4.23 * d/control: Remove installable-field-mirrors-source onedrive (2.4.22-1) unstable; urgency=medium . * New upstream version 2.4.22 onedrive (2.4.21-1) unstable; urgency=medium . [ Sebastien Badia ] * New upstream version 2.4.21 * d/control: + Bump compat to 13 + Bump standard version + New maintainer (Closes: #1012429) + Do not require root * Docs: Do not install LICENSE and docs/INSTALL.md files * d/copyright: Various fixes (FSF address, machine readable file) * d/ci: Added salsa ci . [ Clément Hermann ] * Add myself to uploaders onedrive (2.4.18-0.1) unstable; urgency=medium . * Non-maintainer upload. * New upstream release (Closes: #988630). * d/control: Remove Vcs because debian branch is dropped. * d/copyright: Convert to machine-readable format and add missing info. onedrive (2.4.13-1) unstable; urgency=medium . * New upstream release. onedrive (2.4.10-1) unstable; urgency=medium . * New upstream release. onedrive (2.4.9-1) unstable; urgency=medium . * New upstream release. onedrive (2.4.8-1) unstable; urgency=medium . * New upstream release onedrive (2.4.7-1) unstable; urgency=medium . * New upstream release onedrive (2.4.6-1) unstable; urgency=medium . * New upstream release * Update fish completion installation directory * Remove upstream included patch fix-fish-installation onedrive (2.4.4-1) unstable; urgency=medium . * new upstream release onedrive (2.4.3-1) unstable; urgency=medium . * new upstream release onedrive (2.4.2-1) unstable; urgency=medium . [ Debian Janitor ] * Trim trailing whitespace. * Set upstream metadata fields: Bug-Database, Bug-Submit (from ./configure), Name (from ./configure), Repository, Repository- Browse. . [ Norbert Preining ] * new upstream release onedrive (2.4.0-1) unstable; urgency=medium . * new upstream release * bump debhelper compat to 12 onedrive (2.3.13-1) unstable; urgency=medium . * new upstream release onedrive (2.3.12-1) unstable; urgency=medium . * new upstream release onedrive (2.3.11-1) unstable; urgency=medium . * new upstream release onedrive (2.3.10-1) unstable; urgency=medium . * new upstream release * build on any arch (Closes: #939820) onedrive (2.3.9-1) unstable; urgency=medium . * new upstream release * add -b debian to vcs-git onedrive (2.3.8-2) unstable; urgency=medium . * disable init.d starting of onedrive onedrive (2.3.8-1) unstable; urgency=medium . * new upstream release * update patch * init.d script support onedrive (2.3.7-3) unstable; urgency=medium . * Try to work around disappearing systemd pkg-config on sbuild hosts (why on earth?) (Closes: #932317) onedrive (2.3.7-2) unstable; urgency=medium . * Source only upload onedrive (2.3.7-1) unstable; urgency=medium . * new upstream release - fixes a critical bug in 2.3.6 onedrive (2.3.6-1) unstable; urgency=medium . * new upstream release * update patch onedrive (2.3.5-1) unstable; urgency=medium . * new upstream release * update patches onedrive (2.3.4-1) experimental; urgency=medium . * new upstream release (2.3.4) * update patches and rules file for changed layout onedrive (2.3.3-1) experimental; urgency=medium . * new upstream release (2.3.3) * update patches * install completions onedrive (2.3.2-1) experimental; urgency=medium . * new upstream releases (2.3.{0,1,2} * update patches onedrive (2.2.6-2) unstable; urgency=medium . * upload to unstable onedrive (2.2.6-1) experimental; urgency=medium . * new upstream release onedrive (2.2.5-1) unstable; urgency=medium . * new upstream releases * enable notifications during build * update Vcs fields and maintainer email onedrive (2.2.1-1) unstable; urgency=medium . * new upstream release - fix file renaming support - fix network error handling - include man page * update homepage to abraunegg gh * patch rework and cleanup * remove older conffile /etc/onedrive.conf onedrive (2.2.0-1) unstable; urgency=medium . * New upstream version 2.2.0 * restrict building to archs where ldc is available * use ldmd2 instead of ldc2 onedrive (2.1.6-1) unstable; urgency=medium . * New upstream version 2.1.6 - switching to abraunegg version - syncing works again (Closes: #913744) onedrive (1.1.20180922~really1.1.3-1) unstable; urgency=medium . * version 1.1.3 * use again ldc as it is the default d compiler * adapt build system to upstream * bump standards version, no changes necessary onedrive (1.1.20170919-2) unstable; urgency=medium . * switch to gdc * bump standards version, no changes necessary onedrive (1.1.20170919-1) unstable; urgency=medium . * New upstream version 1.1.20170919 * update/remove patches * bump standards version, no changes necessary onedrive (1.1.20170106-1) unstable; urgency=medium . * new checkout from git * allow building with ldmd2 onedrive (1.1.20161012-2) unstable; urgency=medium . * add patch to fix service file, and install it into right place (Closes: #842426) (Thanks to Alam Arias) onedrive (1.1.20161012-1) unstable; urgency=medium . * First release (Closes: #830946) ucf (3.0056) unstable; urgency=medium . * Upload to unstable ucf (3.0055) experimental; urgency=medium . * Add missing test and autopkgtest dependency on bsdextrautils for rev(1). * Drop unnecessary autopkgtest dependency on diffutils (Priority: Required). ucf (3.0054) experimental; urgency=medium . [ Mark Hindley ] * ucf,ucfr: preserve COWDANCER_* environment variables. * d/control: bump Standards Version (no changes). * ucf_library.sh: add warn() to print to stderr. * ufc: - use warn() for --no-action output to avoid interaction with debconf. - do not load debconf module at all under --no-action. * ucfr: - don't choke on missing registry when called with --no-action. * t/: - fix testsuite: git ignores empty directories, so create expected subdirs if necessary. - basic_noaction: convert output to reproducible relative paths. - record the exit status in the expected test output - distinguish testsuite reports. * t/run: - also capture and diff stderr. * t/run_rootless: don't rely on ucf being installed. * ucf_helper_functions.sh: add DPKG_ROOT support. * man/ucf_helper_functions.sh.5: escape fullstop at beginning of line. * Add shellcheck directives to find dynamically sourced files. * Makefile: add ucf_helper_functions.sh to check and shellcheck recipes. * d/tests: add t/run_rootless as autopkgtest. . [ Johannes Schauer Marin Rodrigues ] * ucf,ucfr: keep LD_LIBRARY_PATH and LD_PRELOAD * Support $DPKG_ROOT in ucf and ucfr utilities * ucfq: add support for --root and $DPKG_ROOT * add tests for DPKG_ROOT . [ Nick Rosbrook ] * Makefile: quote version string during replacement (LP: #2142754) . [ Marc Haber ] * add ucf_helper_functions.sh and man page (Closes: #1138790) * t/run: bind-mount /dev/null so that cp -p succeeds in unshare. REMOVED: vdeplug-agno 0.1.2-1 REMOVED: wolfssl 5.9.1-0.1 REMOVED: nvidia-graphics-drivers-tesla-535 535.274.02-2 REMOVED: nvidia-settings-tesla-535 535.247.01-2