diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:12:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:12:05 +0000 |
commit | 8f50ad90d48b537c93151485b23dd37f6b97f01a (patch) | |
tree | 2d3be7c349941d9fab1931dedbff19e4dd5344df /debian/README.source | |
parent | Adding upstream version 5.4.1. (diff) | |
download | xz-utils-8f50ad90d48b537c93151485b23dd37f6b97f01a.tar.xz xz-utils-8f50ad90d48b537c93151485b23dd37f6b97f01a.zip |
Adding debian version 5.4.1-0.2.debian/5.4.1-0.2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/README.source | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..f17a7de --- /dev/null +++ b/debian/README.source @@ -0,0 +1,16 @@ +XZ Utils sources for Debian +--------------------------- + +This Debian package is developed in a public Git repository (see the Vcs-Git +field of debian/control) based on XZ Utils’s repository on tukaani.org. +To build from a git checkout: + + debian/rules get-orig-source + mv xz-utils_*.tar.gz .. + debian/autogen.sh + debuild + +To build a released version, no special instructions apply. +“dpkg-buildpackage” and “apt-get -b xz-utils” should work as usual. + + -- Jonathan Nieder <jrnieder@gmail.com> Mon, 08 Feb 2010 17:30:00 -0600 |