From 7a5d844cbd018695590e012adb5c6c76cd50bcf8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 28 Aug 2016 14:50:57 -0400 Subject: rename to avoid it going into any other binary packages --- debian/README.Debian | 14 -------------- debian/propellor.README.Debian | 14 ++++++++++++++ propellor.cabal | 4 ++-- 3 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 debian/README.Debian create mode 100644 debian/propellor.README.Debian diff --git a/debian/README.Debian b/debian/README.Debian deleted file mode 100644 index 851add5d..00000000 --- a/debian/README.Debian +++ /dev/null @@ -1,14 +0,0 @@ -The Debian package of propellor ships its full source code because -propellor is configured by rebuilding it, and embraces modification of any -of the source code. - -/usr/bin/propellor is a wrapper which will set up a propellor git -repository in ~/.propellor/, and run ~/.propellor/propellor if it exists. -Edit ~/.propellor/config.hs to configure it. - -Note that upgrading the propellor package will not update your -~/.propellor/ repository. This is because you may have local changes -to the source, or may need to adapt your config.hs to work with the new -version of propellor. Instead, if your ~/.propellor/ is from an older -version of propellor, /usr/bin/propellor will warn that it's out of date, -and tell you how to merge in the changes. diff --git a/debian/propellor.README.Debian b/debian/propellor.README.Debian new file mode 100644 index 00000000..851add5d --- /dev/null +++ b/debian/propellor.README.Debian @@ -0,0 +1,14 @@ +The Debian package of propellor ships its full source code because +propellor is configured by rebuilding it, and embraces modification of any +of the source code. + +/usr/bin/propellor is a wrapper which will set up a propellor git +repository in ~/.propellor/, and run ~/.propellor/propellor if it exists. +Edit ~/.propellor/config.hs to configure it. + +Note that upgrading the propellor package will not update your +~/.propellor/ repository. This is because you may have local changes +to the source, or may need to adapt your config.hs to work with the new +version of propellor. Instead, if your ~/.propellor/ is from an older +version of propellor, /usr/bin/propellor will warn that it's out of date, +and tell you how to merge in the changes. diff --git a/propellor.cabal b/propellor.cabal index dc5390bb..d4e6c2fd 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 3.1.1 +Version: 3.1.2 Cabal-Version: >= 1.8 License: BSD2 Maintainer: Joey Hess @@ -22,7 +22,7 @@ Extra-Source-Files: contrib/post-merge-hook stack.yaml debian/changelog - debian/README.Debian + debian/propellor.README.Debian debian/compat debian/control debian/copyright -- cgit v1.2.3