Bug#568303: can-utils

2014-01-12 Thread Markus Becker
On Saturday 11 January 2014 20:34:57 Alexander GQ Gerasiov wrote:
> Hello Markus,
> 
> I'd like to comaintain can-utils package if you dont mind.
> I'm going to get your package from collab-maint git, update to latest
> upstream sources, fix any packaging issues I'll find and finally upload
> into archive.
> 
> Please contact me if you have something to say about it.

Please go ahead. I am currently not working on it and it seems I won't have 
time for it in the next months.

Markus

> Cheers, Alexander.


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



Bug#568303: ITP: can-utils Debian package

2012-04-11 Thread Markus Becker
Hi,

after a long absence, I have updated the Debian packages of socketCAN.

Now there are two packages (for the moment) can-utils and can-modules, which 
are based on the gitorious repositories of the same name. The package name has 
changed from socketcan-utils to can-utils to reflect the current layout on 
gitorious.


* can-utils is the main package with the executables.
The gitweb of Debian for can-utils is now at:
http://anonscm.debian.org/gitweb/?p=collab-maint/can-utils.git;a=summary

The following should create and install a Debian package of can-utils for you:

git clone git://anonscm.debian.org/collab-maint/can-utils.git
cd can-utils
git-buildpackage
sudo dpkg -i ../can-utils_0.0.2+gitba9b189-1_i386.deb


Have the man pages been removed intentionally from can-utils in the transition 
from Berlios to gitorious? For the moment the packages don't include the 
manpages therefore.


* As we are needing Debian packages for ISO-TP and it is not yet in the 
mainline kernel AFAIK, I have also created a package with can-bcm.ko, can-
isotp.ko, can.ko and can-raw.ko. Please correct me, if this is already on the 
way into the mainline kernel. (gitorious gives me lots of 500's for commit 
overview, etc.) Once it has landed there, this package is not needed anymore.

gitweb of can-modules:
http://anonscm.debian.org/gitweb/?p=collab-maint/can-modules.git;a=summary

Procedure:

git clone git://anonscm.debian.org/collab-maint/can-modules.git
cd can-modules
git-buildpackage
sudo dpkg -i ../can-modules_0.0.2+git6b92067-1_all.deb
sudo m-a a-i -t can-modules


Feedback on the packages is appreciated.

BR,
Markus


| Dipl.-Ing. Markus Becker
| Communication Networks
| TZI - Center for Computing Technologies
| University Bremen
| Germany

| web: http://www.comnets.uni-bremen.de/~mab/
| mailto: m...@comnets.uni-bremen.de
| telephone: +49 421 218 62379
| building: NW1 room: N2260




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



Bug#647599: python-tastypie: Dependency on python-mimeparse needed

2011-11-04 Thread Markus Becker
Package: python-tastypie
Version: 0.9.10-1
Severity: important

Dear Maintainer,

I was trying out tastypie. It seems the package needs a dependency on 
python-mimeparse.

Documentation states this as well:
http://django-tastypie.readthedocs.org/en/latest/tutorial.html#installation

At least for my simple model (created according to the tastypie tutorial) the 
import of mimeparse fails:

ImportError at /api/entry/
No module named mimeparse

[...]
File "/home/mab/src/external/git/tastypie/comnets/../comnets/api.py" in 
  2. from tastypie.resources import ModelResource
File "/usr/lib/python2.7/dist-packages/tastypie/resources.py" in 
  21. from tastypie.utils.mime import determine_format, build_content_type
File "/usr/lib/python2.7/dist-packages/tastypie/utils/mime.py" in 
  1. import mimeparse

python-mimeparse seems to be only available on mentors:
http://mentors.debian.net/package/python-mimeparse

The ITP:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647162

Other dependencies to add:
python-django
python-dateutil

Probable suggests:
python-yaml
python-lxml

uuid dependency seems to be satisfied by python >= 2.6.6-7~

Thanks,
Markus

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-tastypie depends on:
ii  python 2.7.2-9
ii  python2.6  2.6.7-3
ii  python2.7  2.7.2-5

python-tastypie recommends no packages.

python-tastypie suggests no packages.

-- no debconf information



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



Bug#486470: Debian Package updated

2011-02-18 Thread Markus Becker
The Debian packages for the PEAK CAN linux driver have been updated to 
upstream version 6.24 for kernel 2.6.37.

The debian git repository is at:
http://git.debian.org/?p=collab-maint/peak-linux-driver.git;a=summary

Debian packages are available at:
http://www.comnets.uni-bremen.de/~mab/can/

Because of 
"error: unknown field 'ioctl' specified in initializer"
ioctl has been commented. Is this a problem?

