diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2024-12-03 15:35:54 +0100 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2024-12-03 15:35:54 +0100 |
commit | 7b266951c9750833a94b8c78c738634f4e508c07 (patch) | |
tree | f02e2a2f89d88b9183ca25166ebdc4ae07112873 | |
parent | ece6bde3dd39ab840bc92053eabfe93b2620c9c8 (diff) |
add README explaining source repackaging
-rw-r--r-- | ucspi-tcp6-deb/debian/README.source | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ucspi-tcp6-deb/debian/README.source b/ucspi-tcp6-deb/debian/README.source new file mode 100644 index 0000000..a382850 --- /dev/null +++ b/ucspi-tcp6-deb/debian/README.source @@ -0,0 +1,11 @@ +Repackaged Upstream Source +========================== + +The original upstream tarball contains version-specific directory names, +which require modification to enable generic Debian packaging. The source +was repackaged as follows: + +1. Extracted original tarball: ucspi-tcp6-$VERSION.tgz. +2. Removed some directory levels. +3. Remove conf-*, INSTALL.md and package. +4. Created a new tarball: ucspi-tcp6_$VERSION.orig.tar.gz. |