summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-14 11:08:22 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-14 11:08:22 +0200
commitff998d23645413e3134d2bc546b8443e2189e51b (patch)
tree70f0b12347a37af7d2e9d0814a7ac071f56dcacf
parentf88e6f65409456073441dae532a2b94e5fdfa28a (diff)
New release
-rw-r--r--.version2
-rw-r--r--Makefile4
-rwxr-xr-xbin/pwgrep.sh2
-rw-r--r--debian/changelog6
-rw-r--r--debian/files2
-rw-r--r--docs/pwgrep.1.gzbin2071 -> 2071 bytes
6 files changed, 13 insertions, 3 deletions
diff --git a/.version b/.version
index f374f66..2003b63 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-0.9.1
+0.9.2
diff --git a/Makefile b/Makefile
index c8fc14d..c0a0868 100644
--- a/Makefile
+++ b/Makefile
@@ -68,3 +68,7 @@ clean-top:
rm ../$(NAME)_*.changes
rm ../$(NAME)_*.deb
+dput:
+ dput -u wheezy-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes
+ dput -u jessie-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes
+
diff --git a/bin/pwgrep.sh b/bin/pwgrep.sh
index 25584c5..8354a3c 100755
--- a/bin/pwgrep.sh
+++ b/bin/pwgrep.sh
@@ -26,7 +26,7 @@ declare DEFAULTDB=private.gpg
declare DEFAULTFILESTOREDIR=filestore
declare DEFAULTFILESTORECATEGORY=default
declare DEFAULTSNAPSHOTDIR=~/.pwgrep.snapshots
-declare -r PWGREP_VERSION=0.9.1
+declare -r PWGREP_VERSION=0.9.2
[ -z "$RCFILE" ] && RCFILE=~/.pwgreprc
diff --git a/debian/changelog b/debian/changelog
index 8a95dac..a73ccd0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pwgrep (0.9.2) stable; urgency=low
+
+ * Add Debian Jessie package
+
+ -- Paul Buetow <paul@buetow.org> Sat, 14 Jun 2014 11:07:51 +0200
+
pwgrep (0.9.1) stable; urgency=low
* This release includes a few minor typos and a new brainstorming for future
diff --git a/debian/files b/debian/files
index 6fe2abe..cacde32 100644
--- a/debian/files
+++ b/debian/files
@@ -1 +1 @@
-pwgrep_0.9.1_all.deb utils optional
+pwgrep_0.9.2_all.deb utils optional
diff --git a/docs/pwgrep.1.gz b/docs/pwgrep.1.gz
index eadb7cd..1f08f0e 100644
--- a/docs/pwgrep.1.gz
+++ b/docs/pwgrep.1.gz
Binary files differ