[pkg-wpa-devel] r1563 - in /wireless-regdb/trunk/debian: changelog compat control copyright rules
slh-guest at users.alioth.debian.org
slh-guest at users.alioth.debian.org
Thu Feb 3 15:24:38 UTC 2011
Author: slh-guest
Date: Thu Feb 3 15:24:36 2011
New Revision: 1563
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1563
Log:
* NOT RELEASED YET
* add myself to uploaders.
* update standards version to 3.9.1, no changes necessary.
* use simplified dh8 syntax.
* update debian/copyright to DEP-5, r166.
Modified:
wireless-regdb/trunk/debian/changelog
wireless-regdb/trunk/debian/compat
wireless-regdb/trunk/debian/control
wireless-regdb/trunk/debian/copyright
wireless-regdb/trunk/debian/rules
Modified: wireless-regdb/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wireless-regdb/trunk/debian/changelog?rev=1563&op=diff
==============================================================================
--- wireless-regdb/trunk/debian/changelog (original)
+++ wireless-regdb/trunk/debian/changelog Thu Feb 3 15:24:36 2011
@@ -1,5 +1,14 @@
wireless-regdb (2010.11.24-1) UNRELEASED; urgency=low
+ * NOT RELEASED YET
+
+ [ Kel Modderman ]
* Initial release. (Closes: #572220)
- -- Kel Modderman <kel at otaku42.de> Tue, 02 Mar 2010 23:43:27 +1000
+ [ Stefan Lippers-Hollmann ]
+ * add myself to uploaders.
+ * update standards version to 3.9.1, no changes necessary.
+ * use simplified dh8 syntax.
+ * update debian/copyright to DEP-5, r166.
+
+ -- Stefan Lippers-Hollmann <s.l-h at gmx.de> Thu, 03 Feb 2011 15:49:43 +0100
Modified: wireless-regdb/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-wpa/wireless-regdb/trunk/debian/compat?rev=1563&op=diff
==============================================================================
--- wireless-regdb/trunk/debian/compat (original)
+++ wireless-regdb/trunk/debian/compat Thu Feb 3 15:24:36 2011
@@ -1,1 +1,1 @@
-7
+8
Modified: wireless-regdb/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-wpa/wireless-regdb/trunk/debian/control?rev=1563&op=diff
==============================================================================
--- wireless-regdb/trunk/debian/control (original)
+++ wireless-regdb/trunk/debian/control Thu Feb 3 15:24:36 2011
@@ -2,12 +2,13 @@
Section: net
Priority: optional
Maintainer: Debian/Ubuntu wpasupplicant Maintainers <pkg-wpa-devel at lists.alioth.debian.org>
-Uploaders: Kel Modderman <kel at otaku42.de>
-Build-Depends: debhelper (>= 7),
+Uploaders: Kel Modderman <kel at otaku42.de>,
+ Stefan Lippers-Hollmann <s.l-h at gmx.de>
+Build-Depends: debhelper (>= 8),
openssl,
python,
python-m2crypto
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
Vcs-Svn: svn://svn.debian.org/pkg-wpa/wireless-regdb/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-wpa/wireless-regdb/trunk/
Homepage: http://wireless.kernel.org/en/developers/Regulatory/#Theregulatorydatabase
Modified: wireless-regdb/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-wpa/wireless-regdb/trunk/debian/copyright?rev=1563&op=diff
==============================================================================
--- wireless-regdb/trunk/debian/copyright (original)
+++ wireless-regdb/trunk/debian/copyright Thu Feb 3 15:24:36 2011
@@ -1,26 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
Upstream-Name: wireless-regdb
-Upstream-Maintainer: John W. Linville <linville at redhat.com>
-Upstream-Source: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-regdb.git
+Upstream-Contact: John W. Linville <linville at redhat.com>
+Source: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-regdb.git
Files: *
-Copyright: Copyright (c) 2008, Luis R. Rodriguez <mcgrof at gmail.com>
-Copyright: Copyright (c) 2008, Johannes Berg <johannes at sipsolutions.net>
-Copyright: Copyright (c) 2008, Michael Green <Michael.Green at Atheros.com>
+Copyright: 2008, Luis R. Rodriguez <mcgrof at gmail.com>
+ 2008, Johannes Berg <johannes at sipsolutions.net>
+ 2008, Michael Green <Michael.Green at Atheros.com>
License: ISC
Files: web/Regulatory.py
-Copyright: Copyright (c) 2008, Johannes Berg <johannes at sipsolutions.net>
+Copyright: 2008, Johannes Berg <johannes at sipsolutions.net>
License: ISC
Files: debian/*
-Copyright: Copyright (c) 2009, Kel Modderman <kel at otaku42.de>
+Copyright: 2009, Kel Modderman <kel at otaku42.de>
+ 2011, Stefan Lippers-Hollmann <s.l-h at gmx.de>
License: ISC
License: ISC
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
-
+ .
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
Modified: wireless-regdb/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/wireless-regdb/trunk/debian/rules?rev=1563&op=diff
==============================================================================
--- wireless-regdb/trunk/debian/rules (original)
+++ wireless-regdb/trunk/debian/rules Thu Feb 3 15:24:36 2011
@@ -8,27 +8,9 @@
# prevent the build system from calling lsb_release
export LSB_ID = Debian/Ubuntu
-build: build-stamp
-build-stamp:
- dh build
- touch $@
+%:
+ dh ${@}
-clean:
- dh clean --before dh_auto_clean
+override_dh_auto_clean:
dh_auto_clean -- mrproper
$(RM) $(REGDB_PRIVKEY)
- dh clean --after dh_auto_clean
-
-install: install-stamp
-install-stamp: build-stamp
- dh install
- touch $@
-
-binary-arch:
-
-binary-indep: install
- dh binary-indep
-
-binary: binary-arch binary-indep
-
-.PHONY: build clean install binary-arch binary-indep binary
More information about the Pkg-wpa-devel
mailing list