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

please unblock snoopy



Please unblock snoopy

Changelog:
snoopy (1.3-15) unstable; urgency=low

  * ACK NMU
  * New translation: tr (Turkish) by Mert Dirik. Closes: #489156
  * Add homepage field
  * Standards-Version: 3.8.0.0
  * Remove Linda Overrides
  * Lintian:
    * Override command-with-path-in-maintainer-script prerm:26
      /usr/sbin/ld.so.preload-manager warning - we need to be absolutely
      sure that the ld.so.preload-manager binary is the one that we expect,
      or we risk leaving a preload entry without the corresponding library.
      So we abort if we are not sure about this.
    * Temporarily Override snoopy: sharedobject-in-library-directory-
      missing-soname lib/snoopy.so - lintian is right, but this change
      cannot be in lenny. #502712.
    * Temporarily Override snoopy: description-contains-homepage
      The Homepage stanza is in the description on purpose, and will
      go away post-lenny. #502713.
  * Add -e to postinst and config

 -- Marc Haber <mh+debian-packages@zugschlus.de>  Sun, 19 Oct 2008 13:31:01 +020

snoopy (1.3-14.1) unstable; urgency=low

  * Non-maintainer upload to fix pending l10n issues.
  * Debconf translations:
    - Finnish. Closes: #468354
    - Brazilian Portuguese. Closes: #473243
    - Russian. Closes: #488133
    - Galician. Closes: #488187
    - Romanian. Closes: #488705
    - Basque. Closes: #488797

 -- Christian Perrier <bubulle@debian.org>  Tue, 24 Jun 2008 07:52:20 +0200

This fixes translation issues and makes the package lintian clean
(modulo further changes that should not be done during the freeze).

Interdiff attached.

Greetings
Marc

-- 
-----------------------------------------------------------------------------
Marc Haber         | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."    Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 3221 2323190
diff -u snoopy-1.3/debian/control snoopy-1.3/debian/control
--- snoopy-1.3/debian/control
+++ snoopy-1.3/debian/control
@@ -2,8 +2,9 @@
 Section: admin
 Priority: optional
 Maintainer: Marc Haber <mh+debian-packages@zugschlus.de>
+Homepage: http://sourceforge.net/projects/snoopylogger/
 Build-Depends: debhelper (>= 4.1.0), dpatch, cdbs (>= 0.4.29)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0.0
 
 Package: snoopy
 Architecture: any
@@ -20 +21 @@
- Upstream URL: http://sourceforge.net/projects/snoopylogger/
+  Homepage: http://sourceforge.net/projects/snoopylogger/
diff -u snoopy-1.3/debian/install snoopy-1.3/debian/install
--- snoopy-1.3/debian/install
+++ snoopy-1.3/debian/install
@@ -1,3 +1,2 @@
 debian/overrides/lintian/snoopy usr/share/lintian/overrides
-debian/overrides/linda/snoopy usr/share/linda/overrides
 debian/tmp/lib/snoopy.so lib
diff -u snoopy-1.3/debian/postinst snoopy-1.3/debian/postinst
--- snoopy-1.3/debian/postinst
+++ snoopy-1.3/debian/postinst
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 . /usr/share/debconf/confmodule
 
 [ -n "$SNOOPYDEBUG" ] && set -x
diff -u snoopy-1.3/debian/config snoopy-1.3/debian/config
--- snoopy-1.3/debian/config
+++ snoopy-1.3/debian/config
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 . /usr/share/debconf/confmodule
 
 [ -n "$SNOOPYDEBUG" ] && set -x
@@ -13,3 +15,3 @@
 
-db_input critical snoopy/install-ld-preload
+db_input critical snoopy/install-ld-preload || true
 db_go
diff -u snoopy-1.3/debian/changelog snoopy-1.3/debian/changelog
--- snoopy-1.3/debian/changelog
+++ snoopy-1.3/debian/changelog
@@ -1,3 +1,26 @@
+snoopy (1.3-15) unstable; urgency=low
+
+  * ACK NMU
+  * New translation: tr (Turkish) by Mert Dirik. Closes: #489156
+  * Add homepage field
+  * Standards-Version: 3.8.0.0
+  * Remove Linda Overrides
+  * Lintian:
+    * Override command-with-path-in-maintainer-script prerm:26
+      /usr/sbin/ld.so.preload-manager warning - we need to be absolutely
+      sure that the ld.so.preload-manager binary is the one that we expect,
+      or we risk leaving a preload entry without the corresponding library.
+      So we abort if we are not sure about this.
+    * Temporarily Override snoopy: sharedobject-in-library-directory-
+      missing-soname lib/snoopy.so - lintian is right, but this change
+      cannot be in lenny. #502712.
+    * Temporarily Override snoopy: description-contains-homepage
+      The Homepage stanza is in the description on purpose, and will
+      go away post-lenny. #502713.
+  * Add -e to postinst and config
+
+ -- Marc Haber <mh+debian-packages@zugschlus.de>  Sun, 19 Oct 2008 13:31:01 +0200
+
 snoopy (1.3-14.1) unstable; urgency=low
 
   * Non-maintainer upload to fix pending l10n issues.
diff -u snoopy-1.3/debian/overrides/lintian/snoopy snoopy-1.3/debian/overrides/lintian/snoopy
--- snoopy-1.3/debian/overrides/lintian/snoopy
+++ snoopy-1.3/debian/overrides/lintian/snoopy
@@ -1,0 +2,3 @@
+snoopy: command-with-path-in-maintainer-script prerm:26 /usr/sbin/ld.so.preload-manager
+snoopy: sharedobject-in-library-directory-missing-soname lib/snoopy.so
+snoopy: description-contains-homepage
reverted:
--- snoopy-1.3/debian/overrides/linda/snoopy
+++ snoopy-1.3.orig/debian/overrides/linda/snoopy
@@ -1,3 +0,0 @@
-Tag: lib-not-in-shlibs
-
-Tag: no-shlib-file
only in patch2:
unchanged:
--- snoopy-1.3.orig/debian/po/tr.po
+++ snoopy-1.3/debian/po/tr.po
@@ -0,0 +1,29 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Mert Dirik <mertdirik@gmail.com>, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: snoopy 1.3-14\n"
+"Report-Msgid-Bugs-To: mh+debian-packages@zugschlus.de\n"
+"POT-Creation-Date: 2007-02-26 13:12+0100\n"
+"PO-Revision-Date: 2008-06-30 23:01+0200\n"
+"Last-Translator: Mert Dirik <mertdirik@gmail.com>\n"
+"Language-Team: Debian L10n Turkish <debian-l10n-turkish@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid "Install snoopy library to /etc/ld.so.preload?"
+msgstr "'snoopy' kitaplığı /etc/ld.so.preload'a kurulsun mu?"
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid "snoopy is a library that can only reliably do its work if it is mandatorily preloaded via /etc/ld.so.preload. Since this can potentially do harm to the system, your consent is needed."
+msgstr "snoopy kitaplığı ancak /etc/ld.so.preload yoluyla zorunlu olarak yüklenirse güvenilir biçimde çalışabilir. Bu eylemin sisteminize zarar verme riski olduğundan, devam etmeden önce onayınız gerekli."
+

Reply to: