[osmosis] 01/06: Don't compress SQL examples to allow piping into psql with just cat.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Thu May 14 14:45:23 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository osmosis.
commit b0ba57e25106d3cf2a0eb6b94d5489f498b26ea6
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Thu May 14 00:14:06 2015 +0200
Don't compress SQL examples to allow piping into psql with just cat.
---
debian/changelog | 6 ++++++
debian/rules | 3 +++
2 files changed, 9 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 31bd01a..7eae52c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+osmosis (0.43.1-5) UNRELEASED; urgency=medium
+
+ * Don't compress SQL examples to allow piping into psql with just cat.
+
+ -- Bas Couwenberg <sebastic at debian.org> Thu, 14 May 2015 00:10:22 +0200
+
osmosis (0.43.1-4) unstable; urgency=medium
* Move from experimental to unstable.
diff --git a/debian/rules b/debian/rules
index fafa81b..d993e25 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,3 +37,6 @@ override_dh_clean:
override_dh_installchangelogs:
dh_installchangelogs -- package/changes.txt
+override_dh_compress:
+ dh_compress -X.conf -X.sql
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmosis.git
More information about the Pkg-grass-devel
mailing list