summaryrefslogtreecommitdiffstats
path: root/debian/README.source
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-06 11:30:11 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-06 11:30:11 +0000
commit06d55b6584ee2a90c9ce560b8a72a2d9a48b907e (patch)
tree635bc809615be176c4ac0623be32029d32688858 /debian/README.source
parentMerging upstream version 1.1~rc2. (diff)
downloadclzip-06d55b6584ee2a90c9ce560b8a72a2d9a48b907e.tar.xz
clzip-06d55b6584ee2a90c9ce560b8a72a2d9a48b907e.zip
Adding debian version 1.1~rc2-1.debian/1.1_rc2-1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'debian/README.source')
-rw-r--r--debian/README.source37
1 files changed, 0 insertions, 37 deletions
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 18b6b24..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,37 +0,0 @@
-Package Repositories
---------------------
-
-Backports for the current stable debian distribution as well as snapshots of
-unreleased versions may be available in repositories listed on the maintainers
-homepage. The current URL of the maintainer homepage can be seen in
-debian/copyright.
-
-
-Source Access
--------------
-
-You can obtain the sources of this package with:
-
- $ apt-get source ${PACKAGE}
-
-whereas '${PACKAGE}' has to be replaced with the actual name of the package.
-
-This package is maintained with the Git version control system. The current git
-source tree can be obtained with:
-
- $ git clone ${GIT_URI}
-
-whereas '${GIT_URI}' has to be replaced with the actual URI for the Git
-repository. The current Git URI can be seen in debian/control in the extracted
-package sources.
-
-More information about Git can be found in the git-core package.
-
-This package may use the Quilt patch system to manage all modifications to the
-upstream source. Changes, if any, are stored in the source package as diffs in
-debian/diff and are applied during the build. Current modifications can be
-applied to the source tree with:
-
- $ QUILT_PATCHES=debian/patches quilt push -a
-
-More information about Quilt can be found in the quilt package.