Package: sed
Version: 4.9-1
Tags: patch
User: helm...@debian.org
Usertags: dep17m2

In order to finalize the /usr-merge, we want to move all files to /usr
(DEP17). sed is involved relativley early due to being installed by
debootstrap. The change is fairly simple and I'm attaching a patch for
your convenience.

Helmut
diff --minimal -Nru sed-4.9/debian/changelog sed-4.9/debian/changelog
--- sed-4.9/debian/changelog    2023-01-05 20:55:25.000000000 +0100
+++ sed-4.9/debian/changelog    2024-01-01 23:14:25.000000000 +0100
@@ -1,3 +1,10 @@
+sed (4.9-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Move sed to /usr for DEP17. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Mon, 01 Jan 2024 23:14:25 +0100
+
 sed (4.9-1) unstable; urgency=medium
 
   * New upstream version.
diff --minimal -Nru sed-4.9/debian/rules sed-4.9/debian/rules
--- sed-4.9/debian/rules        2023-01-05 20:55:25.000000000 +0100
+++ sed-4.9/debian/rules        2024-01-01 23:14:16.000000000 +0100
@@ -4,7 +4,7 @@
        dh $@
 
 override_dh_auto_configure:
-       dh_auto_configure -- --exec-prefix=/ --with-packager=Debian 
--without-included-regex
+       dh_auto_configure -- --with-packager=Debian --without-included-regex
 
 override_dh_shlibdeps:
        dh_shlibdeps -- -dPre-Depends

Reply via email to