Skip to content

Commit

Permalink
debian-devscripts: rename from deprecated debian_devscripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nckx committed Mar 24, 2016
1 parent 6db204b commit 99c4f14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/tools/package-management/dpkg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};

postPatch = ''
# dpkg tries to force some dependents like debian_devscripts to use
# dpkg tries to force some dependents like debian-devscripts to use
# -fstack-protector-strong - not (yet?) a good idea. Disable for now:
substituteInPlace scripts/Dpkg/Vendor/Debian.pm \
--replace "stackprotectorstrong => 1" "stackprotectorstrong => 0"
Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ rec {
cool-old-term = cool-retro-term; # added 2015-01-31
cupsBjnp = cups-bjnp; # added 2016-01-02
cv = progress; # added 2015-09-06
debian_devscripts = debian-devscripts; # added 2016-03-23
dwarf_fortress = dwarf-fortress; # added 2016-01-23
dwbWrapper = dwb; # added 2015-01
enblendenfuse = enblend-enfuse; # 2015-09-30
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,7 @@ let

dcfldd = callPackage ../tools/system/dcfldd { };

debian_devscripts = callPackage ../tools/misc/debian-devscripts {
debian-devscripts = callPackage ../tools/misc/debian-devscripts {
inherit (perlPackages) CryptSSLeay LWP TimeDate DBFile FileDesktopEntry;
};

Expand Down

0 comments on commit 99c4f14

Please sign in to comment.