From edec90507bd1c7fa0de617e59f297af44275237e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mathieu=20B=C3=A9rard?= Date: Mon, 7 Aug 2006 13:17:57 +0000 Subject: [PATCH] More polish before release --- Makefile | 16 ++++++++-------- debian/control | 4 ++-- debian/control.modules.in | 4 ++-- debian/docs | 1 - debian/rules | 4 ++-- doc/ChangeLog | 4 ++-- omnibook.h | 2 +- 7 files changed, 17 insertions(+), 18 deletions(-) diff --git a/Makefile b/Makefile index bf8a57d..23019d4 100644 --- a/Makefile +++ b/Makefile @@ -104,19 +104,19 @@ kpatch: kinstall (cd $(KSRC); patch -p1 < $(BDIR)/misc/omnibook-integration.patch) deb: clean - dch -v 1:2-$(TODAY) + dch -v 1:2.$(TODAY) fakeroot dpkg-buildpackage release: clean - mkdir -p ../$(MODULE_NAME)-2-$(TODAY) - cp -a *.h *.c *.lds Makefile debian doc misc ../$(MODULE_NAME)-2-$(TODAY) - sed -i "s|^\(#define OMNIBOOK_MODULE_VERSION.*\)\".*\"|\1\"2-$(TODAY)\"|" ../$(MODULE_NAME)-2-$(TODAY)/omnibook.h - rm -f ../$(MODULE_NAME)-2-$(TODAY).tar ../$(MODULE_NAME)-2-$(TODAY).tar.gz - (cd ..; tar cvf $(MODULE_NAME)-2-$(TODAY).tar $(MODULE_NAME)-2-$(TODAY); gzip -9 $(MODULE_NAME)-2-$(TODAY).tar) + mkdir -p ../$(MODULE_NAME)-2.$(TODAY) + cp -a *.h *.c *.lds Makefile debian doc misc ../$(MODULE_NAME)-2.$(TODAY) + sed -i "s|^\(#define OMNIBOOK_MODULE_VERSION.*\)\".*\"|\1\"2.$(TODAY)\"|" ../$(MODULE_NAME)-2.$(TODAY)/omnibook.h + rm -f ../$(MODULE_NAME)-2.$(TODAY).tar ../$(MODULE_NAME)-2.$(TODAY).tar.gz + (cd ..; tar cvf $(MODULE_NAME)-2.$(TODAY).tar $(MODULE_NAME)-2.$(TODAY); gzip -9 $(MODULE_NAME)-2.$(TODAY).tar) current: clean - rm -f ../$(MODULE_NAME)-2-current.tar ../$(MODULE_NAME)-2-current.tar.gz - (cd ..; tar cvf $(MODULE_NAME)-2-current.tar $(MODULE_NAME)-current; gzip -9 $(MODULE_NAME)-2-current.tar) + rm -f ../$(MODULE_NAME)-2.current.tar ../$(MODULE_NAME)-2.current.tar.gz + (cd ..; tar cvf $(MODULE_NAME)-2.current.tar $(MODULE_NAME)-current; gzip -9 $(MODULE_NAME)-2.current.tar) # End of file diff --git a/debian/control b/debian/control index c68e932..97f81fe 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,9 @@ Source: omnibook Section: misc Priority: optional -Maintainer: Peter Soos +Maintainer: Mathieu Bérard Build-Depends: debhelper (>> 4.0.0) -Standards-Version: 3.6.2 +Standards-Version: 3.7.2 Package: omnibook-source Architecture: all diff --git a/debian/control.modules.in b/debian/control.modules.in index acb4893..6739b7b 100644 --- a/debian/control.modules.in +++ b/debian/control.modules.in @@ -1,9 +1,9 @@ Source: omnibook Section: misc Priority: optional -Maintainer: Peter Soos +Maintainer: Mathieu Bérard Build-Depends: debhelper (>> 4.0.0), build-essential, module-assistant, kernel-package -Standards-Version: 3.6.2 +Standards-Version: 3.7.2 Package: omnibook-module-_KVERS_ Architecture: i386 diff --git a/debian/docs b/debian/docs index 17b8303..7682c66 100644 --- a/debian/docs +++ b/debian/docs @@ -1,5 +1,4 @@ doc/BUGS -doc/ChangeLog doc/CREDITS doc/README-1st doc/README diff --git a/debian/rules b/debian/rules index c7a7323..c121ce2 100755 --- a/debian/rules +++ b/debian/rules @@ -95,7 +95,7 @@ binary-modules: prep-deb-files $(MAKE) install KSRC=$(KSRC) DESTDIR=$(CURDIR)/debian/$(PKGNAME) DEPMOD="" dh_installdocs - dh_installchangelogs + dh_installchangelogs doc/ChangeLog dh_compress dh_fixperms dh_installdeb @@ -145,7 +145,7 @@ install: build binary-indep: build install dh_testdir -i dh_testroot -i - dh_installchangelogs -i + dh_installchangelogs -i doc/ChangeLog dh_installdocs -i dh_installexamples -i # dh_install -i diff --git a/doc/ChangeLog b/doc/ChangeLog index dc9f378..2808e5e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,7 +1,7 @@ Changelog file for omnibook package: ------------------------------------ -2-20060806 Mathieu Bérard +2.20060806 Mathieu Bérard * Make the module linux 2.6 only Kernel versions from 2.6.8 to a least 2.6.17 are supported Code for compatibility with kernels older than 2.6.17 is @@ -41,7 +41,7 @@ Changelog file for omnibook package: * Add a new feature for testers: dump Dump was stolen from the ibm_acpi driver It is disabled by default -* Bump version to 2-YYYYMMDD +* Bump version to 2.YYYYMMDD 2006-05-15 Thomas Perl * Added support for xe4500's "audio mute" led diff --git a/omnibook.h b/omnibook.h index 355df08..f241eb0 100644 --- a/omnibook.h +++ b/omnibook.h @@ -25,7 +25,7 @@ */ #define OMNIBOOK_MODULE_NAME "omnibook" -#define OMNIBOOK_MODULE_VERSION "2-20000000" +#define OMNIBOOK_MODULE_VERSION "2.20000000" /* * EC types -- 2.43.5