Index: peak-linux-driver/driver/src/pcan_fops_linux.c
===
--- peak-linux-driver.orig/driver/src/pcan_fops_linux.c 2011-02-18 
13:16:01.0 +0100
+++ peak-linux-driver/driver/src/pcan_fops_linux.c  2011-02-18 
13:16:07.0 +0100
@@ -741,7 +741,7 @@
   release:pcan_release,
   read:   pcan_read,
   write:  pcan_write,
-  ioctl:  pcan_ioctl,
+  // ioctl:  pcan_ioctl,
   poll:   pcan_poll,
 };

Because of
"error: pcmcia/cs_types.h: No such file or directory
error: pcmcia/cs.h: No such file or directory"
and those files only being provided by linux-headers-2.6.32-5-common on Debian, 
PCCARD support has been disabled.

Changes:
peak-linux-driver (6.24-1) unstable; urgency=low
  * New upstream version.
  * Patch comment_ioctl.
  * Set KERNEL_DIR and KERNEL_LOCATION.
  * Disable PCCARD support. (cs_types.h and cs.h not available for 2.6.37)
  * Set debian/source/format to 3.0 (quilt)
  * Removed ${shlibs:Depends}
 -- Markus Becker   Wed, 18 Feb 2011 11:26:33 +0200

BTW: Debian packages for socketcan-utils are also packaged for Debian:
http://git.debian.org/?p=collab-maint/socketcan-utils.git;a=summary
http://www.comnets.uni-bremen.de/~mab/can/



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



Bug#568303: ITP: socketcan-utils (now on alioth collab-maint)

2010-10-28 Thread Markus Becker
Hi,

the packaging of socketcan-utils is now on alioth's collab-maint:

git://git.debian.org/git/collab-maint/socketcan-utils.git

updated to svn revision 1199.

BR,
Markus Becker


| Dipl.-Ing. Markus Becker
| Communication Networks
| Mobile Research Center
| TZI - Center for Computing Technologies
| University Bremen
| Germany

| mailto: m...@comnets.uni-bremen.de
| building: NW1 room: N2260




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



Bug#568303: socketcan utils packaged for Debian

2010-08-18 Thread Markus Becker
* Package name : socketcan
Version : svn1190
Upstream Author : Oliver Hartkopp 
* URL : http://developer.berlios.de/projects/socketcan/
* License : GPL-2/BSD, GPL-2+
Description : CAN (Controller Area Network) utilities based on Socket-CAN

A debian/ directory is available at:
http://www.comnets.uni-bremen.de/~mab/can/socketcan_0.0.1+svn1190-1.debian.tar.gz

Sponsor is needed for upload into Debian repositories.

Thanks,
Markus


Bug#539239: grub2 deprecated vga=, splashy sort of needs it

2009-10-15 Thread Markus Becker
Hi,

would you care to share (and/or packages) your changes to the init script of 
splashy?

Thanks,
Markus




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



Bug#539110: [Python-apps-team] Bug#539110: mayavi2: Crash when starting

2009-07-30 Thread Markus Becker
Hi,

for me the same happened just a few minutes ago. The solution was to update 
python-enthoughtbase to 3.0.3-1. Should that be a dependency?

BR,
Markus


| Dipl.-Ing. Markus Becker
| Communication Networks
| Mobile Research Center
| TZI - Center for Computing Technologies
| University Bremen
| Germany

| web: http://www.comnets.uni-bremen.de/~mab/
| mailto: m...@comnets.uni-bremen.de
| telephone: +49 421 218 2287
| building: NW1 room: N2260




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



Bug#416368: hibernate scriptlet for networkmanager

2007-04-12 Thread Markus Becker
Attached is a scriptlet that sends networkmanager to sleep when
suspending and wakes networkmanager up on resume. It has hardcoded 
/usr/bin/dbus-send and some vechos in there, but works for me(TM).

Add to /etc/hibernate/common.conf to enable the scriptlet:

### network manager
EnableNMReconnect yes

I'm a cc'ing a related networkmanager bug.

Best regards,
Markus Becker


| Dipl.-Ing. Markus Becker 
| Communication Networks
| Mobile Research Center
| TZI - Center for Computing Technologies
| University Bremen
| Germany

| web: http://www.comnets.uni-bremen.de/~mab/
| mailto: [EMAIL PROTECTED] 
| telephone: +49 421 218 2287
| building: NW1 room: N2260

# -*- sh -*-
# vim:ft=sh:ts=8:sw=4:noet

###
## Disconnects NetworkManager on suspend and connects on resume. This is the 
equivalent of
## clicking the "Switch to Offline" button before suspending, and clicking the
## "Switch to Online" button after resuming.
##
## Author: Markus Becker
## Credits: 
##  Based on kopete scriplet from Pat Double <[EMAIL PROTECTED]>
##
###

AddConfigHandler NMOptions
AddConfigHelp "EnableNMReconnect " "Disconnect and reconnect NM before 
and after suspending."

