This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=3f63b92816507d6f6f6b45a37a5829b0bf6d467c

commit 3f63b92816507d6f6f6b45a37a5829b0bf6d467c
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Tue Aug 24 11:12:30 2021 +0200

    debian: Use absolute pathnames in .install debhelper fragments
    
    Using relative pathnames means we are assuming to be looking them up
    from within debian/tmp, which can be rather puzzling and non-obvious.
    Instead make this more explicit by simply using the absolute pathname,
    which should be supported since debhelper 7 (which knows to fallback
    to lookup in various directories).
---
 debian/dpkg-dev.install | 4 ++--
 debian/dpkg.install     | 2 +-
 debian/dselect.install  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/dpkg-dev.install b/debian/dpkg-dev.install
index 8653c2e1c..500a9303c 100644
--- a/debian/dpkg-dev.install
+++ b/debian/dpkg-dev.install
@@ -1,5 +1,5 @@
-../shlibs.default etc/dpkg
-../shlibs.override etc/dpkg
+debian/shlibs.default etc/dpkg
+debian/shlibs.override etc/dpkg
 
 usr/bin/dpkg-architecture
 usr/bin/dpkg-buildflags
diff --git a/debian/dpkg.install b/debian/dpkg.install
index 86164ebe5..6ca525256 100644
--- a/debian/dpkg.install
+++ b/debian/dpkg.install
@@ -1,4 +1,4 @@
-../dpkg.cfg etc/dpkg
+debian/dpkg.cfg etc/dpkg
 
 etc/dpkg/dpkg.cfg.d
 etc/alternatives
diff --git a/debian/dselect.install b/debian/dselect.install
index b0ab24adf..2484bb1e6 100644
--- a/debian/dselect.install
+++ b/debian/dselect.install
@@ -1,4 +1,4 @@
-../dselect.cfg etc/dpkg
+debian/dselect.cfg etc/dpkg
 
 etc/dpkg/dselect.cfg.d
 usr/bin/dselect

-- 
Dpkg.Org's dpkg

Reply via email to