* New upstream SVN snapshot.
configcheck: sanitycheck
@echo -n "Checking kernel configuration... "
- @# check version of kernel
- @echo $(KERNELRELEASE) | grep -q -i '^[2-9]\.[4-9]\.' || { \
- echo "FAILED"; \
- echo "Only kernel versions 2.4.x and above are supported."; \
- echo "You have $(KERNELRELEASE)."; \
- exit 1; \
- }
+ @# check kernel version
+ @case $(KERNELRELEASE) in \
+ 2.[456].*) ;; \
+ [3-9].*) ;; \
+ *) echo "FAILED"; \
+ echo "Only kernel versions 2.4.x and above are supported."; \
+ echo "You have $(KERNELRELEASE)."; \
+ exit 1 ;; \
+ esac
@# check kernel configuration
@if [ -z "$(CONFIG_SYSCTL)" ]; then \
URL: http://svn.madwifi-project.org/madwifi/branches/madwifi-0.9.4
Repository Root: http://svn.madwifi-project.org
Repository UUID: 0192ed92-7a03-0410-a25b-9323aeb14dbd
-Revision: 4139
+Revision: 4144
Last Changed Author: proski
-Last Changed Rev: 4139
-Last Changed Date: 2011-05-04 00:07:34 +0200 (Wed, 04 May 2011)
+Last Changed Rev: 4144
+Last Changed Date: 2011-06-01 19:13:58 +0200 (Wed, 01 Jun 2011)
%define mykrelver %(echo %{mykversion} | tr -s '-' '_')
# Define based on the tar ball extract.
# Those two variable will be instanced during the tarball generation
-%define revision 4139
-%define snapshot 20110504
+%define revision 4144
+%define snapshot 20110602
# branch is not used yet.
%define branch trunk
Summary: A linux device driver for Atheros chipsets (ar5210, ar5211, ar5212).
+madwifi (1:0.9.4+r4144.20110602-0.1) UNRELEASED; urgency=low
+
+ * NMU.
+ * New upstream SVN snapshot.
+
+ -- gregor herrmann <gregoa@debian.org> Thu, 02 Jun 2011 17:20:41 +0200
+
madwifi (1:0.9.4+r4139.20110504-0.1) experimental; urgency=low
* NMU.