Author: qboosh                       Date: Sat Dec 23 23:16:54 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- from psz, with dropped mirrors_full file (huge, not used in PLD)

---- Files affected:
SOURCES:
   netselect-debian.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/netselect-debian.patch
diff -u /dev/null SOURCES/netselect-debian.patch:1.1
--- /dev/null   Sun Dec 24 00:16:54 2006
+++ SOURCES/netselect-debian.patch      Sun Dec 24 00:16:49 2006
@@ -0,0 +1,1310 @@
+--- netselect-0.3.ds1.orig/debian/rules
++++ netselect-0.3.ds1/debian/rules
+@@ -1,66 +1,76 @@
+ #!/usr/bin/make -f
+-#                                                     -*- makefile -*-
+-# debian.rules file for the Debian/GNU Linux apmd package
+-# Copyright 1996-98 by Dirk Eddelbuettel <[EMAIL PROTECTED]>
+-# And fiddled with by Avery Pennarun for use with netselect
+-
+-package       = netselect
+-debtmp        := $(shell pwd)/debian/tmp
++# Sample debian/rules that uses debhelper.
++# This file is public domain software, originally written by Joey Hess. 
+ 
++# Uncomment this to turn on verbose mode.
+ #export DH_VERBOSE=1
+ 
+ build: build-stamp
+ build-stamp:
+       dh_testdir
+-      $(MAKE)
++
++      # Add here commands to compile the package.
++      $(MAKE) netselect
++
+       touch build-stamp
+ 
+ clean:
+       dh_testdir
+       dh_testroot
+       rm -f build-stamp
++
++      # Add here commands to clean up after the build process.
+       -$(MAKE) clean
+-      dh_clean
+ 
+-binary-indep: build
++      dh_clean
+ 
+-binary-arch: build
+-#     dh_testversion
++install: build
+       dh_testdir
+       dh_testroot
+-      dh_installdebconf
+       dh_clean -k
+-      dh_installdirs
+-      $(MAKE) PREFIX=`pwd`/debian/tmp/usr \
+-              MANDEST=`pwd`/debian/tmp/usr/share/man install
+-      dh_installdocs  README README.OS2 README.traceroute HISTORY
+-#     dh_installmenu
+-#     dh_installinit  --noscripts
+-#     dh_installcron
+-#     dh_installmanpages
+-      dh_undocumented
+-      #dh_installexamples             debian-ftp-mirrors
+-      dh_installchangelogs            ChangeLog
+-      dh_strip
+-      dh_link
+-      dh_compress
+-      echo x1; ls -l debian/tmp/usr/bin
+-      #dh_suidregister
+-      echo x2; ls -l debian/tmp/usr/bin
+-      dh_fixperms
+-      chmod u+s debian/tmp/usr/bin/netselect
+-      dh_installdeb
+-      dh_shlibdeps
+-      dh_gencontrol
+-#     dh_makeshlibs
+-#     dh_md5sums
+-      echo x3; ls -l debian/tmp/usr/bin
+-      dh_builddeb
+-      echo x4; ls -l debian/tmp/usr/bin
++      dh_installdirs -A
+ 
+-source diff:                                                                  
+-      @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
++      # Add here commands to install the package into debian/<packagename>
++      $(MAKE) PREFIX=$(CURDIR)/debian/netselect/usr \
++              MANDEST=$(CURDIR)/debian/netselect/usr/share/man/man1 install
++      
++      mv $(CURDIR)/debian/netselect/usr/bin/netselect-apt \
++         $(CURDIR)/debian/netselect-apt/usr/bin/
++      
++      rm -r $(CURDIR)/debian/netselect/usr/share/man/man1/netselect-apt.1
++
++# Build architecture-independent files here.
++binary-indep: build install
++      dh_testdir -i
++      dh_testroot -i
++      dh_installchangelogs -i
++      dh_installdocs -i
++      dh_installman -i
++      dh_link -i
++      dh_compress -i
++      dh_fixperms -i
++      dh_installdeb -i
++      dh_gencontrol -i
++      dh_md5sums -i
++      dh_builddeb -i
++
++# Build architecture-dependent files here.
++binary-arch: build install
++      dh_testdir -a
++      dh_testroot -a
++      dh_installchangelogs -a ChangeLog 
++      dh_installdocs -a
++      dh_installdebconf -a
++      dh_installman -a
++      dh_link -a
++      dh_strip -a
++      dh_compress -a
++      dh_fixperms -a
++      dh_installdeb -a
++      dh_shlibdeps -a
++      dh_gencontrol -a
++      dh_md5sums -a
++      dh_builddeb -a
+ 
+ binary: binary-indep binary-arch
+-.PHONY: build clean binary-indep binary-arch binary
+-
++.PHONY: build clean binary-indep binary-arch binary install
+--- netselect-0.3.ds1.orig/debian/copyright
++++ netselect-0.3.ds1/debian/copyright
+@@ -1,8 +1,9 @@
+-
+-This is the Debian GNU/Linux prepackaged version of netselect.  It was
+-written and then Debian-packaged by Avery Pennarun
+-<[EMAIL PROTECTED]>.  It was derived from Van Jacobson's traceroute,
+-and shares its license, which follows:
++This is the Debian GNU/Linux packaged version of netselect.  It was written 
and
++then Debian-packaged by Avery Pennarun <[EMAIL PROTECTED]>.
++The homepage for netselect is at
++http://people.nit.ca/~apenwarr/netselect/index.html
++It was derived from Van Jacobson's traceroute, and shares its license, which
++follows:
+ 
+ [Note: the University of California has released an updated license that
+ removes the so-called "obnoxious advertising clause" and Avery has
+@@ -10,7 +11,7 @@
+ 
+ /*
+  * Netselect:
+- *      Copyright (c) 1998 by Avery Pennarun <[EMAIL PROTECTED]>
++ *      Copyright (c) 1998 by Avery Pennarun <[EMAIL PROTECTED]>
+  *
+  * Traceroute:
+  * Copyright (c) 1990, 1993
+--- netselect-0.3.ds1.orig/debian/po/POTFILES.in
++++ netselect-0.3.ds1/debian/po/POTFILES.in
+@@ -0,0 +1 @@
++[type: gettext/rfc822deb] templates
+--- netselect-0.3.ds1.orig/debian/po/fr.po
++++ netselect-0.3.ds1/debian/po/fr.po
+@@ -0,0 +1,56 @@
++#
++#    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.
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: netselect 0.3.ds1\n"
++"Report-Msgid-Bugs-To: \n"
++"POT-Creation-Date: 2004-02-18 11:21+0100\n"
++"PO-Revision-Date: 2004-03-10 17:53+0100\n"
++"Last-Translator: Clément Stenac <[EMAIL PROTECTED]>\n"
++"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=iso-8859-1\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++#. Type: boolean
++#. Description
++#: ../templates:4
++msgid "Do you want netselect to be installed setuid root?"
++msgstr ""
++"Netselect doit-il s'exécuter avec les privilčges du super-utilisateur ?"
++
++#. Type: boolean
++#. Description
++#: ../templates:4
++msgid ""
++"Netselect can be installed with the set-user-id bit set, so that it will run 
"
++"with the permissions of the 'root' user.  Since netselect needs these "
++"permissions to work properly, ordinary users cannot run it unless it is "
++"installed this way."
++msgstr ""
++"Netselect peut s'exécuter avec les privilčges du super-utilisateur (par "
++"utilisation du bit Ť setuid ť). Étant donné que netselect a besoin de ces "
++"privilčges pour fonctionner correctement, les utilisateurs non privilégiés "
++"ne peuvent pas s'en servir si le bit setuid n'est pas positionné."
++
++#. Type: boolean
++#. Description
++#: ../templates:4
++msgid ""
++"Enabling this feature may be a security risk, so it is disabled by default.  
"
++"If in doubt, I suggest you leave it disabled."
++msgstr ""
++"Activer cette fonctionnalité peut constituer un risque de sécurité, c'est "
++"pourquoi elle est désactivée par défaut. En cas de doute, il est conseillé "
++"de la laisser désactivée."
+--- netselect-0.3.ds1.orig/debian/po/templates.pot
++++ netselect-0.3.ds1/debian/po/templates.pot
+@@ -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: 2004-02-18 11:21+0100\n"
++"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
++"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
++"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=CHARSET\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++#. Type: boolean
++#. Description
++#: ../templates:4
++msgid "Do you want netselect to be installed setuid root?"
++msgstr ""
++
++#. Type: boolean
++#. Description
++#: ../templates:4
++msgid ""
++"Netselect can be installed with the set-user-id bit set, so that it will run 
"
++"with the permissions of the 'root' user.  Since netselect needs these "
++"permissions to work properly, ordinary users cannot run it unless it is "
++"installed this way."
++msgstr ""
++
++#. Type: boolean
++#. Description
++#: ../templates:4
++msgid ""
++"Enabling this feature may be a security risk, so it is disabled by default.  
"
++"If in doubt, I suggest you leave it disabled."
++msgstr ""
+--- netselect-0.3.ds1.orig/debian/po/ja.po
++++ netselect-0.3.ds1/debian/po/ja.po
+@@ -0,0 +1,55 @@
++#
++#    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.
++#
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: netselect 0.3.ds1-1\n"
++"Report-Msgid-Bugs-To: \n"
++"POT-Creation-Date: 2004-02-18 11:21+0100\n"
++"PO-Revision-Date: 2004-09-02 10:02+0900\n"
++"Last-Translator: Hideki Yamane <[EMAIL PROTECTED]>\n"
++"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=EUC-JP\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++#. Type: boolean
++#. Description
++#: ../templates:4
++msgid "Do you want netselect to be installed setuid root?"
++msgstr "netselect ¤ň root ¤Ë setuid ¤ˇ¤ĆĽ¤ĽóĽšĽČĄźĽë¤ˇ¤Ţ¤š¤Ť?"
++
++#. Type: boolean
++#. Description
++#: ../templates:4
++msgid ""
++"Netselect can be installed with the set-user-id bit set, so that it will run 
"
++"with the permissions of the 'root' user.  Since netselect needs these "
++"permissions to work properly, ordinary users cannot run it unless it is "
++"installed this way."
++msgstr ""
++"netselect ¤Ď set-user-id ¤ňŔßÄꤡ¤ĆĽ¤ĽóĽšĽČĄźĽë¤Ç¤­¤ë¤Î¤ÇĄ˘'root' ĽćĄźĽś¤Î¸˘"
++"¸Â¤ÇĆ°şî¤Ç¤­¤Ţ¤šĄŁnetselect ¤ĎŔľ¤ˇ¤ŻĆ°şî¤š¤ë¤Î¤Ë¤ł¤Î¸˘¸Â¤ŹÉŹÍפʤΤǥ˘¤ł¤Ś¤ˇ"
++"¤Ę¤¤¸Â¤ę°ěČ̼楟Ľś¤ĎĆ°şî¤ľ¤ť¤é¤ě¤Ţ¤ť¤óĄŁ"
++
++#. Type: boolean
++#. Description
++#: ../templates:4
++msgid ""
++"Enabling this feature may be a security risk, so it is disabled by default.  
"
++"If in doubt, I suggest you leave it disabled."
++msgstr ""
++"¤ł¤ÎľĄÇ˝¤ňÍ­¸ú¤Ë¤š¤ë¤Î¤ĎĽťĽ­ĽĺĽęĽĆĽŁžĺ¤ÎĽęĽšĽŻ¤Ë¤Ę¤ë¤Ť¤â¤ˇ¤ě¤Ę¤¤¤Î¤ÇĄ˘ÄĚžď¤Ď"
++"Ěľ¸ú¤Ë¤Ę¤Ă¤Ć¤¤¤Ţ¤šĄŁ¤č¤ŻČ˝¤é¤Ę¤¤žěšç¤ĎĄ˘Ěľ¸ú¤Î¤Ţ¤Ţ¤Ë¤ˇ¤Ć¤Ş¤Ż¤Î¤ň¤Ş´Ť¤á¤ˇ¤Ţ"
++"¤šĄŁ"
+--- netselect-0.3.ds1.orig/debian/po/de.po
++++ netselect-0.3.ds1/debian/po/de.po
+@@ -0,0 +1,60 @@
++# translation of de.po to German
++# translation of netselect_0.3.ds1-1_templates.po to German
++#
++#    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.
++# Jens Nachtigall <[EMAIL PROTECTED]>, 2004.
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: de\n"
++"Report-Msgid-Bugs-To: \n"
++"POT-Creation-Date: 2004-02-18 11:21+0100\n"
++"PO-Revision-Date: 2004-10-25 22:10+0200\n"
++"Last-Translator: Jens Nachtigall <[EMAIL PROTECTED]>\n"
++"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=UTF-8\n"
++"Content-Transfer-Encoding: 8bit\n"
++"X-Generator: KBabel 1.3.1\n"
++"Plural-Forms:  nplurals=2; plural=(n != 1);\n"
++
++#. Type: boolean
++#. Description
++#: ../templates:4
++msgid "Do you want netselect to be installed setuid root?"
++msgstr "MĂśchten Sie, dass netselect setuid-root installiert wird?"
++
++#. Type: boolean
++#. Description
++#: ../templates:4
++msgid ""
++"Netselect can be installed with the set-user-id bit set, so that it will run 
"
++"with the permissions of the 'root' user.  Since netselect needs these "
++"permissions to work properly, ordinary users cannot run it unless it is "
++"installed this way."
++msgstr ""
++"Netselect kann so installiert werden, dass das Benutzer-ID-Bit gesetzt ist. "
++"Dadurch wird es mit den Rechten des Benutzers ÂťrootÂŤ laufen. Da netselect "
++"diese Rechte benĂśtigt um richtig zu funktionieren, kĂśnnen gewĂśhnliche "
++"Benutzer netselect nicht ausfĂźhren, falls es nicht "
++"auf diese Art installiert ist."
++
++#. Type: boolean
++#. Description
++#: ../templates:4
++msgid ""
++"Enabling this feature may be a security risk, so it is disabled by default.  
"
++"If in doubt, I suggest you leave it disabled."
++msgstr ""
++"Die Aktivierung dieser Fähigkeit kann ein Sicherheitsrisiko darstellen, "
++"weshalb es standardmäßig ausgeschaltet ist. Falls Sie sich unsicher sind, "
++"empfehle ich es deaktiviert zu lassen."
++
+--- netselect-0.3.ds1.orig/debian/po/cs.po
++++ netselect-0.3.ds1/debian/po/cs.po
+@@ -0,0 +1,55 @@
++#
++#    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.
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: netselect\n"
++"Report-Msgid-Bugs-To: \n"
++"POT-Creation-Date: 2004-02-18 11:21+0100\n"
++"PO-Revision-Date: 2004-10-15 14:33+0200\n"
++"Last-Translator: Jan Outrata <[EMAIL PROTECTED]>\n"
++"Language-Team: Czech <[EMAIL PROTECTED]>\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-2\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++#. Type: boolean
++#. Description
++#: ../templates:4
++msgid "Do you want netselect to be installed setuid root?"
++msgstr "Chcete instalovat netselect s nastaveným SUID bitem?"
++
++#. Type: boolean
++#. Description
++#: ../templates:4
++msgid ""
++"Netselect can be installed with the set-user-id bit set, so that it will run 
"
++"with the permissions of the 'root' user.  Since netselect needs these "
++"permissions to work properly, ordinary users cannot run it unless it is "
++"installed this way."
++msgstr ""
++"Netselect může být nainstalován s nastaveným set-user-id (SUID) bitem, "
++"takže poběží s právy uživatele 'root'. Jelikož netselect potřebuje "
++"tato práva pro správnou funkčnost, obyčejní uživatelé jej nehohou, "
++"pokud není takto instalován, spouštět."
++
++#. Type: boolean
++#. Description
++#: ../templates:4
++msgid ""
++"Enabling this feature may be a security risk, so it is disabled by default.  
"
++"If in doubt, I suggest you leave it disabled."
++msgstr ""
++"Povolení této možnosti může být bezpečnostní riziko, proto je "
++"implicitně zakázána. Pokud si nejste jisti, doporučuji nechat ji "
++"zakázanou."
+--- netselect-0.3.ds1.orig/debian/po/pt_BR.po
++++ netselect-0.3.ds1/debian/po/pt_BR.po
+@@ -0,0 +1,57 @@
++#
++#    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: netselect_0.3.ds1-3\n"
++"Report-Msgid-Bugs-To: \n"
++"POT-Creation-Date: 2004-02-18 11:21+0100\n"
++"PO-Revision-Date: 2004-12-01 16:00-0300\n"
++"Last-Translator: Tiago Bortoletto Vaz <[EMAIL PROTECTED]>\n"
++"Language-Team: Debian-BR Project <debian-l10n-portuguese@lists.debian.org>\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=ISO-8859-1\n"
++"Content-Transfer-Encoding: 8bit\n"
++
++
++#. Type: boolean
++#. Description
++#: ../templates:4
++msgid "Do you want netselect to be installed setuid root?"
++msgstr "Vocę quer que o netselect seja instalado com setuid root?"
++
++#. Type: boolean
++#. Description
++#: ../templates:4
++msgid ""
++"Netselect can be installed with the set-user-id bit set, so that it will run 
"
++"with the permissions of the 'root' user.  Since netselect needs these "
++"permissions to work properly, ordinary users cannot run it unless it is "
++"installed this way."
++msgstr ""
++"Netselect pode ser instalado com o bit set-user-id setado, dessa forma "
++"ele irá rodar com as permissőes do usuário root. Ao menos que o netselect "
++"necessite dessas permissőes para funcionar corretamente, usuários normais "
++"năo poderăo executá-lo a năo ser que seja instalado dessa maneira."
++
++#. Type: boolean
++#. Description
++#: ../templates:4
++msgid ""
++"Enabling this feature may be a security risk, so it is disabled by default.  
"
++"If in doubt, I suggest you leave it disabled."
++msgstr ""
++"Habilitar essa característica pode ser um risco de segurança, entăo ela é 
desabilitada "
++"por padrăo. Em caso de dúvida, eu sugiro que vocę deixe-a desabilitada."
++
+--- netselect-0.3.ds1.orig/debian/templates
++++ netselect-0.3.ds1/debian/templates
+@@ -0,0 +1,11 @@
++Template: netselect/install-setuid
++Type: boolean
++Default: false
++_Description: Do you want netselect to be installed setuid root?
++ Netselect can be installed with the set-user-id bit set, so that it will
++ run with the permissions of the 'root' user.  Since netselect needs these
++ permissions to work properly, ordinary users cannot run it unless it is
++ installed this way.
++ .
++ Enabling this feature may be a security risk, so it is disabled by
++ default.  If in doubt, I suggest you leave it disabled.
+--- netselect-0.3.ds1.orig/debian/compat
++++ netselect-0.3.ds1/debian/compat
+@@ -0,0 +1 @@
++4
+--- netselect-0.3.ds1.orig/debian/netselect.postinst
++++ netselect-0.3.ds1/debian/netselect.postinst
+@@ -0,0 +1,20 @@
++#!/bin/sh -e
++
++. /usr/share/debconf/confmodule
++db_get netselect/install-setuid
++
++if [ -x /usr/bin/netselect -a "$RET" = "false" ] ; then
++    if [ -x /usr/sbin/dpkg-statoverride ] && \
++        ! /usr/sbin/dpkg-statoverride --list /usr/bin/netselect >/dev/null; 
then
++        chmod u=rwx,go=rx /usr/bin/netselect
++        chown root:root /usr/bin/netselect
++    fi
++else
++    if [ -x /usr/sbin/dpkg-statoverride ] && \
++        ! /usr/sbin/dpkg-statoverride --list /usr/bin/netselect >/dev/null; 
then
++        chmod u=rwxs,go=rx /usr/bin/netselect
++        chown root:root /usr/bin/netselect
++    fi
++fi
++
++#DEBHELPER#
+--- netselect-0.3.ds1.orig/debian/netselect.manpages
++++ netselect-0.3.ds1/debian/netselect.manpages
+@@ -0,0 +1 @@
++netselect.1
+--- netselect-0.3.ds1.orig/debian/netselect.postrm
++++ netselect-0.3.ds1/debian/netselect.postrm
+@@ -0,0 +1,2 @@
++#!/bin/sh -e
++#DEBHELPER#
+--- netselect-0.3.ds1.orig/debian/netselect.docs
++++ netselect-0.3.ds1/debian/netselect.docs
+@@ -0,0 +1,2 @@
++README
++HISTORY
+--- netselect-0.3.ds1.orig/debian/netselect-apt.dirs
++++ netselect-0.3.ds1/debian/netselect-apt.dirs
+@@ -0,0 +1,2 @@
++usr/bin
++usr/share/doc/netselect-apt
+--- netselect-0.3.ds1.orig/debian/netselect.config
++++ netselect-0.3.ds1/debian/netselect.config
+@@ -0,0 +1,8 @@
++#! /bin/sh -e
++
++. /usr/share/debconf/confmodule
++
++db_input medium netselect/install-setuid || true
++db_go
++
++exit 0
+--- netselect-0.3.ds1.orig/debian/netselect.dirs
++++ netselect-0.3.ds1/debian/netselect.dirs
+@@ -0,0 +1,2 @@
++usr/bin
++usr/share/doc/netselect
+--- netselect-0.3.ds1.orig/debian/netselect-apt.manpages
++++ netselect-0.3.ds1/debian/netselect-apt.manpages
+@@ -0,0 +1 @@
++netselect-apt.1
+--- netselect-0.3.ds1.orig/debian/netselect.NEWS
++++ netselect-0.3.ds1/debian/netselect.NEWS
+@@ -0,0 +1,6 @@
++netselect (0.3-5) unstable; urgency=low
++                                                                              
  
++  * netselect-apt has been split from netselect and is now a separate package 
  
++    named "netselect-apt".                                                    
  
++                                                                              
  
<<Diff was trimmed, longer than 597 lines>>
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to