about summary refs log tree commit diff
path: root/pkgs/tools/misc/debian-devscripts
AgeCommit message (Collapse)AuthorFilesLines
2022-12-24debian-devscripts: 2.16.8 -> 2.22.2, fix debchange editor (#198837)Mike Purvis1-7/+17
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-16treewide: remove unzip where not neededBen Siraphob1-2/+2
2021-02-20treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob1-2/+2
2021-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob1-1/+2
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth1-1/+1
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-12-15lib.makePerlPath -> perlPackages.makePerlPathvolth1-6/+4
2018-03-25debian-devscripts: add dpkg in PATHKai Harries1-1/+2
The script uscan was complaining about missing dpkg, therefore I have added it to the PATH.
2017-08-11gnupg: 2.1.22 -> 2.1.23Lancelot SIX1-2/+2
This release in a RC for gnupg-2.2. The main difference as far as nixpkgs is concerned is that the binary `gpg2` is now called `gpg` and `gpgv2` is called `gpgv`. This update fixed all explicit use of `gpg2` and `gpgv2` across nixpkgs, but there might be some packaged software that internally use `gpg2` not handeled by this commit. See http://lists.gnu.org/archive/html/info-gnu/2017-08/msg00001.html for full release information
2017-01-29Getting rid of the var indirection and using a bin path insteadParnell Springmeyer1-1/+1
2017-01-28Addressing PR feedbackParnell Springmeyer1-1/+1
2017-01-25setcap-wrapper: Merging with upstream master and resolving conflictsParnell Springmeyer1-2/+2
2016-11-16debian_devscripts: 2.16.6 -> 2.16.8Tobias Geerinckx-Rice1-2/+2
2016-09-01Adapting everything for the merged permissions wrappers work.Parnell Springmeyer1-1/+1
2016-08-14Remove top-level setuptoolsFrederik Rietdijk1-4/+7
See #11567.
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-07-04debian-devscripts: 2.16.5 -> 2.16.6Tobias Geerinckx-Rice1-2/+2
2016-06-06debian-devscripts: 2.16.4 -> 2.16.5Tobias Geerinckx-Rice1-2/+2
2016-04-24debian-devscripts: 2.16.3 -> 2.16.4Tobias Geerinckx-Rice1-2/+2
2016-04-22debian-devscripts: 2.16.2 -> 2.16.3Tobias Geerinckx-Rice1-2/+2
2016-04-01Merge branch 'master' into closure-sizeVladimír Čunát1-2/+2
Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
2016-03-20debian-devscripts: 2.16.1 -> 2.16.2Tobias Geerinckx-Rice1-2/+2
2016-03-08Merge master into closure-sizeVladimír Čunát1-2/+2
The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
2016-02-15debian_devscripts: 2.15.10 -> 2.16.1Tobias Geerinckx-Rice1-2/+2
Changes: http://metadata.ftp-master.debian.org/changelogs/main/d/devscripts/devscripts_2.16.1_changelog
2016-02-03Merge recent 'staging' into closure-sizeVladimír Čunát1-2/+2
Let's get rid of those merge conflicts.
2016-01-19debian_devscripts: 2.15.8 -> 2.15.10Tobias Geerinckx-Rice1-2/+2
Changes: http://metadata.ftp-master.debian.org/changelogs/main/d/devscripts/
2015-10-13curl: split into multiple outputsVladimír Čunát1-1/+1
Also use pkgconfig to be safer and fix (some) referrers.
2015-08-31debian_devscripts: 2.15.4 -> 2.15.8Tobias Geerinckx-Rice1-14/+35
Also: - add some previously missing dependencies and patch /usr paths - fix fetching of https:// URIs with perlPackages.LWPProtocolHttps - remove the bash completion work-around (no longer needed) - add newly required make flags - change licence from string to attribute (still unspecified) CC maintainer @raskin.
2015-05-29debian-devscripts -> 2.15.4Tobias Geerinckx-Rice1-2/+5
Temporarily drop bash completions until fixed.
2015-04-20debian_devscripts 2.12.4 -> 2.15.3Tobias Geerinckx-Rice1-7/+10
Was touched by 55edae1 but tarball had vanished.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2012-10-09Fix some of the debian-devscripts shell referencesMichael Raskin1-0/+1
2012-10-07Adding meta.maintainersMichael Raskin1-1/+2
2012-10-07Adding Debian devscripts. Mostly for uscan.Michael Raskin1-0/+34
I plan to later use uscan for simplifying package updates in some NixPkgs packages. I have no code for that now. I added Perl packages File::DesktopEntry and File::BaseDir in a slightly hascky way because one part of the installation system replaced PREFIX= with --prefix= and the other complained that it doesn't know what to do with --prefix=. I checked that a script using File::DesktopEntry works, and I don't know enough Perl to rewrite buildPerlPackage and hope that my change is an improvement. I removed trnaslated manpages because it uses po4a which has some more Debian-specific dependencies of its own.