Show More
@@ -73,7 +73,7 b' if [ "$BUILD" ]; then' | |||
|
73 | 73 | exit 1 |
|
74 | 74 | fi |
|
75 | 75 | |
|
76 | cp -r "$PWD"/contrib/debian debian | |
|
76 | cp -r "$PWD"/contrib/packaging/debian debian | |
|
77 | 77 | |
|
78 | 78 | sed -i.tmp "s/__VERSION__/$debver/" $changelog |
|
79 | 79 | sed -i.tmp "s/__DATE__/$(date --rfc-2822)/" $changelog |
|
1 | NO CONTENT: file renamed from contrib/debian/cacerts.rc to contrib/packaging/debian/cacerts.rc |
|
1 | NO CONTENT: file renamed from contrib/debian/changelog to contrib/packaging/debian/changelog |
|
1 | NO CONTENT: file renamed from contrib/debian/compat to contrib/packaging/debian/compat |
|
1 | NO CONTENT: file renamed from contrib/debian/control to contrib/packaging/debian/control |
|
1 | NO CONTENT: file renamed from contrib/debian/copyright to contrib/packaging/debian/copyright |
|
1 | NO CONTENT: file renamed from contrib/debian/default-tools.rc to contrib/packaging/debian/default-tools.rc |
|
1 | NO CONTENT: file renamed from contrib/debian/hgkpath.rc to contrib/packaging/debian/hgkpath.rc |
@@ -35,7 +35,7 b' override_dh_install:' | |||
|
35 | 35 | mkdir -p "$(CURDIR)"/debian/mercurial-common/usr/share/mercurial |
|
36 | 36 | cp contrib/hgk "$(CURDIR)"/debian/mercurial-common/usr/share/mercurial |
|
37 | 37 | mkdir -p "$(CURDIR)"/debian/mercurial-common/etc/mercurial/hgrc.d/ |
|
38 | cp contrib/debian/*.rc "$(CURDIR)"/debian/mercurial-common/etc/mercurial/hgrc.d/ | |
|
38 | cp contrib/packaging/debian/*.rc "$(CURDIR)"/debian/mercurial-common/etc/mercurial/hgrc.d/ | |
|
39 | 39 | # completions |
|
40 | 40 | mkdir -p "$(CURDIR)"/debian/mercurial-common/usr/share/bash-completion/completions |
|
41 | 41 | cp contrib/bash_completion "$(CURDIR)"/debian/mercurial-common/usr/share/bash-completion/completions/hg |
@@ -616,7 +616,7 b' def has_debhelper():' | |||
|
616 | 616 | "debian build dependencies (run dpkg-checkbuilddeps in contrib/)") |
|
617 | 617 | def has_debdeps(): |
|
618 | 618 | # just check exit status (ignoring output) |
|
619 | path = '%s/../contrib/debian/control' % os.environ['TESTDIR'] | |
|
619 | path = '%s/../contrib/packaging/debian/control' % os.environ['TESTDIR'] | |
|
620 | 620 | return matchoutput('dpkg-checkbuilddeps %s' % path, br'') |
|
621 | 621 | |
|
622 | 622 | @check("demandimport", "demandimport enabled") |
General Comments 0
You need to be logged in to leave comments.
Login now