diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-12-29 12:29:24 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-12-29 12:29:24 +0100 |
commit | 184c63e7bb1fb2555fc9d8a7a90dfbd660927c3f (patch) | |
tree | 4ccd0076699175ba2dcec2d7d58b770313ccac53 | |
parent | b3eac91c919fa6c8ecbe124d8725801c7b8a05ee (diff) | |
download | nx-libs-184c63e7bb1fb2555fc9d8a7a90dfbd660927c3f.tar.gz nx-libs-184c63e7bb1fb2555fc9d8a7a90dfbd660927c3f.tar.bz2 nx-libs-184c63e7bb1fb2555fc9d8a7a90dfbd660927c3f.zip |
Add README.source file, fixes lintian warning: patch-system-but-no-source-readme.
-rw-r--r-- | debian/README.source | 5 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 000000000..c7640ff04 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream source. +Changes are stored in the source package as diffs in debian/patches and +applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation.
\ No newline at end of file diff --git a/debian/changelog b/debian/changelog index cc877902c..3d7c8daac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,6 +30,8 @@ nx-libs (2:3.5.0-0~x2go2) UNRELEASED; urgency=low * Disable patch: 104_nxagent_enable_debug.patch for now as it let's the build fail. * Add patch: 017_nx-x11_update-autotools-helper-files.patch. + * Add README.source file, fixes lintian warning: + patch-system-but-no-source-readme. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 28 Dec 2011 19:06:26 +0100 |