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