diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-16 09:12:04 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-16 09:12:04 +0200 |
| commit | 204066274c592f0787c79c7aa1d49af5abc1c596 (patch) | |
| tree | 05c257f4a599e787bd68ef571ed345fce9cf20ea | |
| parent | 477263115f8b38ade3be1ff8d40ef40b4b62a2e5 (diff) | |
New release
| -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 |
