diff options
| -rw-r--r-- | .version | 2 | ||||
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | docs/cpuinfo.1 | 2 |
4 files changed, 9 insertions, 2 deletions
@@ -1 +1 @@ -1.0.0 +1.0.1 @@ -40,6 +40,7 @@ dch: dput: dput -u wheezy-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes + dput -u jessie-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes release: dch deb dput bash -c "git tag $$(cat .version)" diff --git a/debian/changelog b/debian/changelog index 683dd41..95032db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cpuinfo (1.0.1) stable; urgency=low + + * Add Debian GNU/Linux Jessie package + + -- Paul Buetow <paul@buetow.org> Mon, 16 Jun 2014 09:11:33 +0200 + cpuinfo (1.0.0) stable; urgency=low * Initial Debian package of cpuinfo. diff --git a/docs/cpuinfo.1 b/docs/cpuinfo.1 index 4be7a42..601416c 100644 --- a/docs/cpuinfo.1 +++ b/docs/cpuinfo.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "CPUINFO 1" -.TH CPUINFO 1 "2013-07-26" "cpuinfo 1.0.0" "User Commands" +.TH CPUINFO 1 "2013-07-26" "cpuinfo 1.0.1" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l |
