[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#213620: marked as done (hwtools: Patch for 0.8-0.3 upload)



Your message dated Fri, 18 Jun 2004 03:28:02 +0200
with message-id <20040618012802.GG1451@djpig.de>
and subject line NMU patch bugs
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 1 Oct 2003 15:23:35 +0000
>From bubulle@mykerinos.kheops.frmug.org Wed Oct 01 10:22:43 2003
Return-path: <bubulle@mykerinos.kheops.frmug.org>
Received: from onera.onera.fr [144.204.65.4] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1A4ioK-0002wQ-00; Wed, 01 Oct 2003 10:22:40 -0500
Received: from mykerinos.onera ([127.0.0.1])
        by onera.onera.fr  with ESMTP id h91FMcaZ004312;
        Wed, 1 Oct 2003 17:22:38 +0200 (MEST)
Received: from localhost (mykerinos.onera [127.0.0.1])
	by mykerinos.onera (Postfix) with ESMTP
	id 3874FD05C; Wed,  1 Oct 2003 17:22:38 +0200 (CEST)
Received: from mykerinos.onera ([127.0.0.1])
	by localhost (mykerinos [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 21591-01; Wed, 1 Oct 2003 17:22:35 +0200 (CEST)
Received: by mykerinos.onera (Postfix, from userid 7426)
	id 94D32D05B; Wed,  1 Oct 2003 17:22:35 +0200 (CEST)
Content-Type: multipart/mixed; boundary="===============1764598660=="
MIME-Version: 1.0
From: Christian Perrier <bubulle@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: hwtools: Patch for 0.8-0.3 upload
X-Mailer: reportbug 2.31
Date: Wed, 01 Oct 2003 17:22:35 +0200
Message-Id: <20031001152235.94D32D05B@mykerinos.onera>
X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at mykerinos
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-6.4 required=4.0
	tests=BODY_8BITS,HAS_PACKAGE,PATCH_UNIFIED_DIFF
	autolearn=ham version=2.53-bugs.debian.org_2003_10_1
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_1 (1.174.2.15-2003-03-30-exp)

This is a multi-part MIME message sent by reportbug.

--===============1764598660==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Package: hwtools
Version: 0.8-0.2
Severity: normal
Tags: patch

Attached is the patch of this NMU upload

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux mykerinos 2.4.22 #2 Mon Sep 29 15:12:10 CEST 2003 i686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (ignored: LC_ALL set to fr_FR.UTF-8)

Versions of packages hwtools depends on:
ii  debconf                       1.3.14     Debian configuration management sy
ii  libc6                         2.3.2-8    GNU C Library: Shared libraries an

-- debconf information excluded


--===============1764598660==
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Disposition: attachment; filename="patch.nmu"
Content-Transfer-Encoding: quoted-printable
X-MIME-Autoconverted: from 8bit to quoted-printable by onera.onera.fr id h91FMcaZ004312

diff -Nru hwtools-0.8.ori/debian/changelog hwtools-0.8/debian/changelog
--- hwtools-0.8.ori/debian/changelog	2003-10-01 08:21:44.000000000 +0200
+++ hwtools-0.8/debian/changelog	2003-10-01 12:18:18.000000000 +0200
@@ -1,3 +1,18 @@
+hwtools (0.8-0.3) unstable; urgency=3Dlow
+
+  * Non-maintainer upload.
+  * Removed the useless debconf note. Closes: #198513, #104299
+  * Lowered the priority of the debconf note about SCSI utilities
+    moving to another package
+  * Switch to po-debconf for templates. Closes: #200113
+  * Russian templates translation. Closes: #137662
+  * Danish templates translation. Closes: #175190
+  * German templates translation. Closes: #126052
+  * Now Build-Depends on gcc
+  * Replaced deprecated -m486 in memmxtest makefile
+
+ -- Christian Perrier <bubulle@debian.org>  Wed,  1 Oct 2003 12:18:09 +0=
200
+
 hwtools (0.8-0.2) unstable; urgency=3Dhigh
=20
   * NMU
diff -Nru hwtools-0.8.ori/debian/config hwtools-0.8/debian/config
--- hwtools-0.8.ori/debian/config	2003-10-01 08:21:44.000000000 +0200
+++ hwtools-0.8/debian/config	2003-10-01 08:52:24.000000000 +0200
@@ -3,11 +3,9 @@
 # Source debconf library.
 . /usr/share/debconf/confmodule
=20
-if [ ! "$2" ]; then
-  db_input medium hwtools/info || true
-else
+if [ -n "$2" ]; then
   if dpkg --compare-versions "$2" lt 0.6; then
-    db_input medium hwtools/no-scsi || true
+    db_input low hwtools/no-scsi || true
   fi
 fi
 db_go
diff -Nru hwtools-0.8.ori/debian/control hwtools-0.8/debian/control
--- hwtools-0.8.ori/debian/control	2003-10-01 08:21:44.000000000 +0200
+++ hwtools-0.8/debian/control	2003-10-01 08:59:19.000000000 +0200
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Christoph Lameter <christoph@lameter.com>
-Build-Depends: debhelper, binutils, bin86, gcc272
+Build-Depends: debhelper, binutils, bin86, gcc
 Standards-Version: 3.1.1
=20
 Package: hwtools
diff -Nru hwtools-0.8.ori/debian/po/da.po hwtools-0.8/debian/po/da.po
--- hwtools-0.8.ori/debian/po/da.po	1970-01-01 01:00:00.000000000 +0100
+++ hwtools-0.8/debian/po/da.po	2003-10-01 08:52:06.000000000 +0200
@@ -0,0 +1,48 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-10-01 08:24+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator:  Morten Brix Pedersen <morten@wtf.dk>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=3DISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Description
+#: ../templates:3
+msgid "There are no more SCSI utilities in this package."
+msgstr "Der er ikke l=E6ngere SCSI v=E6rkt=F8jer i denne pakke."
+
+#. Description
+#: ../templates:3
+msgid ""
+"The SCSI-related utilities have moved to a separate `scsitools' package=
."
+msgstr "SCSI-v=E6rkt=F8jerne er flyttet til en seperat `scsitools' pakke=
."
+
+#~ msgid "hwtools package:"
+#~ msgstr "hwtools pakken:"
+
+#~ msgid ""
+#~ "You will most probably want to read /usr/share/doc/hwtools/README.De=
bian "
+#~ "and the rest of the files in that directory, before using any of the=
 "
+#~ "programs included in this package."
+#~ msgstr ""
+#~ "Du vil h=F8jst sandsynligt have behov for at l=E6se /usr/share/doc/h=
wtools/"
+#~ "README.Debian og resten af filerne i den mappe, f=F8r du bruger noge=
n af "
+#~ "programmerne inkluderet i denne pakke."
diff -Nru hwtools-0.8.ori/debian/po/de.po hwtools-0.8/debian/po/de.po
--- hwtools-0.8.ori/debian/po/de.po	1970-01-01 01:00:00.000000000 +0100
+++ hwtools-0.8/debian/po/de.po	2003-10-01 08:52:06.000000000 +0200
@@ -0,0 +1,48 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-10-01 08:24+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator:  Sebastian Feltel <sebastian@feltel.de>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=3DISO-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Description
+#: ../templates:3
+msgid "There are no more SCSI utilities in this package."
+msgstr "Keine SCSI-Programme in diesem Paket"
+
+#. Description
+#: ../templates:3
+msgid ""
+"The SCSI-related utilities have moved to a separate `scsitools' package=
."
+msgstr "Die SCSI-Programme wurden im Paket 'scsitools' zusammengefasst."
+
+#~ msgid "hwtools package:"
+#~ msgstr "hwtools Paket:"
+
+#~ msgid ""
+#~ "You will most probably want to read /usr/share/doc/hwtools/README.De=
bian "
+#~ "and the rest of the files in that directory, before using any of the=
 "
+#~ "programs included in this package."
+#~ msgstr ""
+#~ "Sie sollten die Datei /usr/share/doc/hwtools/README.Debian und die "
+#~ "anderen Dateien in diesem Verzeichnis lesen bevor Sie dieses Paket "
+#~ "verwenden."
diff -Nru hwtools-0.8.ori/debian/po/fr.po hwtools-0.8/debian/po/fr.po
--- hwtools-0.8.ori/debian/po/fr.po	1970-01-01 01:00:00.000000000 +0100
+++ hwtools-0.8/debian/po/fr.po	2003-10-01 08:52:06.000000000 +0200
@@ -0,0 +1,53 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+# Original translator is unknown. Translator mentioned below
+# did the po file proofreading, with the help of the contributors
+# from the debian-l10n-french mailing list
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hwtools 0.8-0.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-10-01 08:24+0200\n"
+"PO-Revision-Date: 2003-07-04 23:03+0100\n"
+"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
+"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=3DISO-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Description
+#: ../templates:3
+msgid "There are no more SCSI utilities in this package."
+msgstr "Les utilitaires SCSI ont =E9t=E9 retir=E9s de ce paquet."
+
+#. Description
+#: ../templates:3
+msgid ""
+"The SCSI-related utilities have moved to a separate `scsitools' package=
."
+msgstr ""
+"Les utilitaires SCSI ont =E9t=E9 d=E9plac=E9s dans un paquet s=E9par=E9=
 appel=E9 "
+"=AB=A0scsitools=A0=BB."
+
+#~ msgid "hwtools package:"
+#~ msgstr "Paquet hwtools=A0:"
+
+#~ msgid ""
+#~ "You will most probably want to read /usr/share/doc/hwtools/README.De=
bian "
+#~ "and the rest of the files in that directory, before using any of the=
 "
+#~ "programs included in this package."
+#~ msgstr ""
+#~ "Il est recommand=E9 de lire les documents tels que /usr/share/doc/hw=
tools/"
+#~ "README.Debian ainsi que les autres de ce r=E9pertoire avant d'utilis=
er l'un "
+#~ "des programmes fournis."
diff -Nru hwtools-0.8.ori/debian/po/POTFILES.in hwtools-0.8/debian/po/POT=
FILES.in
--- hwtools-0.8.ori/debian/po/POTFILES.in	1970-01-01 01:00:00.000000000 +=
0100
+++ hwtools-0.8/debian/po/POTFILES.in	2003-10-01 08:52:06.000000000 +0200
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] templates
diff -Nru hwtools-0.8.ori/debian/po/ru.po hwtools-0.8/debian/po/ru.po
--- hwtools-0.8.ori/debian/po/ru.po	1970-01-01 01:00:00.000000000 +0100
+++ hwtools-0.8/debian/po/ru.po	2003-10-01 08:52:06.000000000 +0200
@@ -0,0 +1,49 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-10-01 08:24+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: ilgiz@bashtelecom.ru (Ilgiz Kalmetev)\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=3DKOI8-R\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Description
+#: ../templates:3
+msgid "There are no more SCSI utilities in this package."
+msgstr "=F7 =DC=D4=CF=CD =D0=C1=CB=C5=D4=C5 =C2=CF=CC=D8=DB=C5 =CE=C5=D4=
 =D5=D4=C9=CC=C9=D4 SCSI."
+
+#. Description
+#: ../templates:3
+msgid ""
+"The SCSI-related utilities have moved to a separate `scsitools' package=
."
+msgstr ""
+"=F5=D4=C9=CC=C9=D4=D9, =CF=D4=CE=CF=D3=D1=DD=C9=C5=D3=D1 =CB SCSI, =C2=D9=
=CC=C9 =D0=C5=D2=C5=CE=C5=D3=C5=CE=D9 =D7 =CF=D4=C4=C5=CC=D8=CE=D9=CA =D0=
=C1=CB=C5=D4 `scsitools'."
+
+#~ msgid "hwtools package:"
+#~ msgstr "=F0=C1=CB=C5=D4 hwtools"
+
+#~ msgid ""
+#~ "You will most probably want to read /usr/share/doc/hwtools/README.De=
bian "
+#~ "and the rest of the files in that directory, before using any of the=
 "
+#~ "programs included in this package."
+#~ msgstr ""
+#~ "=F7=D9 =D7=C5=D2=CF=D1=D4=CE=CF =DA=C1=C8=CF=D4=C9=D4=C5 =D0=D2=CF=DE=
=C5=D3=D4=D8 =C6=C1=CA=CC /usr/share/doc/hwtools/README.Debian =C9 "
+#~ "=CF=D3=D4=C1=CC=D8=CE=D9=C5 =C6=C1=CA=CC=D9 =D7 =DC=D4=CF=CD =CB=C1=D4=
=C1=CC=CF=C7=C5, =D0=C5=D2=C5=C4 =C9=D3=D0=CF=CC=D8=DA=CF=D7=C1=CE=C9=C5=CD=
 =D0=D2=CF=C7=D2=C1=CD=CD, "
+#~ "=D7=CB=CC=C0=DE=C5=CE=CE=D9=C8 =D7 =DC=D4=CF=D4 =D0=C1=CB=C5=D4."
diff -Nru hwtools-0.8.ori/debian/po/templates.pot hwtools-0.8/debian/po/t=
emplates.pot
--- hwtools-0.8.ori/debian/po/templates.pot	1970-01-01 01:00:00.000000000=
 +0100
+++ hwtools-0.8/debian/po/templates.pot	2003-10-01 08:52:06.000000000 +02=
00
@@ -0,0 +1,36 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-10-01 08:24+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=3DCHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Description
+#: ../templates:3
+msgid "There are no more SCSI utilities in this package."
+msgstr ""
+
+#. Description
+#: ../templates:3
+msgid ""
+"The SCSI-related utilities have moved to a separate `scsitools' package=
."
+msgstr ""
diff -Nru hwtools-0.8.ori/debian/postinst hwtools-0.8/debian/postinst
--- hwtools-0.8.ori/debian/postinst	2003-10-01 08:21:44.000000000 +0200
+++ hwtools-0.8/debian/postinst	2003-10-01 08:57:46.000000000 +0200
@@ -11,9 +11,7 @@
   # Source debconf library.
   . /usr/share/debconf/confmodule
=20
-  if [ -z "$2" ]; then # there's no $2 version, therefore it's not an up=
grade
-    db_get hwtools/info || true
-  else
+  if [ -n "$2" ]; then # this is an upgrade
     if dpkg --compare-versions "$2" lt 0.6; then
       db_get hwtools/no-scsi || true
     fi
diff -Nru hwtools-0.8.ori/debian/templates hwtools-0.8/debian/templates
--- hwtools-0.8.ori/debian/templates	2003-10-01 08:21:44.000000000 +0200
+++ hwtools-0.8/debian/templates	2003-10-01 08:52:06.000000000 +0200
@@ -1,15 +1,4 @@
-Template: hwtools/info
-Type: note
-Description: hwtools package:
- You will most probably want to read /usr/share/doc/hwtools/README.Debia=
n
- and the rest of the files in that directory, before using any of
- the programs included in this package.
-Description-fr: paquet hwtools :
- Il est recommand=E9 de lire les documents tels que
- /usr/share/doc/hwtools/README.Debian ainsi que les autres
- de ce r=E9pertoire avant d'utiliser l'un des programmes fournis.
-
 Template: hwtools/no-scsi
 Type: note
-Description: There are no more SCSI utilities in this package.
+_Description: There are no more SCSI utilities in this package.
  The SCSI-related utilities have moved to a separate `scsitools' package.
diff -Nru hwtools-0.8.ori/memmxtest/src/Makefile hwtools-0.8/memmxtest/sr=
c/Makefile
--- hwtools-0.8.ori/memmxtest/src/Makefile	2000-03-16 22:51:09.000000000 =
+0100
+++ hwtools-0.8/memmxtest/src/Makefile	2003-10-01 12:17:57.000000000 +020=
0
@@ -56,7 +56,7 @@
=20
 # Use the gcc compiler; with options
 CC=3Dgcc
-CFLAGS=3D-Wall -m486 -O2
+CFLAGS=3D-Wall -march=3Di486 -O2
=20
 # The assembler (gcc will know which one to call); with options
 AS=3Dgcc -c

--===============1764598660==--

---------------------------------------
Received: (at 213620-done) by bugs.debian.org; 18 Jun 2004 01:28:38 +0000
>From frank@lichtenheld.de Thu Jun 17 18:28:38 2004
Return-path: <frank@lichtenheld.de>
Received: from mail.sorgfalt.net [217.160.169.191] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Bb8BK-00061h-00; Thu, 17 Jun 2004 18:28:38 -0700
Received: from pd9530a24.dip.t-dialin.net ([217.83.10.36] helo=djpig.djpig.de)
	by mail.sorgfalt.net with asmtp 
	(Cipher TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34 1)
	id 1Bb8BJ-0006bC-JK; Fri, 18 Jun 2004 03:28:37 +0200
Received: from djpig by djpig.djpig.de with local (Exim 3.35 #1 (Debian))
	id 1Bb8Ak-0001ZZ-00; Fri, 18 Jun 2004 03:28:02 +0200
Date: Fri, 18 Jun 2004 03:28:02 +0200
From: Frank Lichtenheld <djpig@debian.org>
To: 213620-done@bugs.debian.org, 224741-done@bugs.debian.org
Subject: NMU patch bugs
Message-ID: <20040618012802.GG1451@djpig.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
Sender: Frank Lichtenheld <frank@lichtenheld.de>
Delivered-To: 213620-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

As hwtools is orphaned it makes no sense to keep the NMU patch bugs
open.

Gruesse,
-- 
Frank Lichtenheld <djpig@debian.org>
www: http://www.djpig.de/



Reply to: