diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-14 11:08:22 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-14 11:08:22 +0200 |
| commit | ff998d23645413e3134d2bc546b8443e2189e51b (patch) | |
| tree | 70f0b12347a37af7d2e9d0814a7ac071f56dcacf | |
| parent | f88e6f65409456073441dae532a2b94e5fdfa28a (diff) | |
New release
| -rw-r--r-- | .version | 2 | ||||
| -rw-r--r-- | Makefile | 4 | ||||
| -rwxr-xr-x | bin/pwgrep.sh | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/files | 2 | ||||
| -rw-r--r-- | docs/pwgrep.1.gz | bin | 2071 -> 2071 bytes |
6 files changed, 13 insertions, 3 deletions
@@ -1 +1 @@ -0.9.1 +0.9.2 @@ -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 Binary files differindex eadb7cd..1f08f0e 100644 --- a/docs/pwgrep.1.gz +++ b/docs/pwgrep.1.gz |
