[pkg-wpa-devel] r1867 - in /wpa/trunk/debian: changelog get-orig-source
slh-guest at users.alioth.debian.org
slh-guest at users.alioth.debian.org
Thu Jun 5 01:37:39 UTC 2014
Author: slh-guest
Date: Thu Jun 5 01:37:39 2014
New Revision: 1867
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1867
Log:
adapt get-orig-source for wpa 2.2.
Modified:
wpa/trunk/debian/changelog
wpa/trunk/debian/get-orig-source
Modified: wpa/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/changelog?rev=1867&op=diff
==============================================================================
--- wpa/trunk/debian/changelog (original)
+++ wpa/trunk/debian/changelog Thu Jun 5 01:37:39 2014
@@ -4,7 +4,7 @@
* drop pre-wheezy /lib/init/rw/sendsigs.omit.d/ migration support, invert the
according versioned initscripts dependency to a versioned breaks relation.
* migrate from /var/run/ to /run/.
- * adapt get-orig-source for wpa 2.2~.
+ * adapt get-orig-source for wpa 2.2.
-- Stefan Lippers-Hollmann <s.l-h at gmx.de> Fri, 21 Feb 2014 02:30:25 +0100
Modified: wpa/trunk/debian/get-orig-source
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/get-orig-source?rev=1867&op=diff
==============================================================================
--- wpa/trunk/debian/get-orig-source (original)
+++ wpa/trunk/debian/get-orig-source Thu Jun 5 01:37:39 2014
@@ -59,6 +59,10 @@
exit 4
fi
+if dpkg --compare-versions "${DEB_VER}" ge "2.2~"; then
+ CONTRIBUTIONS="CONTRIBUTIONS"
+fi
+
# add Hotspot 2.0 OSU server for wpa 2.2~
if dpkg --compare-versions "${DEB_VER}" ge "2.2~"; then
HS20="hs20"
@@ -72,7 +76,7 @@
--format=tar \
--prefix="wpa-${UP_VER}/" \
"${UP_VER_TAG}" \
- README COPYING patches src wpa_supplicant hostapd $HS20 | \
+ README COPYING $CONTRIBUTIONS patches src wpa_supplicant hostapd $HS20 | \
xz -c6 > "${ORIG_TARBALL}"
if [ "$?" -ne 0 ] || [ ! -e "${ORIG_TARBALL}" ]; then
echo "ERROR: failure to create ${ORIG_TARBALL}" >&2
More information about the Pkg-wpa-devel
mailing list