diff options
| author | Paul Buetow <paul@buetow.org> | 2013-07-26 23:11:07 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-07-26 23:11:07 +0200 |
| commit | 34fe596df863679a3772918e1a0c62118c0a171b (patch) | |
| tree | effdfe6e03fdc4b7a6782d707854fc0a0d073ea3 | |
| parent | ea3f54224daf253249fb9f5c3ee7ef73a516ef74 (diff) | |
New release
| -rw-r--r-- | Makefile | 5 | ||||
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | docs/cpuinfo.1 | 2 |
3 files changed, 6 insertions, 3 deletions
@@ -33,11 +33,14 @@ documentation: # Build a debian package (don't sign it, modify the arguments if you want to sign it) deb: all - dpkg-buildpackage -uc -us + dpkg-buildpackage dch: dch -i +dput: + dput wheezy-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes + release: dch deb bash -c "git tag $$(cat .version)" git push --tags diff --git a/debian/changelog b/debian/changelog index 6dd229f..683dd41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,4 +2,4 @@ cpuinfo (1.0.0) stable; urgency=low * Initial Debian package of cpuinfo. - -- Paul Buetow <paul@buetow.org> Fri, 26 Jul 2013 09:08:03 +0200 + -- Paul Buetow <paul@buetow.org> Fri, 26 Jul 2013 23:08:54 +0200 diff --git a/docs/cpuinfo.1 b/docs/cpuinfo.1 index e6d0229..4be7a42 100644 --- a/docs/cpuinfo.1 +++ b/docs/cpuinfo.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "CPUINFO 1" -.TH CPUINFO 1 "2013-07-26" "cpuinfo 0.0.0" "User Commands" +.TH CPUINFO 1 "2013-07-26" "cpuinfo 1.0.0" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l |
