Skip to content

Commit 0fc8ba0

Browse files
committed
Rename Debian to lib/Debian to make case-insensitive filesystems happy
1 parent b231458 commit 0fc8ba0

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

debian/config-package-dev.install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ decode usr/share/config-package-dev/
88
displace.sh.in usr/share/debhelper/autoscripts/
99
debconf-hack.sh usr/share/config-package-dev/
1010
dh_configpackage usr/bin/
11-
Debian usr/share/perl5/
11+
lib/Debian usr/share/perl5/

examples/EXAMPLES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ source tree (e.g., because you are hacking on config-package-dev), note
2323
that you will need to set a few environment variables to make things
2424
work. For debuild, e.g., try the command
2525

26-
debuild -e PERL5LIB=../../.. -e DH_AUTOSCRIPTDIR=../../.. --prepend-path=../../..
26+
debuild -e PERL5LIB=../../../lib -e DH_AUTOSCRIPTDIR=../../.. --prepend-path=../../..
2727

2828
This trick will not work for CDBS, since debian/rules hard-codes an
2929
absolute path to CDBS class and rules files.
File renamed without changes.

0 commit comments

Comments
 (0)