Rekken voor bestelwagen

2019-04-30 Thread Ergovan Bedrijfswageninrichtingen
Version en ligne ([[webcopy]]) La moitié de nos clients sontfrançais,
alors pourquoi pas vous?

Pas de frais de déplacement -
montage chez vous en1 jour


1. MEILLEUR RAPPORT
QUALITE / PRIX

2. MONTAGE
CHEZ VOUS
SANS SUPPLEMENT

3. UN VRAI SERVICE !

Ergovan, votre partenaire en aménagement de véhicules utilitaires.
Demandez la visite d'un représentant
pour une offre sur mesure sans engagement,
selon vos souhaits et votre budget.

 (((Lien simple))) VISITEZ ICI NOTRE SITE (((Lien simple))) 
(((Lien simple)))

 ((()))  ((())) 


Ergovan bvba
Generaal Deprezstraat 2/050 U6
8530 Harelbeke
Tel : 056 34 57 02


Ergovan Sprl
Avenue des dessus de Lives 2
5101 Namur
Tel : 081 20 66 30

Desinscription ([[unsubscribe]]) 



Bug#878625:

2019-04-30 Thread Greg Wooledge
I just discovered today that this bug is related to (and is perhaps the
fundamental cause of) other issues I've been seeing.

Specifically, systemd-logind not being able to recognize my NIS user
account resulted in my not being able to start X (via startx) without
hacking the Xwrapper.config to revert to running X as root.  This was
reported under Debian Bug#833182 because at the time, one of my symptoms
(the "drmSetMaster(): Permission denied" error) matched the subject of
that bug, and I am also on Intel graphics.  So, it seemed like the same
bug.

The other symptoms, which I only noticed more recently, were the complete
lack of all XDG_* environment variables and the lack of a /run/user/MYUID
directory, all of which were supposed to be present in my login sessions.

After installing nscd and rebooting (it didn't work until reboot), all
of these symptoms have been cleared up.  I was able to remove the
needs_root_rights=yes line in the /etc/X11/Xwrapper.config file and
start X without root again.

I don't know if there's a less drastic measure than rebooting that can
make nscd "kick in".



Bug#928244: dosck FTCBFS: ancient configure does not recognize --host

2019-04-30 Thread Helmut Grohne
Source: doschk
Version: 1.1-7
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

doschk fails to cross build from source, because its configure is so old
that it does not support the --host flag. As such the host architecture
is communicated via the compiler by exporting CC. The attached patch
implements that and makes doschk cross buildable. Please consider
applying it.

Helmut
diff -u doschk-1.1/debian/changelog doschk-1.1/debian/changelog
--- doschk-1.1/debian/changelog
+++ doschk-1.1/debian/changelog
@@ -1,3 +1,9 @@
+doschk (1.1-8) UNRELEASED; urgency=medium
+
+  * Fix FTCBFS: Communicate CC to ./configure. (Closes: #-1)
+
+ -- Helmut Grohne   Tue, 30 Apr 2019 16:35:31 +0200
+
 doschk (1.1-7) unstable; urgency=medium
 
   * debian/control: Orphan package.
diff -u doschk-1.1/debian/rules doschk-1.1/debian/rules
--- doschk-1.1/debian/rules
+++ doschk-1.1/debian/rules
@@ -2,6 +2,9 @@
 # debian/rules for doschk, modified by Ben Pfaff from original by Joey
 # Hess.
 
+-include /usr/share/dpkg/buildtools.mk
+export CC
+
 build: build-stamp
 build-stamp:
dh_testdir