r145 - tarballs unstable/rutilt/debian unstable/rutilt/debian/patches
norsetto-guest at alioth.debian.org
norsetto-guest at alioth.debian.org
Sun Aug 10 09:26:52 UTC 2008
Author: norsetto-guest
Date: 2008-08-10 09:26:52 +0000 (Sun, 10 Aug 2008)
New Revision: 145
Added:
tarballs/rutilt_0.17.orig.tar.gz
Removed:
unstable/rutilt/debian/patches/015_use_su-to-root.diff
unstable/rutilt/debian/patches/021_fix_configure_arg_parsing.diff
unstable/rutilt/debian/patches/022_fix_icon.diff
unstable/rutilt/debian/patches/023_fix_includes.diff
unstable/rutilt/debian/watch
Modified:
unstable/rutilt/debian/changelog
unstable/rutilt/debian/control
unstable/rutilt/debian/copyright
unstable/rutilt/debian/patches/series
unstable/rutilt/debian/rules
Log:
Imported rutilt version 0.17.\nChange of upstream web site\nNo change bump to Standards-Version 3.8.0\nRemove all patches, now applied upstream\nRemove Depends on menu, not needed anymore
Added: tarballs/rutilt_0.17.orig.tar.gz
===================================================================
(Binary files differ)
Property changes on: tarballs/rutilt_0.17.orig.tar.gz
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: unstable/rutilt/debian/changelog
===================================================================
--- unstable/rutilt/debian/changelog 2008-06-23 18:23:18 UTC (rev 144)
+++ unstable/rutilt/debian/changelog 2008-08-10 09:26:52 UTC (rev 145)
@@ -1,3 +1,16 @@
+rutilt (0.17-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ * Change of upstream web site:
+ - Remove watch file and add get-orig-source target in debian/rules
+ - Change upstream location in debian/copyright
+ - Change Homepage in debian/control
+ * No change bump to Standards-Version 3.8.0
+ * Remove all patches, now applied upstream
+ * Remove Depends on menu, not needed anymore
+
+ -- Cesare Tirabassi <norsetto at ubuntu.com> Sun, 10 Aug 2008 10:41:24 +0200
+
rutilt (0.16-2) unstable; urgency=low
* Changed build-dependency on debhelper to minimum version of 5.0.51,
Modified: unstable/rutilt/debian/control
===================================================================
--- unstable/rutilt/debian/control 2008-06-23 18:23:18 UTC (rev 144)
+++ unstable/rutilt/debian/control 2008-08-10 09:26:52 UTC (rev 145)
@@ -4,14 +4,14 @@
Maintainer: Debian Ralink packages maintainers <pkg-ralink-maintainers at lists.alioth.debian.org>
Uploaders: Aurelien Jarno <aurel32 at debian.org>, Ben Hutchings <ben at decadent.org.uk>, Romain Beauxis <toots at rastageeks.org>, Cesare Tirabassi <norsetto at ubuntu.com>
Build-Depends: debhelper (>= 5.0.51), pkg-config, libgtk2.0-dev (>= 2.6), linux-libc-dev (>= 2.6.22), quilt
-Standards-Version: 3.7.2
-Homepage: http://cbbk.free.fr/bonrom/
+Standards-Version: 3.8.0
+Homepage: http://bonrom.cbbknet.com/
XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ralink/unstable/rutilt
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ralink/unstable/rutilt
Package: rutilt
Architecture: any
-Depends: ${shlibs:Depends}, menu
+Depends: ${shlibs:Depends}
Recommends: procps, dhcp3-client
Description: Configuration tool for rt2x00 wireless network cards
RutilT is a Gtk+2 utility for Linux that helps you configure your wireless
Modified: unstable/rutilt/debian/copyright
===================================================================
--- unstable/rutilt/debian/copyright 2008-06-23 18:23:18 UTC (rev 144)
+++ unstable/rutilt/debian/copyright 2008-08-10 09:26:52 UTC (rev 145)
@@ -1,7 +1,7 @@
This package was debianized by Cesare Tirabassi <cesare.tirabassi at gmail.com> on
Fri, 14 Sep 2007 22:20:09 +0200.
-It was downloaded from http://cbbk.free.fr/bonrom/
+It was downloaded from http://bonrom.cbbknet.com/
Upstream Author: Romain BONDUE <spy84464 at hotmail.com>
Deleted: unstable/rutilt/debian/patches/015_use_su-to-root.diff
===================================================================
--- unstable/rutilt/debian/patches/015_use_su-to-root.diff 2008-06-23 18:23:18 UTC (rev 144)
+++ unstable/rutilt/debian/patches/015_use_su-to-root.diff 2008-08-10 09:26:52 UTC (rev 145)
@@ -1,17 +0,0 @@
---- rutilt.orig/configure.sh
-+++ rutilt/configure.sh
-@@ -330,12 +330,7 @@
- # within this script too to apply different policy for each user.
- # This script is not executed with root privileges.
- #
--if which gksu > /dev/null; then
-- exec gksu \"$prefix/$helper_prefix$helper_name \$1\"
--elif which kdesu > /dev/null; then
-- exec kdesu \"$prefix/$helper_prefix$helper_name \$1\"
--else
-- echo "$helper_launcher_name : Cannot find a launcher."
--fi" > $helper_launcher_name
-+exec su-to-root -X -c \"$prefix/$helper_prefix$helper_name \$1\"" \
-+> $helper_launcher_name
- echo done
- fi
Deleted: unstable/rutilt/debian/patches/021_fix_configure_arg_parsing.diff
===================================================================
--- unstable/rutilt/debian/patches/021_fix_configure_arg_parsing.diff 2008-06-23 18:23:18 UTC (rev 144)
+++ unstable/rutilt/debian/patches/021_fix_configure_arg_parsing.diff 2008-08-10 09:26:52 UTC (rev 145)
@@ -1,21 +0,0 @@
---- rutilt.orig/configure.sh
-+++ rutilt/configure.sh
-@@ -65,10 +65,14 @@
- #
- #
- # Parse options :
--for arg_iter in $@; do
-- arg=`echo $arg_iter | cut -f1 -d=`
-- arg_value=`echo $arg_iter | cut -f2 -d=`
-- case $arg in
-+for arg_iter in "$@"; do
-+ arg="${arg_iter%%=*}"
-+ if [ "x$arg" != "x$arg_iter" ]; then
-+ arg_value="${arg_iter#*=}"
-+ else
-+ arg_value=''
-+ fi
-+ case "$arg" in
- --help)
- echo "This script generates RutilT's configuration and build files. It also
- checks if all dependencies are fulfilled.
Deleted: unstable/rutilt/debian/patches/022_fix_icon.diff
===================================================================
--- unstable/rutilt/debian/patches/022_fix_icon.diff 2008-06-23 18:23:18 UTC (rev 144)
+++ unstable/rutilt/debian/patches/022_fix_icon.diff 2008-08-10 09:26:52 UTC (rev 145)
@@ -1,13 +0,0 @@
-Index: rutilt-0.16/configure.sh
-===================================================================
---- rutilt-0.16.orig/configure.sh 2007-11-26 18:15:30.000000000 +0100
-+++ rutilt-0.16/configure.sh 2007-11-26 18:17:56.000000000 +0100
-@@ -298,7 +298,7 @@
- Categories=GTK;System;Settings;Network;
- Version=1.0
- StartupNotify=false
--Icon=$icon_final_name
-+Icon=`echo $icon_final_name | cut -f1 -d.`
- Exec=$rutilt_name" > $desktop_launcher_name
- echo done
- #
Deleted: unstable/rutilt/debian/patches/023_fix_includes.diff
===================================================================
--- unstable/rutilt/debian/patches/023_fix_includes.diff 2008-06-23 18:23:18 UTC (rev 144)
+++ unstable/rutilt/debian/patches/023_fix_includes.diff 2008-08-10 09:26:52 UTC (rev 145)
@@ -1,32 +0,0 @@
---- rutilt.orig/include/private/RTDrivers.hxx
-+++ rutilt/include/private/RTDrivers.hxx
-@@ -19,6 +19,9 @@
- \author Romain BONDUE
- \date 30/08/2005
- \warning This file should only be included from RTDrivers.h */
-+
-+#include <cstring> // memcpy()
-+
- inline nsWireless::CRTDriver::CRTDriver (const std::string& DeviceName)
- throw (nsErrors::CSystemExc)
- : CWE17Driver (DeviceName) {}
---- rutilt.orig/lib/src/Su.cxx
-+++ rutilt/lib/src/Su.cxx
-@@ -23,6 +23,7 @@
- #include <sstream>
- #include <memory>
- #include <csignal>
-+#include <cstring> // memset()
-
- extern"C"{
- #include <sys/types.h>
---- rutilt.orig/include/CWirelessMsgHandler.h
-+++ rutilt/include/CWirelessMsgHandler.h
-@@ -23,6 +23,7 @@
-
- #include <string>
- #include <stdexcept> // std::bad_alloc
-+#include <memory> // std::auto_ptr
-
- #include "IMsgHandler.h"
- #include "IDriver.h"
Modified: unstable/rutilt/debian/patches/series
===================================================================
--- unstable/rutilt/debian/patches/series 2008-06-23 18:23:18 UTC (rev 144)
+++ unstable/rutilt/debian/patches/series 2008-08-10 09:26:52 UTC (rev 145)
@@ -1,4 +0,0 @@
-021_fix_configure_arg_parsing.diff
-015_use_su-to-root.diff
-022_fix_icon.diff
-023_fix_includes.diff
Modified: unstable/rutilt/debian/rules
===================================================================
--- unstable/rutilt/debian/rules 2008-06-23 18:23:18 UTC (rev 144)
+++ unstable/rutilt/debian/rules 2008-08-10 09:26:52 UTC (rev 145)
@@ -15,10 +15,15 @@
endif
VERSION := $(shell dpkg-parsechangelog | sed 's/^Version: //; t; d')
+UPSTREAM_VERSION := $(shell dpkg-parsechangelog | sed -n 's/Version:\s\(.*\)-.*/\1/p')
CONFIGURE_OPTIONS := --launcher=external --prefix=/usr --kernel_sources=/usr \
--cflags="$(CFLAGS)" --version="$(VERSION)"
+get-orig-source:
+ wget http://bonrom.cbbknet.com/files/RutilTv$(UPSTREAM_VERSION).tar.gz
+ mv RutilTv$(UPSTREAM_VERSION).tar.gz ../rutilt_$(UPSTREAM_VERSION).orig.tar.gz
+
configure: configure-stamp
configure-stamp: $(QUILT_STAMPFN)
dh_testdir
Deleted: unstable/rutilt/debian/watch
===================================================================
--- unstable/rutilt/debian/watch 2008-06-23 18:23:18 UTC (rev 144)
+++ unstable/rutilt/debian/watch 2008-08-10 09:26:52 UTC (rev 145)
@@ -1,2 +0,0 @@
-version=3
-http://cbbk.free.fr/bonrom/files/RutilTv(.*)\.tar\.gz
More information about the Pkg-ralink-commits
mailing list