Bug#432310: umtsmon

2009-08-06 Thread Patrick Winnertz
Hey,

sorry that it takes so long to answer - I was writing my exams in the
last days.

I'll upload umtsmon this week if andreas is fine with it.

Greetings
Patrick



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#432310: umtsmon - current status?

2009-09-30 Thread Willi Mann
Hi!

What's the reason umtsmon failed in NEW? Can you add a short status
update to the wnpp bug, please?

thanks
Willi Mann



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#432310: umtsmon 0.10 available on sf

2009-05-11 Thread newbeewan

Hi,

I will be very please to use UMTSmon on Debian.

It will be more user friendly to have it because there are no other 
simple way to connect to UMTS/3G modems.


Is it possible to have an experimental package in experimental branch ?

Regards

Mourad



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#432310: umtsmon - fix kde menu entry

2008-12-05 Thread Chris Hildebrandt
Hi,
at the current state umtsmon is a nice tool, but still requires root to
actually connect. Therefore I propose the attached patch, which changes
the KDE menu entry to make use of Debian's su-to-root.
Greetings,
Chris Hildebrandt

diff -u umtsmon-0.9/debian/menu umtsmon-0.9/debian/menu
--- umtsmon-0.9/debian/menu
+++ umtsmon-0.9/debian/menu
@@ -5 +5 @@
-	command="umtsmon"
+	command="su-to-root -X -c /usr/bin/umtsmon"
diff -u umtsmon-0.9/debian/control umtsmon-0.9/debian/control
--- umtsmon-0.9/debian/control
+++ umtsmon-0.9/debian/control
@@ -2,13 +2,13 @@
 Section: utils
 Priority: optional
 Maintainer: Patrick Winnertz <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 6), libqt3-mt-dev, libusb-dev, qt3-dev-tools
+Build-Depends: debhelper (>= 6), libqt3-mt-dev, libusb-dev, quilt, qt3-dev-tools
 Standards-Version: 3.8.0
 Homepage: http://umtsmon.sf.net
 
 Package: umtsmon
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, menu
 Description: control and monitor wireless mobile network cards
  umtsmon controls and monitors wireless mobile network cards that use ETLAs
  such as GPRS, EDGE, WCDMA, UMTS and HSDPA. It handles PIN codes, operator
only in patch2:
unchanged:
--- umtsmon-0.9.orig/debian/patches/01_su-to-root.patch
+++ umtsmon-0.9/debian/patches/01_su-to-root.patch
@@ -0,0 +1,23 @@
+start umtsmon as root by relying on su-to-root, which is part of the Debian
+specific "menu" package. In its current form, umtsmon cannot control ppp
+as non-root.
+
+--- a/umtsmon.desktop
 b/umtsmon.desktop
+@@ -4,7 +4,7 @@ Comment[en_US]=control your 3G mobile de
+ Comment[de]=Verwalte dein UMTS/GPRS-PCMCIA-Modem
+ Comment[nl]=Bestuur je mobiele netwerk apparaat
+ Encoding=UTF-8
+-Exec=umtsmon
++Exec=su-to-root -X -c /usr/bin/umtsmon
+ GenericName=umtsmon - control your 3G mobile devices
+ GenericName[en_US]=umtsmon - control your 3G mobile devices
+ Icon=umtsmon-128x128.png
+@@ -15,7 +15,6 @@ Name[de]=umtsmon
+ Path=
+ StartupNotify=true
+ Terminal=false
+-TerminalOptions=
+ Type=Application
+ X-KDE-SubstituteUID=false
+ X-KDE-StartupNotify=true
only in patch2:
unchanged:
--- umtsmon-0.9.orig/debian/patches/series
+++ umtsmon-0.9/debian/patches/series
@@ -0,0 +1 @@
+01_su-to-root.patch



signature.asc
Description: PGP signature


signature.asc
Description: OpenPGP digital signature


Bug#432310: umtsmon: changing back from ITP to RFP

2011-02-19 Thread Lucas Nussbaum
retitle 432310 RFP: umtsmon -- Use it to control UMTS/GPRS cards in notebooks
noowner 432310
thanks

Hi,