NMSuspend() {
vecho 3 "nm: sleep"
/usr/bin/dbus-send --system \
--dest=org.freedesktop.NetworkManager \
--type=method_call /org/freedesktop/NetworkManager \
org.freedesktop.NetworkManager.sleep
vecho 3 "nm: sleep 2"
return 0
}

NMResume() {
vecho 3 "nm: wake"
/usr/bin/dbus-send --system \
--dest=org.freedesktop.NetworkManager \
--type=method_call /org/freedesktop/NetworkManager \
org.freedesktop.NetworkManager.wake
vecho 3 "nm: wake2"
return 0
}

NMOptions() {
case $1 in
enablenmreconnect)
BoolIsOn "$1" "$2" && NM_ENABLED=1 || return 0
;;

*)
return 1
esac

if [ -z "$NM_HOOKED" ] ; then
vecho 0 "nm: hook"
AddSuspendHook 61 NMSuspend
AddResumeHook 61 NMResume
NM_HOOKED=1
fi
return 0
}


Bug#416368: closed by Michael Biebl <[EMAIL PROTECTED]> (Re: Bug#416368: network-manager: network manager does not update list of wireless networks after suspend or standby)

2007-04-11 Thread Markus Becker

> It's not different. There are simply multiple in Debian:
> - acpi-support (Don't know about that one, ubuntu only thingie)
> - powersaved (has support for NM, soon obsoleted by pm-utils, though.
> pm-utils is NM ready too)
> - hibernate (has afaik support for NM)

OK, I'm using hibernate and adding the following to
/etc/hibernate/common.conf did it for me.

OnSuspend 60 /usr/bin/dbus-send --system \
--dest=org.freedesktop.NetworkManager \
--type=method_call /org/freedesktop/NetworkManager \
org.freedesktop.NetworkManager.sleep
OnResume 60 /usr/bin/dbus-send --system \
--dest=org.freedesktop.NetworkManager \
--type=method_call /org/freedesktop/NetworkManager \
org.freedesktop.NetworkManager.wake

However, this would not be the way to solve it for packaging. Probably a
scriptlet?

BR,
Markus 

> 
> Please file the bug against the suspend script package you are using.


Cheers,
Michael



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#416368: network-manager: network manager does not update list of wireless networks after suspend or standby

2007-03-27 Thread Markus Becker
Package: network-manager
Version: 0.6.4-6
Severity: normal


After suspend and resume networkmanager still has the list of APs from the 
location before the suspend. Switching to offline and back to online using 
network-manager-kde applet updates the list. An integration with suspend 
scripts that automates this would be nice.

A solution for Ubuntu is available at:
http://ubuntuforums.org/showthread.php?p=2199850
See also the discussion at:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/40125

Unfortunately the suspend script architecture seems to be different between 
Debian and Ubuntu.

BR,
Markus

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages network-manager depends on:
ii  adduser 3.102Add and remove users and groups
ii  dbus1.0.2-1  simple interprocess messaging syst
ii  dhcdbd  2.0-2D-Bus interface to the ISC DHCP cl
ii  hal 0.5.8.1-9Hardware Abstraction Layer
ii  ifupdown0.6.8high level tools to configure netw
ii  iproute 20060323-1   Professional tools to control the 
ii  iputils-arping  3:20020927-6 Tool to send ICMP echo requests to
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libdbus-1-3 1.0.2-1  simple interprocess messaging syst
ii  libdbus-glib-1-20.71-3   simple interprocess messaging syst
ii  libgcrypt11 1.2.3-2  LGPL Crypto library - runtime libr
ii  libglib2.0-02.12.4-2 The GLib library of C routines
ii  libgpg-error0   1.4-1library for common error values an
ii  libhal1 0.5.8.1-9Hardware Abstraction Layer - share
ii  libiw28 28-1 Wireless tools - library
ii  libnl1-pre6 1.0~pre6-2   Library for dealing with netlink s
ii  libnm-util0 0.6.4-6  network management framework (shar
ii  lsb-base3.1-23.1 Linux Standard Base 3.1 init scrip
ii  wpasupplicant   0.5.5-2  Client support for WPA and WPA2 (I

network-manager recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#329631: Debian and toolchain for TI MSP430, time to get one source?

2007-03-27 Thread Markus Becker

Hi.

I would love to see this in the official repositories as well. I would
share the debian/* directories of the MSP binutils and the tinyos
packages I have created. Integration with avr toolchain would be nice
as well. But as those were the first deb packages I created, I doubt that
they are mature enough. I guess we would need a more experienced packager
for this.

BR,
Markus

On Fri, 23 Mar 2007, Oleg Verych wrote:

> 
> Hallo. It's nice, that there are deb repositories of msp430 toolchain.
> Why not to continue effort and get this stuff in the official debian archive?
> 
> Thanks!
> _
> 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]