From 9e8d18de54fb7e483d6a041c40b781e34fa630ca Mon Sep 17 00:00:00 2001 From: Gerfried Fuchs Date: Thu, 10 Jul 2008 15:14:18 +0200 Subject: [PATCH] Imported Debian patch 1.2.2-21 --- debian/README.source | 2 ++ debian/changelog | 10 ++++++++ debian/control | 2 +- debian/po/gl.po | 59 ++++++++++++++++++++++++++++++++++++++++++++ debian/rules | 6 ++++- 5 files changed, 77 insertions(+), 2 deletions(-) create mode 100644 debian/README.source create mode 100644 debian/po/gl.po diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..3556bbc --- /dev/null +++ b/debian/README.source @@ -0,0 +1,2 @@ +This package uses quilt for its patch management, see +/usr/share/doc/quilt/README.source if you are unfamiliar with it. diff --git a/debian/changelog b/debian/changelog index 1a1e84c..efa5c68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +beep (1.2.2-21) unstable; urgency=low + + * Don't ignore make clean errors anymore. + * New debconf translation: Galician by Jacobo Tarrio (closes: #481751) + * Updated to Standards-Version to 3.8.0, add README.source file (referencing + quilt's). + * Also strip sections .comment and .note (closes: #490163) + + -- Gerfried Fuchs Thu, 10 Jul 2008 15:14:18 +0200 + beep (1.2.2-20) unstable; urgency=low * Added Homepage: control field. diff --git a/debian/control b/debian/control index 694a7ff..a4c5428 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: sound Priority: optional Maintainer: Gerfried Fuchs Build-Depends: po-debconf, patch, quilt -Standards-Version: 3.7.2 +Standards-Version: 3.8.0 Homepage: http://johnath.com/beep/ Package: beep diff --git a/debian/po/gl.po b/debian/po/gl.po new file mode 100644 index 0000000..72b99e9 --- /dev/null +++ b/debian/po/gl.po @@ -0,0 +1,59 @@ +# Galician translation of beep's debconf templates +# This file is distributed under the same license as the beep package. +# Jacobo Tarrio , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: beep\n" +"Report-Msgid-Bugs-To: beep@packages.debian.org\n" +"POT-Creation-Date: 2007-02-20 23:46+0100\n" +"PO-Revision-Date: 2008-05-18 12:37+0100\n" +"Last-Translator: Jacobo Tarrio \n" +"Language-Team: Galician \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: select +#. Choices +#: ../templates:1001 +msgid "" +"suid root for all, suid root with only group audio executable, not suid at " +"all" +msgstr "" +"suid root para todos, suid root só executable para o grupo audio, non suid " +"en absoluto" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "Install beep as:" +msgstr "Instalar beep coma:" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "" +"beep must be run as root since it needs to access the speaker hardware. " +"There are several posibilities to make the program usable: Either only for " +"root (no suid bit at all), executable only by users of the group audio, or " +"usable for all." +msgstr "" +"Débese executar \"beep\" coma administrador, xa que precisa de acceder ao " +"hardware do altoparlante. Hai varias posibilidade para facer o programa " +"utilizable: só para o administrador (sen bit suid en absoluto), executable " +"só polos usuarios do grupo \"audio\", ou utilizable por todos." + +#. Type: select +#. Description +#: ../templates:1002 +msgid "" +"Since each program set as suid root can be a security risk this is not done " +"by default. However, the program is quite small (~150 lines of code), so it " +"is fairly easy to verify the safety of the code yourself, if you don't trust " +"my judgement." +msgstr "" +"Xa que os programas \"suid root\" poden ser riscos de seguridade, isto non " +"se fai por defecto. Nembargantes, o programa é bastante pequeno (unhas 150 " +"liñas de código), así que é bastante doado verificar vostede mesmo a " +"seguridade do código, se non confía no xuízo do mantedor do paquete." diff --git a/debian/rules b/debian/rules index ba09d0a..b21dd92 100755 --- a/debian/rules +++ b/debian/rules @@ -25,6 +25,7 @@ else endif ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s + STRIP = true endif @@ -34,7 +35,7 @@ clean: unpatch $(checkdir) $(checkroot) -rm -rf $(TMP1) $(TMP2) debian/substvars debian/files build-stamp - -$(MAKE) clean + [ ! -f beep ] || $(MAKE) clean build: build-stamp @@ -63,6 +64,9 @@ install: build cd $(TMP1)/usr/share/doc/$(PKG1) && gzip -9 changelog README $(INSTALL_DIR) $(TMP2)/usr/bin $(INSTALL_PROGRAM) beep $(TMP2)/usr/bin + test "$(STRIP)" != true || strip \ + --remove-section=.comment --remove-section=.note \ + $(TMP1)/usr/bin/beep $(TMP2)/usr/bin/beep # Build architecture-independent files here. -- 2.39.2