This is an automatic email to change the status of umtsmon back from ITP
(Intent to Package) to RFP (Request for Package), because this bug hasn't seen
any activity during the last 6 months.

If you are still interested in adopting umtsmon, please send a mail to
 with:

 retitle 432310 ITP: umtsmon -- Use it to control UMTS/GPRS cards in notebooks
 owner 432310 !
 thanks

However, it is not recommended to keep ITP for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
packaging that software. It is also a good idea to document your progress on
this ITP from time to time, by mailing <432...@bugs.debian.org>.

Thank you for your interest in Debian,
-- 
Lucas, for the QA team 



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pqqaa-0002f1...@samosa.debian.org



Bug#432310: umtsmon su-to-root menu entry - correction

2008-12-06 Thread Chris Hildebrandt
Hi,
yesterday's patch mas missing a stanza - here the correct one.
Thanks in advance for considering!
Greetings,
Chris (slam) Hildebrandt
diff -u umtsmon-0.9/debian/menu umtsmon-0.9/debian/menu
--- umtsmon-0.9/debian/menu
+++ umtsmon-0.9/debian/menu
@@ -5 +5 @@
-	command="umtsmon"
+	command="su-to-root -X -c /usr/bin/umtsmon"
diff -u umtsmon-0.9/debian/rules umtsmon-0.9/debian/rules
--- umtsmon-0.9/debian/rules
+++ umtsmon-0.9/debian/rules
@@ -4,8 +4,11 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+# Include quilt support.
+include /usr/share/quilt/quilt.make
+
 configure: configure-stamp
-configure-stamp:
+configure-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	touch configure-stamp
 
@@ -19,7 +22,7 @@
 
 	touch $@
 
-clean: 
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
diff -u umtsmon-0.9/debian/control umtsmon-0.9/debian/control
--- umtsmon-0.9/debian/control
+++ umtsmon-0.9/debian/control
@@ -2,13 +2,13 @@
 Section: utils
 Priority: optional
 Maintainer: Patrick Winnertz <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 6), libqt3-mt-dev, libusb-dev, qt3-dev-tools
+Build-Depends: debhelper (>= 6), libqt3-mt-dev, libusb-dev, quilt, qt3-dev-tools
 Standards-Version: 3.8.0
 Homepage: http://umtsmon.sf.net
 
 Package: umtsmon
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, menu
 Description: control and monitor wireless mobile network cards
  umtsmon controls and monitors wireless mobile network cards that use ETLAs
  such as GPRS, EDGE, WCDMA, UMTS and HSDPA. It handles PIN codes, operator
only in patch2:
unchanged:
--- umtsmon-0.9.orig/debian/patches/01_su-to-root.patch
+++ umtsmon-0.9/debian/patches/01_su-to-root.patch
@@ -0,0 +1,23 @@
+start umtsmon as root by relying on su-to-root, which is part of the Debian
+specific "menu" package. In its current form, umtsmon cannot control ppp
+as non-root.
+
+--- a/umtsmon.desktop
 b/umtsmon.desktop
+@@ -4,7 +4,7 @@ Comment[en_US]=control your 3G mobile de
+ Comment[de]=Verwalte dein UMTS/GPRS-PCMCIA-Modem
+ Comment[nl]=Bestuur je mobiele netwerk apparaat
+ Encoding=UTF-8
+-Exec=umtsmon
++Exec=su-to-root -X -c /usr/bin/umtsmon
+ GenericName=umtsmon - control your 3G mobile devices
+ GenericName[en_US]=umtsmon - control your 3G mobile devices
+ Icon=umtsmon-128x128.png
+@@ -15,7 +15,6 @@ Name[de]=umtsmon
+ Path=
+ StartupNotify=true
+ Terminal=false
+-TerminalOptions=
+ Type=Application
+ X-KDE-SubstituteUID=false
+ X-KDE-StartupNotify=true
only in patch2:
unchanged:
--- umtsmon-0.9.orig/debian/patches/series
+++ umtsmon-0.9/debian/patches/series
@@ -0,0 +1 @@
+01_su-to-root.patch


signature.asc
Description: OpenPGP digital signature