<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-12514</id>
	<title>Nabble - debian-lint-maint</title>
	<updated>2009-12-10T15:22:38Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/debian-lint-maint-f12514.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/debian-lint-maint-f12514.html" />
	<subtitle type="html">The maintenance of Debian 'lint' tools like lintian or linda is discussed on this list. This may or may not be limited to bug reports regarding the checks.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26736474</id>
	<title>Bug#560414: lintian: Don't warn about length of short description of text templates</title>
	<published>2009-12-10T15:22:38Z</published>
	<updated>2009-12-10T15:22:38Z</updated>
	<author>
		<name>Frans Pop-3</name>
	</author>
	<content type="html">Package: lintian
&lt;br&gt;Version: 2.2.18
&lt;br&gt;Severity: wishlist
&lt;br&gt;X-Debbugs-CC: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26736474&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-boot@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;Concerns check: too-long-short-description-in-templates
&lt;br&gt;&lt;br&gt;As can be seen on [1] there are a lot of warnings of this type, especially 
&lt;br&gt;for udebs. For udebs all cases are templates of type &amp;quot;text&amp;quot; that contain 
&lt;br&gt;text fragments that get dynamically included in other templates at 
&lt;br&gt;runtime. Because of that specific usage, the length of the short 
&lt;br&gt;description is not relevant.
&lt;br&gt;&lt;br&gt;To avoid these false positives, please add an exception for this warning:
&lt;br&gt;- if the template type is &amp;quot;text&amp;quot; AND
&lt;br&gt;- the package is a udeb
&lt;br&gt;&lt;br&gt;Reasons to request the exception are:
&lt;br&gt;- udebs cannot contain lintian exceptions for binary packages (because we
&lt;br&gt;&amp;nbsp; don't want them installed in the D-I environment)
&lt;br&gt;- we *do* want the warning for other template types than &amp;quot;text&amp;quot;
&lt;br&gt;&lt;br&gt;[1]&lt;a href=&quot;http://lintian.debian.org/tags/too-long-short-description-in-templates.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lintian.debian.org/tags/too-long-short-description-in-templates.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26736474&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26736474&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-560414%3A-lintian%3A-Don%27t-warn-about-length-of-short-description-of-text-templates-tp26736474p26736474.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26735911</id>
	<title>Bug#560406: lintian: warn against use of debconf TITLE command with fixed text</title>
	<published>2009-12-10T14:34:59Z</published>
	<updated>2009-12-10T14:34:59Z</updated>
	<author>
		<name>Frans Pop-3</name>
	</author>
	<content type="html">Package: lintian
&lt;br&gt;Severity: wishlist
&lt;br&gt;X-Debbugs-CC: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26735911&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debconf@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;Some packages use the command 'db_title' in maintainer scripts to set the 
&lt;br&gt;title for debconf dialogs to a fixed string. Disadvantage is that this 
&lt;br&gt;does not allow the string to be translated.
&lt;br&gt;&lt;br&gt;Because of that the command 'db_settitle' (which takes the title form a 
&lt;br&gt;debconf template) is normally to be preferred.
&lt;br&gt;&lt;br&gt;Please add a warning against setting the dialog title to a fixed string 
&lt;br&gt;using db_title.
&lt;br&gt;&lt;br&gt;A regular expression for that could be:
&lt;br&gt;&amp;nbsp; &amp;nbsp; db_title[[:space:]]+[&amp;quot;']?[^\$]
&lt;br&gt;(One of the quotes may need escaping.)
&lt;br&gt;&lt;br&gt;The explanation could read as follows:
&lt;br&gt;&amp;nbsp; &amp;nbsp;Using db_title to set the title of a debconf dialog does not allow for
&lt;br&gt;&amp;nbsp; &amp;nbsp;it to be translated; consider using db_settitle instead.
&lt;br&gt;&amp;nbsp; &amp;nbsp;See debconf-devel(7) for additional information.
&lt;br&gt;&lt;br&gt;For examples of packages currently getting it &amp;quot;wrong&amp;quot; see:
&lt;br&gt;#560314, #560316, #560318, #560319
&lt;br&gt;&lt;br&gt;There will be false positives as some titles being set this way may not 
&lt;br&gt;need translation (example in #560315).
&lt;br&gt;&lt;br&gt;The test will miss cases where titles are set from a variable containing an 
&lt;br&gt;untranslated string, but those should be extremely rare.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;FJP
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26735911&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26735911&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-560406%3A-lintian%3A-warn-against-use-of-debconf-TITLE-command-with-fixed-text-tp26735911p26735911.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26710789</id>
	<title>[SCM] Debian package checker branch, master, updated. 2.2.18-3-g7e8b835</title>
	<published>2009-12-09T06:08:17Z</published>
	<updated>2009-12-09T06:08:17Z</updated>
	<author>
		<name>Adam D. Barratt-29</name>
	</author>
	<content type="html">The following commit has been merged in the master branch:
&lt;br&gt;commit 7e8b8354f622df6c2207d307117d310222ab080e
&lt;br&gt;Author: Adam D. Barratt &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26710789&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;adam@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Date: &amp;nbsp; Wed Dec 9 14:07:22 2009 +0000
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Properly exempt zlib from the embedded-zlib checks.
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; Exempt all binary packages built from the zlib source from the
&lt;br&gt;&amp;nbsp; &amp;nbsp; embedded-zlib test, not just those with binary package names matching
&lt;br&gt;&amp;nbsp; &amp;nbsp; zlib.+. &amp;nbsp;Thanks, Mark Brown.
&lt;br&gt;&lt;br&gt;diff --git a/checks/binaries b/checks/binaries
&lt;br&gt;index e26bafa..b9aa525 100644
&lt;br&gt;--- a/checks/binaries
&lt;br&gt;+++ b/checks/binaries
&lt;br&gt;@@ -270,7 +270,7 @@ foreach my $file (sort keys %{$info-&amp;gt;file_info}) {
&lt;br&gt;&amp;nbsp;	}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;if ($pkg !~ m/^zlib.+/
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;if ($info-&amp;gt;field('source') ne 'zlib'
&lt;br&gt;&amp;nbsp;	and $strings =~ /(?:in|de)flate (?:\d[ \w.\-]{1,20}[\w.\-])/m) {
&lt;br&gt;&amp;nbsp;	tag &amp;quot;embedded-zlib&amp;quot;, $file;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;diff --git a/debian/changelog b/debian/changelog
&lt;br&gt;index d4071e8..0e8b555 100755
&lt;br&gt;--- a/debian/changelog
&lt;br&gt;+++ b/debian/changelog
&lt;br&gt;@@ -3,6 +3,9 @@ lintian (2.2.19) UNRELEASED; urgency=low
&lt;br&gt;&amp;nbsp; &amp;nbsp;* checks/binaries:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;+ [RA] Allow any RPATH containing $ORIGIN or ${ORIGIN}, not just the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;literal value $ORIGIN. &amp;nbsp;(Closes: #557511)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;+ [ADB] Exempt all binary packages built from the zlib source from
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;the embedded-zlib test, not just those with binary package names
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;matching zlib.+. &amp;nbsp;Thanks, Mark Brown.
&lt;br&gt;&amp;nbsp; &amp;nbsp;* checks/fields.desc:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;+ [ADB] Re-order the fields of build-depends-on-build-essential so that
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;all of the descriptive text is included. &amp;nbsp;Thanks, Jonathan Wiltshire.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Debian package checker
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26710789&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26710789&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-SCM--Debian-package-checker-branch%2C-master%2C-updated.-2.2.18-3-g7e8b835-tp26710789p26710789.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26707810</id>
	<title>Bug#560149: lintian: disable latest-debian-changelog-entry-without-new-date when UNRELEASED</title>
	<published>2009-12-09T01:47:29Z</published>
	<updated>2009-12-09T01:47:29Z</updated>
	<author>
		<name>Raphael Hertzog-3</name>
	</author>
	<content type="html">Package: lintian
&lt;br&gt;Version: 2.2.18
&lt;br&gt;Severity: normal
&lt;br&gt;&lt;br&gt;I regularly get this warning on my packages during development because
&lt;br&gt;the latest changelog entry has been created before some other bug-fix only
&lt;br&gt;release of the former stable release that I merged into the current
&lt;br&gt;development release.
&lt;br&gt;&lt;br&gt;Simple case with dpkg, we release 1.15.5, we open 1.15.6 in master, we 
&lt;br&gt;release a bugfix 1.15.5.1 on a sib branch, we merge that branch in master
&lt;br&gt;and boom we have that annoying warning:
&lt;br&gt;W: dpkg: latest-debian-changelog-entry-without-new-date
&lt;br&gt;&lt;br&gt;Thus I suggest to disable this warning when the distribution is currently
&lt;br&gt;set to UNRELEASED because the timestamp of the changelog entry is reset
&lt;br&gt;at release time anyway.
&lt;br&gt;&lt;br&gt;-- System Information:
&lt;br&gt;Debian Release: squeeze/sid
&lt;br&gt;&amp;nbsp; APT prefers unstable
&lt;br&gt;&amp;nbsp; APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 'experimental')
&lt;br&gt;Architecture: i386 (x86_64)
&lt;br&gt;&lt;br&gt;Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
&lt;br&gt;Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
&lt;br&gt;Shell: /bin/sh linked to /bin/dash
&lt;br&gt;&lt;br&gt;Versions of packages lintian depends on:
&lt;br&gt;ii &amp;nbsp;binutils &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.20-4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;The GNU assembler, linker and bina
&lt;br&gt;ii &amp;nbsp;diffstat &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.47-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;produces graph of changes introduc
&lt;br&gt;ii &amp;nbsp;dpkg-dev &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.15.5.4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Debian package development tools
&lt;br&gt;ii &amp;nbsp;file &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5.03-4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Determines file type using &amp;quot;magic&amp;quot;
&lt;br&gt;ii &amp;nbsp;gettext &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.17-8 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GNU Internationalization utilities
&lt;br&gt;ii &amp;nbsp;intltool-debian &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.35.0+20060710.1 Help i18n of RFC822 compliant conf
&lt;br&gt;ii &amp;nbsp;libapt-pkg-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.1.24 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Perl interface to libapt-pkg
&lt;br&gt;ii &amp;nbsp;libclass-accessor-perl 0.34-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Perl module that automatically gen
&lt;br&gt;ii &amp;nbsp;libipc-run-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.84-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Perl module for running processes
&lt;br&gt;ii &amp;nbsp;libparse-debianchangel 1.1.1-2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; parse Debian changelogs and output
&lt;br&gt;ii &amp;nbsp;libtimedate-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.1900-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Time and date functions for Perl
&lt;br&gt;ii &amp;nbsp;liburi-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.50-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;module to manipulate and access UR
&lt;br&gt;ii &amp;nbsp;man-db &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.5.6-4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; on-line manual pager
&lt;br&gt;ii &amp;nbsp;perl [libdigest-sha-pe 5.10.1-8 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Larry Wall's Practical Extraction 
&lt;br&gt;&lt;br&gt;lintian recommends no packages.
&lt;br&gt;&lt;br&gt;Versions of packages lintian suggests:
&lt;br&gt;pn &amp;nbsp;binutils-multiarch &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;none&amp;gt; &amp;nbsp; &amp;nbsp; (no description available)
&lt;br&gt;ii &amp;nbsp;libtext-template-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.45-1 &amp;nbsp; &amp;nbsp; Text::Template perl module
&lt;br&gt;ii &amp;nbsp;man-db &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.5.6-4 &amp;nbsp; &amp;nbsp;on-line manual pager
&lt;br&gt;&lt;br&gt;-- no debconf information
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26707810&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26707810&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-560149%3A-lintian%3A-disable-latest-debian-changelog-entry-without-new-date-when-UNRELEASED-tp26707810p26707810.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26696582</id>
	<title>Bug#560053: lintian: Please update &quot;depends-on-old-emacs&quot; warning</title>
	<published>2009-12-08T08:03:09Z</published>
	<updated>2009-12-08T08:03:09Z</updated>
	<author>
		<name>Sven Joachim</name>
	</author>
	<content type="html">Package: lintian
&lt;br&gt;Version: 2.2.18
&lt;br&gt;Severity: wishlist
&lt;br&gt;&lt;br&gt;For quite a while emacs23 has been the default Emacs flavor in
&lt;br&gt;squeeze/sid. &amp;nbsp;Could you please update the &amp;quot;depends-on-old-emacs&amp;quot; warning
&lt;br&gt;to also warn if the package prefers emacs22 as first alternative?
&lt;br&gt;&lt;br&gt;In related news, emacs21 has been removed from sid some time ago
&lt;br&gt;(testing removal is still pending). &amp;nbsp;This should be reflected by
&lt;br&gt;upgrading the current warning of emacs21 to an error.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- System Information:
&lt;br&gt;Debian Release: squeeze/sid
&lt;br&gt;&amp;nbsp; APT prefers unstable
&lt;br&gt;&amp;nbsp; APT policy: (500, 'unstable')
&lt;br&gt;Architecture: i386 (x86_64)
&lt;br&gt;&lt;br&gt;Kernel: Linux 2.6.31.6-amd64 (SMP w/2 CPU cores)
&lt;br&gt;Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
&lt;br&gt;Shell: /bin/sh linked to /bin/dash
&lt;br&gt;&lt;br&gt;Versions of packages lintian depends on:
&lt;br&gt;ii &amp;nbsp;binutils &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.20-4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;The GNU assembler, linker and bina
&lt;br&gt;ii &amp;nbsp;diffstat &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.47-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;produces graph of changes introduc
&lt;br&gt;ii &amp;nbsp;dpkg-dev &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.15.5.4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Debian package development tools
&lt;br&gt;ii &amp;nbsp;file &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5.03-4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Determines file type using &amp;quot;magic&amp;quot;
&lt;br&gt;ii &amp;nbsp;gettext &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.17-8 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GNU Internationalization utilities
&lt;br&gt;ii &amp;nbsp;intltool-debian &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.35.0+20060710.1 Help i18n of RFC822 compliant conf
&lt;br&gt;ii &amp;nbsp;libapt-pkg-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.1.24 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Perl interface to libapt-pkg
&lt;br&gt;ii &amp;nbsp;libclass-accessor-perl 0.34-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Perl module that automatically gen
&lt;br&gt;ii &amp;nbsp;libdigest-sha-perl &amp;nbsp; &amp;nbsp; 5.47-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Perl extension for SHA-1/224/256/3
&lt;br&gt;ii &amp;nbsp;libipc-run-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.84-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Perl module for running processes
&lt;br&gt;ii &amp;nbsp;libparse-debianchangel 1.1.1-2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; parse Debian changelogs and output
&lt;br&gt;ii &amp;nbsp;libtimedate-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.1900-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Time and date functions for Perl
&lt;br&gt;ii &amp;nbsp;liburi-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.50-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;module to manipulate and access UR
&lt;br&gt;ii &amp;nbsp;man-db &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.5.6-4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; on-line manual pager
&lt;br&gt;ii &amp;nbsp;perl [libdigest-sha-pe 5.10.1-8 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Larry Wall's Practical Extraction 
&lt;br&gt;&lt;br&gt;lintian recommends no packages.
&lt;br&gt;&lt;br&gt;Versions of packages lintian suggests:
&lt;br&gt;pn &amp;nbsp;binutils-multiarch &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;none&amp;gt; &amp;nbsp; &amp;nbsp; (no description available)
&lt;br&gt;ii &amp;nbsp;libtext-template-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.45-1 &amp;nbsp; &amp;nbsp; Text::Template perl module
&lt;br&gt;ii &amp;nbsp;man-db &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.5.6-4 &amp;nbsp; &amp;nbsp;on-line manual pager
&lt;br&gt;&lt;br&gt;-- no debconf information
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26696582&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26696582&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-560053%3A-lintian%3A-Please-update-%22depends-on-old-emacs%22-warning-tp26696582p26696582.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26690997</id>
	<title>Bug#560005: lintian: URLs and debian-changelog-line-too-long</title>
	<published>2009-12-08T01:14:27Z</published>
	<updated>2009-12-08T01:14:27Z</updated>
	<author>
		<name>Jari Aalto (Cygwin-bug#20091210T2235)</name>
	</author>
	<content type="html">Package: lintian
&lt;br&gt;Version: 2.2.18
&lt;br&gt;Severity: minor
&lt;br&gt;&lt;br&gt;&lt;br&gt;With debian/chnagelog
&lt;br&gt;&lt;br&gt;&amp;nbsp; * debian/pod2man.mk
&lt;br&gt;&amp;nbsp; &amp;nbsp; - New file.
&lt;br&gt;&amp;nbsp; * debian/rules
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Add dpatch and manual page creation.
&lt;br&gt;&amp;nbsp; &amp;nbsp; - (clean): use dh_prep (lintian).
&lt;br&gt;&amp;nbsp; * debian/patches/10-makefile.dpatch
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Nef file
&lt;br&gt;&amp;nbsp; &amp;nbsp; - (LDFLAGS): new variable. Check problems with
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; linker flag -Wl,--no-add-needed
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; See &lt;a href=&quot;http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking&lt;/a&gt;&lt;br&gt;&lt;br&gt;Lintian reports warning:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; W: wmshutdown: debian-changelog-line-too-long line 28
&lt;br&gt;&lt;br&gt;If possible, please ignore URLs in changelog
&lt;br&gt;&lt;br&gt;-- System Information:
&lt;br&gt;Debian Release: squeeze/sid
&lt;br&gt;&amp;nbsp; APT prefers testing
&lt;br&gt;&amp;nbsp; APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
&lt;br&gt;Architecture: amd64 (x86_64)
&lt;br&gt;&lt;br&gt;Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
&lt;br&gt;Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
&lt;br&gt;Shell: /bin/sh linked to /bin/dash
&lt;br&gt;&lt;br&gt;Versions of packages lintian depends on:
&lt;br&gt;ii &amp;nbsp;binutils &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.20-4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;The GNU assembler, linker and bina
&lt;br&gt;ii &amp;nbsp;diffstat &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.47-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;produces graph of changes introduc
&lt;br&gt;ii &amp;nbsp;dpkg-dev &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.15.5.3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Debian package development tools
&lt;br&gt;ii &amp;nbsp;file &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5.03-3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Determines file type using &amp;quot;magic&amp;quot;
&lt;br&gt;ii &amp;nbsp;gettext &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.17-8 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GNU Internationalization utilities
&lt;br&gt;ii &amp;nbsp;intltool-debian &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.35.0+20060710.1 Help i18n of RFC822 compliant conf
&lt;br&gt;ii &amp;nbsp;libapt-pkg-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.1.24 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Perl interface to libapt-pkg
&lt;br&gt;ii &amp;nbsp;libclass-accessor-perl 0.34-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Perl module that automatically gen
&lt;br&gt;ii &amp;nbsp;libipc-run-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.84-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Perl module for running processes
&lt;br&gt;ii &amp;nbsp;libparse-debianchangel 1.1.1-2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; parse Debian changelogs and output
&lt;br&gt;ii &amp;nbsp;libtimedate-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.1900-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Time and date functions for Perl
&lt;br&gt;ii &amp;nbsp;liburi-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.37+dfsg-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; Manipulates and accesses URI strin
&lt;br&gt;ii &amp;nbsp;man-db &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.5.6-4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; on-line manual pager
&lt;br&gt;ii &amp;nbsp;perl [libdigest-sha-pe 5.10.1-8 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Larry Wall's Practical Extraction 
&lt;br&gt;&lt;br&gt;lintian recommends no packages.
&lt;br&gt;&lt;br&gt;Versions of packages lintian suggests:
&lt;br&gt;pn &amp;nbsp;binutils-multiarch &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;none&amp;gt; &amp;nbsp; &amp;nbsp; (no description available)
&lt;br&gt;ii &amp;nbsp;libtext-template-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.45-1 &amp;nbsp; &amp;nbsp; Text::Template perl module
&lt;br&gt;ii &amp;nbsp;man-db &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.5.6-4 &amp;nbsp; &amp;nbsp;on-line manual pager
&lt;br&gt;&lt;br&gt;-- no debconf information
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26690997&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26690997&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-560005%3A-lintian%3A-URLs-and-debian-changelog-line-too-long-tp26690997p26690997.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26662197</id>
	<title>Bug#542747: [frontend] check mismatch between Distribution and Changes in *.changes</title>
	<published>2009-12-05T20:04:49Z</published>
	<updated>2009-12-05T20:04:49Z</updated>
	<author>
		<name>Cyril Brulebois-4</name>
	</author>
	<content type="html">Russ Allbery &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26662197&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rra@...&lt;/a&gt;&amp;gt; (20/08/2009):
&lt;br&gt;&amp;gt; I think we only want to do this check if the first line of the
&lt;br&gt;&amp;gt; Changes file says UNRELEASED, since there are valid use cases for a
&lt;br&gt;&amp;gt; mismatch otherwise.
&lt;br&gt;&lt;br&gt;Personally, I would have *really* ***loved*** to have such a check in
&lt;br&gt;place. #559659 led me to upload a few dozens of packages to the wrong
&lt;br&gt;distribution, without having a fighting chance since lintian said
&lt;br&gt;nothing.
&lt;br&gt;&lt;br&gt;As a “compromise” with what you were proposing, I guess it could be an
&lt;br&gt;E: in the UNRELEASED case, and a W: in other cases?
&lt;br&gt;&lt;br&gt;Mraw,
&lt;br&gt;KiBi.
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26662197/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-542747%3A--frontend--check-mismatch-between-Distribution-and-Changes-in-*.changes-tp25074738p26662197.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26659202</id>
	<title>Bug#559625: Lintian crashes during checking (outputs: internal error: cannot run  fields check on package)</title>
	<published>2009-12-05T12:32:30Z</published>
	<updated>2009-12-05T12:32:30Z</updated>
	<author>
		<name>Jonathan Yu-4</name>
	</author>
	<content type="html">Breaking news:
&lt;br&gt;&lt;br&gt;Salvatore Bonaccorso (also known by his IRC nickname, carnil)
&lt;br&gt;discovered that this issue is related to having perl (&amp;gt;= 5.10) twice
&lt;br&gt;(in different instances) in B-D and B-D-I:
&lt;br&gt;&lt;br&gt;Build-Depends: debhelper (&amp;gt;= 7.0.50), perl (&amp;gt;= 5.10) | libmodule-build-perl
&lt;br&gt;Build-Depends-Indep: perl (&amp;gt;= 5.10), libmoosex-declare-perl, libtest-pod-perl,
&lt;br&gt;&lt;br&gt;If you change these fields to (note perl dropped from Build-Depends):
&lt;br&gt;Build-Depends: debhelper (&amp;gt;= 7.0.50), libmodule-build-perl
&lt;br&gt;Build-Depends-Indep: perl (&amp;gt;= 5.10), libmoosex-declare-perl, libtest-pod-perl,
&lt;br&gt;&lt;br&gt;Then the lintian test completes successfully.
&lt;br&gt;&lt;br&gt;Hopefully this helps to track down where the bug might be.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Jonathan
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26659202&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26659202&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-559625%3A-Lintian-crashes-during-checking-%28outputs%3A-internal-error%3A-cannot-run--fields-check-on-package%29-tp26659202p26659202.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26659023</id>
	<title>Check out my photos on Facebook</title>
	<published>2009-12-05T12:14:40Z</published>
	<updated>2009-12-05T12:14:40Z</updated>
	<author>
		<name>Delice Carson</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
    &lt;head&gt;
      &lt;title&gt;Facebook&lt;/title&gt;
      &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;
    &lt;/head&gt;
    &lt;body style=&quot;margin: 0px; padding:0px;&quot; dir=&quot;ltr&quot;&gt;
      &lt;!-- container table is 98% b/c yahoo mail needs 1% to display right --&gt;
      &lt;table width=&quot;98%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;40&quot;&gt;&lt;tr&gt;
          &lt;td bgcolor=&quot;#F7F7F7&quot; width=&quot;100%&quot; style=&quot;font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;&quot;&gt;
            &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; width=&quot;620&quot;&gt;
              &lt;tr&gt;
                &lt;td align=&quot;left&quot; bgcolor=&quot;#3b5998&quot; valign=&quot;middle&quot; style=&quot;padding: 4px 8px; font-size: 16px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; color: #fff;&quot;&gt;&lt;span style=&quot;font-weight: bold; letter-spacing: -0.03em;&quot;&gt;facebook&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
            &lt;/table&gt; &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; width=&quot;620&quot; style=&quot;border-bottom: 1px solid #3b5998; border-left: 1px solid #ccc; border-right: 1px solid #ccc;&quot; bgcolor=&quot;#ffffff&quot;&gt;
              &lt;tr&gt;&lt;td align=&quot;left&quot; bgcolor=&quot;#ffffff&quot; width=&quot;100&quot; style=&quot;padding: 18px 18px 10px 18px&quot; valign=&quot;top&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000528124814&amp;k=Z6E3Y5RY463CWC1JPA2YYRRTT3IB426DPQ1PC&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://profile.ak.fbcdn.net/v22939/1434/31/s100000528124814_2211.jpg&quot; style=&quot;border: 1px solid #c0c0c0; width: 100px&quot; alt=&quot;Orbuson McPhenon&quot; name=&quot;Orbuson McPhenon&quot;&gt;&lt;/a&gt;&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;4&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td align=&quot;left&quot; style=&quot;font-size: 11px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; color: #666666; padding-left: 4px;&quot;&gt;Orbuson McPhenon has:&lt;br /&gt;31 friends&lt;br /&gt;0 photos&lt;br /&gt;0 notes&lt;br /&gt;0 wall posts&lt;br /&gt;7 groups&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;td bgcolor=&quot;white&quot; width=&quot;*&quot; style=&quot;font-size: 11px; padding: 18px 18px 18px 0px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;&quot; valign=&quot;top&quot; align=&quot;left&quot;&gt;&lt;h1 style=&quot;font-size: 13px; margin: 0; padding: 0;&quot;&gt;Check out my photos on Facebook&lt;/h1&gt;&lt;br /&gt;Hi
Lintian-maint,&lt;br /&gt;&lt;br /&gt;I set up a Facebook profile where I can post my pictures, videos and events and I want to add you as a friend so you can see it. First, you need to join Facebook! Once you join, you can also create your own profile.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;
Orbuson&lt;br /&gt;&lt;br /&gt;&lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tr&gt;&lt;td style=&quot;background-color: #FFF8CC; border: 1px solid #FFE222; padding: 10px; font-size: 11px;&quot;&gt;&lt;div style=&quot;font-weight: bold; margin-bottom: 3px;&quot;&gt;To sign up for Facebook, follow the link below:&lt;/div&gt;&lt;a style=&quot;color: #3b5998; text-decoration: none;&quot; href=&quot;http://www.facebook.com/p.php?i=100000528124814&amp;k=Z6E3Y5RY463CWC1JPA2YYRRTT3IB426DPQ1PC&amp;r&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.facebook.com/p.php?i=100000528124814&amp;k=Z6E3Y5RY463CWC1JPA2YYRRTT3IB426DPQ1PC&amp;r&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;
Already have an account? Add this email address to your account &lt;a href=&quot;http://www.facebook.com/n/?merge_accounts.php&amp;amp;e=lintian-maint@debian.org&amp;amp;c=f0599333e3d9f1533400a63153d4fde2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;See who else has invited you to Facebook:&lt;table cellpadding=&quot;0&quot; style=&quot;margin-top: 5px;&quot;&gt;&lt;tr valign=&quot;top&quot;&gt;&lt;td style=&quot;padding: 0px 3px 10px 0px;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000528124814&amp;amp;k=Z6E3Y5RY463CWC1JPA2YYRRTT3IB426DPQ1PC&amp;amp;r&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img style=&quot;border: 0px none;&quot; alt=&quot;Jessie Lewis&quot; src=&quot;http://profile.ak.fbcdn.net/v226/828/71/q1318195015_9639.jpg&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td width=&quot;95&quot; style=&quot;font-size: 11px; color: #999; padding: 0px 0px 10px 0px;&quot;&gt;&lt;span style=&quot;font-size: 11px; color: #3B5998;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000528124814&amp;amp;k=Z6E3Y5RY463CWC1JPA2YYRRTT3IB426DPQ1PC&amp;amp;r&quot; style=&quot;color: #3B5998; text-decoration: none; font-size: 11px; font-weight: bold;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jessie Lewis&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;2880 friends&lt;br /&gt;8
photos&lt;/td&gt;&lt;td style=&quot;padding: 0px 3px 10px 0px;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000528124814&amp;amp;k=Z6E3Y5RY463CWC1JPA2YYRRTT3IB426DPQ1PC&amp;amp;r&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img style=&quot;border: 0px none;&quot; alt=&quot;Eric Colona&quot; src=&quot;http://profile.ak.fbcdn.net/v223/339/33/q1037434502_3557.jpg&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td width=&quot;95&quot; style=&quot;font-size: 11px; color: #999; padding: 0px 0px 10px 0px;&quot;&gt;&lt;span style=&quot;font-size: 11px; color: #3B5998;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000528124814&amp;amp;k=Z6E3Y5RY463CWC1JPA2YYRRTT3IB426DPQ1PC&amp;amp;r&quot; style=&quot;color: #3B5998; text-decoration: none; font-size: 11px; font-weight: bold;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Eric Colona&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;394 friends&lt;br /&gt;1 photo&lt;/td&gt;&lt;td style=&quot;padding: 0px 3px 10px 0px;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000528124814&amp;amp;k=Z6E3Y5RY463CWC1JPA2YYRRTT3IB426DPQ1PC&amp;amp;r&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img style=&quot;border: 0px none;&quot; alt=&quot;Flig Comunidad&quot; src=&quot;http://profile.ak.fbcdn.net/v222/1743/124/q100000115201391_6573.jpg&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td width=&quot;95&quot; style=&quot;font-size: 11px; color: #999; padding: 0px 0px 10px 0px;&quot;&gt;&lt;span style=&quot;font-size: 11px; color: #3B5998;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000528124814&amp;amp;k=Z6E3Y5RY463CWC1JPA2YYRRTT3IB426DPQ1PC&amp;amp;r&quot; style=&quot;color: #3B5998; text-decoration: none; font-size: 11px; font-weight: bold;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Flig Comunidad&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;792 friends&lt;br /&gt;18 photos&lt;/td&gt;&lt;/tr&gt;&lt;tr valign=&quot;top&quot;&gt;&lt;td style=&quot;padding: 0px 3px 10px 0px;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000528124814&amp;amp;k=Z6E3Y5RY463CWC1JPA2YYRRTT3IB426DPQ1PC&amp;amp;r&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img style=&quot;border: 0px none;&quot; alt=&quot;Lee Grant&quot; src=&quot;http://profile.ak.fbcdn.net/v223/356/33/q100000125444232_5037.jpg&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td width=&quot;95&quot; style=&quot;font-size: 11px; color: #999; padding: 0px 0px 10px 0px;&quot;&gt;&lt;span style=&quot;font-size: 11px; color: #3B5998;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000528124814&amp;amp;k=Z6E3Y5RY463CWC1JPA2YYRRTT3IB426DPQ1PC&amp;amp;r&quot; style=&quot;color: #3B5998; text-decoration:
none; font-size: 11px; font-weight: bold;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Lee Grant&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;1220 friends&lt;br /&gt;5 photos&lt;/td&gt;&lt;td style=&quot;padding: 0px 3px 10px 0px;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000528124814&amp;amp;k=Z6E3Y5RY463CWC1JPA2YYRRTT3IB426DPQ1PC&amp;amp;r&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img style=&quot;border: 0px none;&quot; alt=&quot;Delice Carson&quot; src=&quot;http://profile.ak.fbcdn.net/v22944/650/0/q100000470246761_4720.jpg&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td width=&quot;95&quot; style=&quot;font-size: 11px; color: #999; padding: 0px 0px 10px 0px;&quot;&gt;&lt;span style=&quot;font-size: 11px; color: #3B5998;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000528124814&amp;amp;k=Z6E3Y5RY463CWC1JPA2YYRRTT3IB426DPQ1PC&amp;amp;r&quot; style=&quot;color: #3B5998; text-decoration: none; font-size: 11px; font-weight: bold;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Delice Carson&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;451 friends&lt;br /&gt;&lt;td style=&quot;padding: 0px 3px 10px 0px;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000528124814&amp;amp;k=Z6E3Y5RY463CWC1JPA2YYRRTT3IB426DPQ1PC&amp;amp;r&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img style=&quot;border: 0px none;&quot; alt=&quot;You've Been Punk'd&quot; src=&quot;http://profile.ak.fbcdn.net/v22942/459/85/q100000485266847_9152.jpg&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td width=&quot;95&quot; style=&quot;font-size: 11px; color: #999; padding: 0px 0px 10px 0px;&quot;&gt;&lt;span style=&quot;font-size: 11px; color: #3B5998;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000528124814&amp;amp;k=Z6E3Y5RY463CWC1JPA2YYRRTT3IB426DPQ1PC&amp;amp;r&quot; style=&quot;color: #3B5998; text-decoration: none; font-size: 11px; font-weight: bold;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;You've Been Punk'd&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;297 friends&lt;br /&gt;2 photos&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;Other people you may know on Facebook:&lt;table cellpadding=&quot;0&quot; style=&quot;margin-top: 5px;&quot;&gt;&lt;tr valign=&quot;top&quot;&gt;&lt;td style=&quot;padding: 0px 3px 10px 0px;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000528124814&amp;amp;k=Z6E3Y5RY463CWC1JPA2YYRRTT3IB426DPQ1PC&amp;amp;r&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img style=&quot;border: 0px none;&quot; alt=&quot;Shaun Jackman&quot; src=&quot;http://profile.ak.fbcdn.net/v224/1395/100/q678970143_9678.jpg&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td width=&quot;95&quot; style=&quot;font-size: 11px; color: #999; padding: 0px 0px
10px 0px;&quot;&gt;&lt;span style=&quot;font-size: 11px; color: #3B5998;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000528124814&amp;amp;k=Z6E3Y5RY463CWC1JPA2YYRRTT3IB426DPQ1PC&amp;amp;r&quot; style=&quot;color: #3B5998; text-decoration: none; font-size: 11px; font-weight: bold;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Shaun Jackman&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;Vancouver, BC&lt;/td&gt;&lt;td style=&quot;padding: 0px 3px 10px 0px;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000528124814&amp;amp;k=Z6E3Y5RY463CWC1JPA2YYRRTT3IB426DPQ1PC&amp;amp;r&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img style=&quot;border: 0px none;&quot; alt=&quot;Matthias Berth&quot; src=&quot;http://profile.ak.fbcdn.net/profile6/1846/100/q100000055960750_4913.jpg&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td width=&quot;95&quot; style=&quot;font-size: 11px; color: #999; padding: 0px 0px 10px 0px;&quot;&gt;&lt;span style=&quot;font-size: 11px; color: #3B5998;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000528124814&amp;amp;k=Z6E3Y5RY463CWC1JPA2YYRRTT3IB426DPQ1PC&amp;amp;r&quot; style=&quot;color: #3B5998; text-decoration: none; font-size: 11px; font-weight: bold;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Matthias Berth&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;padding: 0px 3px
10px 0px;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000528124814&amp;amp;k=Z6E3Y5RY463CWC1JPA2YYRRTT3IB426DPQ1PC&amp;amp;r&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img style=&quot;border: 0px none;&quot; alt=&quot;Alison Price&quot; src=&quot;http://profile.ak.fbcdn.net/v228/466/76/q100000080765617_2290.jpg&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td width=&quot;95&quot; style=&quot;font-size: 11px; color: #999; padding: 0px 0px 10px 0px;&quot;&gt;&lt;span style=&quot;font-size: 11px; color: #3B5998;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000528124814&amp;amp;k=Z6E3Y5RY463CWC1JPA2YYRRTT3IB426DPQ1PC&amp;amp;r&quot; style=&quot;color: #3B5998; text-decoration: none; font-size: 11px; font-weight: bold;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Alison Price&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr valign=&quot;top&quot;&gt;&lt;td style=&quot;padding: 0px 3px 10px 0px;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000528124814&amp;amp;k=Z6E3Y5RY463CWC1JPA2YYRRTT3IB426DPQ1PC&amp;amp;r&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img style=&quot;border: 0px none;&quot; alt=&quot;LI Daobing&quot; src=&quot;http://static.ak.fbcdn.net/pics/q_silhouette.gif&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td width=&quot;95&quot; style=&quot;font-size: 11px; color: #999;
padding: 0px 0px 10px 0px;&quot;&gt;&lt;span style=&quot;font-size: 11px; color: #3B5998;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000528124814&amp;amp;k=Z6E3Y5RY463CWC1JPA2YYRRTT3IB426DPQ1PC&amp;amp;r&quot; style=&quot;color: #3B5998; text-decoration: none; font-size: 11px; font-weight: bold;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;LI Daobing&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;China&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt; &lt;/tr&gt;
          &lt;/table&gt;
          &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; width=&quot;620&quot;&gt;
           &lt;tr&gt;
            &lt;td style=&quot;color: #999999; padding: 10px; font-size: 11px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26659023&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lintian-maint@...&lt;/a&gt; was invited to join Facebook by Orbuson McPhenon. If you do not wish to receive this type of email from Facebook in the future, please click &lt;a href=&quot;http://www.facebook.com/o.php?k=7bac5b&amp;amp;u=1345863779&amp;amp;mid=184bc5dG50384063G0G8&quot; style=&quot;color: #3b5998&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; to unsubscribe.&lt;br /&gt;Facebook's offices are located at 1601 S. California Ave., Palo Alto, CA 94304.&lt;/td&gt;
            &lt;/tr&gt;
           &lt;/table&gt;
          &lt;/td&gt;
        &lt;/tr&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;&lt;img src=&quot;http://www.facebook.com/email_open_log_pic.php?k=Z6E3Y5RY463CWC1JPA2YYRRTT3IB426DPQ1PC&amp;h=100000528124814&amp;t=1&quot; /&gt;


</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Check-out-my-photos-on-Facebook-tp26659023p26659023.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26659069</id>
	<title>Bug#559625: lintian: Lintian crashes during checking (outputs: internal error: cannot run fields check on package)</title>
	<published>2009-12-05T12:00:57Z</published>
	<updated>2009-12-05T12:00:57Z</updated>
	<author>
		<name>Jonathan Yu-4</name>
	</author>
	<content type="html">Package: lintian
&lt;br&gt;Version: 2.2.18
&lt;br&gt;Severity: important
&lt;br&gt;&lt;br&gt;&lt;br&gt;I'm not sure what is causing this bug. Basically, a package builds fine
&lt;br&gt;(using sbuild), but trying to test it with lintian afterwards causes
&lt;br&gt;lintian to explode. gregor herrmann &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26659069&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gregoa@...&lt;/a&gt;&amp;gt; has been able
&lt;br&gt;to reproduce the issue on his machine, through cowbuilder.
&lt;br&gt;&lt;br&gt;Checking on Google for the error message turned up no results; similarly,
&lt;br&gt;running a lintian check manually didn't seem to help. This is the output:
&lt;br&gt;&lt;br&gt;newbuildd'jon(~/tmp4)&amp;gt; lintian *i386.changes
&lt;br&gt;Can't call method &amp;quot;unparse&amp;quot; on unblessed reference at /usr/share/lintian/lib/Lintian/Relation.pm line 601.
&lt;br&gt;internal error: cannot run fields check on package libelf-extract-sections-perl
&lt;br&gt;warning: skipping check of source package libelf-extract-sections-perl
&lt;br&gt;&lt;br&gt;Contents of the .changes file:
&lt;br&gt;Format: 1.8
&lt;br&gt;Date: Sat, 05 Dec 2009 08:17:55 -0500
&lt;br&gt;Source: libelf-extract-sections-perl
&lt;br&gt;Binary: libelf-extract-sections-perl
&lt;br&gt;Architecture: source all
&lt;br&gt;Version: 0.02021113-1
&lt;br&gt;Distribution: unstable
&lt;br&gt;Urgency: low
&lt;br&gt;Maintainer: Debian Perl Group &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26659069&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pkg-perl-maintainers@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Changed-By: Jonathan Yu &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26659069&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jawnsy@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Description: 
&lt;br&gt;&amp;nbsp;libelf-extract-sections-perl - module to extract section information from ELF binaries
&lt;br&gt;Closes: 535610
&lt;br&gt;Changes: 
&lt;br&gt;&amp;nbsp;libelf-extract-sections-perl (0.02021113-1) unstable; urgency=low
&lt;br&gt;&amp;nbsp;.
&lt;br&gt;&amp;nbsp; &amp;nbsp;NOTE: please review this package manually; it crashes lintian
&lt;br&gt;&amp;nbsp; &amp;nbsp;but looks good to me...
&lt;br&gt;&amp;nbsp;.
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Initial Release. (Closes: #535610)
&lt;br&gt;Checksums-Sha1: 
&lt;br&gt;&amp;nbsp;858a714c5abc32d0a6325467fd5effb2f67f9ff1 1646 libelf-extract-sections-perl_0.02021113-1.dsc
&lt;br&gt;&amp;nbsp;0a271b651c83b15aa43b41bd376239858238d4cb 868144 libelf-extract-sections-perl_0.02021113.orig.tar.gz
&lt;br&gt;&amp;nbsp;fe2da91eae5d8ade3542e36bce81d54a11a88f3c 2109 libelf-extract-sections-perl_0.02021113-1.diff.gz
&lt;br&gt;&amp;nbsp;cf9d0b2ecf0f980e151c817a961772e07e31c3f9 26420 libelf-extract-sections-perl_0.02021113-1_all.deb
&lt;br&gt;Checksums-Sha256: 
&lt;br&gt;&amp;nbsp;3ecd5dc4cc1f082501356701b10df3686a5f5decf8cb3c48a775d305a188c0ca 1646 libelf-extract-sections-perl_0.02021113-1.dsc
&lt;br&gt;&amp;nbsp;b0dae3b975ab1da5d359537b04a55974032fda13fa1181f72d407ab80a322fda 868144 libelf-extract-sections-perl_0.02021113.orig.tar.gz
&lt;br&gt;&amp;nbsp;17d2ba41b49525d6c1cb22dafe7eb558934443574c6368f5fd8199a78f436f6c 2109 libelf-extract-sections-perl_0.02021113-1.diff.gz
&lt;br&gt;&amp;nbsp;7124b91317d7b62ae92a3232a6ba2d62b29c83728d56b28458248e9f0c3a86ca 26420 libelf-extract-sections-perl_0.02021113-1_all.deb
&lt;br&gt;Files: 
&lt;br&gt;&amp;nbsp;53a73d1cecbfd4ca088ca50fba7e994a 1646 perl optional libelf-extract-sections-perl_0.02021113-1.dsc
&lt;br&gt;&amp;nbsp;d85babd400edb3f1e92862608f6e3852 868144 perl optional libelf-extract-sections-perl_0.02021113.orig.tar.gz
&lt;br&gt;&amp;nbsp;834cb6fae3055a82182140767947b660 2109 perl optional libelf-extract-sections-perl_0.02021113-1.diff.gz
&lt;br&gt;&amp;nbsp;b384367d8a845b101146b46e1a0520cc 26420 perl optional libelf-extract-sections-perl_0.02021113-1_all.deb
&lt;br&gt;&lt;br&gt;Here is a full build log:
&lt;br&gt;&lt;br&gt;newbuildd'jon(~/tmp4)&amp;gt; debex libelf-extract-sections-perl
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/dist.ini
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/LICENSE
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/debian
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/debian/control
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/debian/compat
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/debian/watch
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/debian/changelog
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/debian/libelf-extract-sections-perl.examples
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/debian/copyright
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/debian/rules
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/LICENSE.tests
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/t
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/t/author-critic.t
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/t/test_files
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/t/test_files/libz.so
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/t/test_files/libreadline.so.6.0.debug
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/t/test_files/libz.so.yaml
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/t/test_files/libreadline.so.6.0.debug.yaml
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/t/test_files/gen_expected.pl
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/t/test_files/libz.so.1.2.3.debug
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/t/test_files/libz.so.1.2.3.debug.yaml
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/t/test_files/libc.so.6
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/t/test_files/libc.so.6.yaml
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/t/author-boilerplate.t
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/t/release-meta-yaml.t
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/t/release-pod-syntax.t
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/t/00-compile.t
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/t/author-kwalitee.t
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/t/release-pod-coverage.t
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/t/01-elf-libs.t
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/LICENCES
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/LICENCES/ZLIB
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/LICENCES/GPL-3
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/LICENCES/LGPL-2.1
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/perlcriticrc
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/MANIFEST
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/META.yml
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/lib
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/lib/ELF
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/lib/ELF/Extract
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/lib/ELF/Extract/Sections.pm
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/lib/ELF/Extract/Sections
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/lib/ELF/Extract/Sections/Section.pm
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/lib/ELF/Extract/Sections/Meta
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/lib/ELF/Extract/Sections/Meta/Types.pm
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/lib/ELF/Extract/Sections/Meta/Scanner.pm
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/lib/ELF/Extract/Sections/Scanner
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/lib/ELF/Extract/Sections/Scanner/Objdump.pm
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/Changes
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/Build.PL
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/README
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/META.json
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/examples
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/examples/example1.pl
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/examples/example2.pl
&lt;br&gt;A &amp;nbsp; &amp;nbsp;libelf-extract-sections-perl/examples/example3.pl
&lt;br&gt;Exported revision 48277.
&lt;br&gt;newbuildd'jon(~/tmp4)&amp;gt; cd libelf-extract-sections-perl/
&lt;br&gt;newbuildd'jon(~/tmp4/libelf-extract-sections-perl)&amp;gt; build
&lt;br&gt;libelf-extract-sections-perl: Version (0.02021113) available on remote site:
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://search.cpan.org/CPAN/authors/id/K/KE/KENTNL/ELF-Extract-Sections-0.02021113.tar.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://search.cpan.org/CPAN/authors/id/K/KE/KENTNL/ELF-Extract-Sections-0.02021113.tar.gz&lt;/a&gt;&lt;br&gt;&amp;nbsp; (local version is 0.02021113)
&lt;br&gt;libelf-extract-sections-perl: Successfully downloaded updated package ELF-Extract-Sections-0.02021113.tar.gz
&lt;br&gt;&amp;nbsp; &amp;nbsp; and renamed it as libelf-extract-sections-perl_0.02021113.orig.tar.gz
&lt;br&gt;debuild: unknown dpkg-buildpackage/debuild option: -R/home/ryan52/fakemake
&lt;br&gt;&amp;nbsp;dpkg-buildpackage -rfakeroot -d -us -uc -S -sa -R/home/ryan52/fakemake
&lt;br&gt;dpkg-buildpackage: set CFLAGS to default value: -g -O2
&lt;br&gt;dpkg-buildpackage: set CPPFLAGS to default value: 
&lt;br&gt;dpkg-buildpackage: set LDFLAGS to default value: 
&lt;br&gt;dpkg-buildpackage: set FFLAGS to default value: -g -O2
&lt;br&gt;dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
&lt;br&gt;dpkg-buildpackage: source package libelf-extract-sections-perl
&lt;br&gt;dpkg-buildpackage: source version 0.02021113-1
&lt;br&gt;dpkg-buildpackage: source changed by Jonathan Yu &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26659069&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jawnsy@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp;fakeroot /home/ryan52/fakemake clean
&lt;br&gt;Fakemaking: clean
&lt;br&gt;&amp;nbsp;dpkg-source -b libelf-extract-sections-perl
&lt;br&gt;dpkg-source: warning: source directory 'libelf-extract-sections-perl' is not &amp;lt;sourcepackage&amp;gt;-&amp;lt;upstreamversion&amp;gt; 'libelf-extract-sections-perl-0.02021113'
&lt;br&gt;dpkg-source: warning: .orig directory name libelf-extract-sections-perl.orig is not &amp;lt;package&amp;gt;-&amp;lt;upstreamversion&amp;gt; (wanted libelf-extract-sections-perl-0.02021113.orig)
&lt;br&gt;dpkg-source: info: using source format `1.0'
&lt;br&gt;dpkg-source: info: building libelf-extract-sections-perl using existing libelf-extract-sections-perl_0.02021113.orig.tar.gz
&lt;br&gt;dpkg-source: info: building libelf-extract-sections-perl in libelf-extract-sections-perl_0.02021113-1.diff.gz
&lt;br&gt;dpkg-source: info: building libelf-extract-sections-perl in libelf-extract-sections-perl_0.02021113-1.dsc
&lt;br&gt;&amp;nbsp;dpkg-genchanges -S -sa &amp;gt;../libelf-extract-sections-perl_0.02021113-1_source.changes
&lt;br&gt;dpkg-genchanges: including full source code in upload
&lt;br&gt;dpkg-buildpackage: source only upload (original source is included)
&lt;br&gt;sbuild (Debian sbuild) 0.59.1-rc1 (02 Aug 2009) on newbuildd.home
&lt;br&gt;&lt;br&gt;+------------------------------------------------------------------------------+
&lt;br&gt;¦ libelf-extract-sections-perl 0.02021113-1 (i386) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 05 Dec 2009 14:54 ¦
&lt;br&gt;+------------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;Package: libelf-extract-sections-perl
&lt;br&gt;Version: 0.02021113-1
&lt;br&gt;Architecture: i386
&lt;br&gt;Start Time: 20091205-1454
&lt;br&gt;&lt;br&gt;+------------------------------------------------------------------------------+
&lt;br&gt;¦ Fetch source files &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ¦
&lt;br&gt;+------------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&lt;br&gt;Local sources
&lt;br&gt;-------------
&lt;br&gt;&lt;br&gt;libelf-extract-sections-perl_0.02021113-1.dsc exists in .; copying to chroot
&lt;br&gt;&lt;br&gt;Check arch
&lt;br&gt;----------
&lt;br&gt;&lt;br&gt;** Using build dependencies supplied by package:
&lt;br&gt;Build-Depends: debhelper (&amp;gt;= 7.0.50), perl (&amp;gt;= 5.10) | libmodule-build-perl
&lt;br&gt;Build-Depends-Indep: perl (&amp;gt;= 5.10), libmoosex-declare-perl, libtest-pod-perl, libnamespace-clean-perl (&amp;gt;= 0.11), libmoosex-types-perl, libmoosex-has-sugar-perl, libmoose-perl (&amp;gt;= 0.76), libfile-find-rule-perl, liblog-log4perl-perl (&amp;gt;= 1.21), libmoosex-types-path-class-perl, libmoosex-log-log4perl-perl, libyaml-libyaml-perl, libtest-cpan-meta-perl, libtest-pod-coverage-perl, libpod-coverage-trustpod-perl
&lt;br&gt;&lt;br&gt;+------------------------------------------------------------------------------+
&lt;br&gt;¦ Install build dependencies &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ¦
&lt;br&gt;+------------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;Checking for already installed source dependencies...
&lt;br&gt;debhelper: already installed (7.4.9 &amp;gt;= 7.0.50 is satisfied)
&lt;br&gt;perl: already installed (5.10.1-8 &amp;gt;= 5.10 is satisfied)
&lt;br&gt;perl: already installed (5.10.1-8 &amp;gt;= 5.10 is satisfied)
&lt;br&gt;libmoosex-declare-perl: missing
&lt;br&gt;libtest-pod-perl: missing
&lt;br&gt;libnamespace-clean-perl: missing
&lt;br&gt;Using default version 0.11-1
&lt;br&gt;libmoosex-types-perl: missing
&lt;br&gt;libmoosex-has-sugar-perl: missing
&lt;br&gt;libmoose-perl: missing
&lt;br&gt;Using default version 0.93-1
&lt;br&gt;libfile-find-rule-perl: missing
&lt;br&gt;liblog-log4perl-perl: missing
&lt;br&gt;Using default version 1.26-1
&lt;br&gt;libmoosex-types-path-class-perl: missing
&lt;br&gt;libmoosex-log-log4perl-perl: missing
&lt;br&gt;libyaml-libyaml-perl: missing
&lt;br&gt;libtest-cpan-meta-perl: missing
&lt;br&gt;libtest-pod-coverage-perl: missing
&lt;br&gt;libpod-coverage-trustpod-perl: missing
&lt;br&gt;Checking for source dependency conflicts...
&lt;br&gt;Installing positive dependencies: libmoosex-declare-perl libtest-pod-perl libnamespace-clean-perl libmoosex-types-perl libmoosex-has-sugar-perl libmoose-perl libfile-find-rule-perl liblog-log4perl-perl libmoosex-types-path-class-perl libmoosex-log-log4perl-perl libyaml-libyaml-perl libtest-cpan-meta-perl libtest-pod-coverage-perl libpod-coverage-trustpod-perl
&lt;br&gt;Reading package lists...
&lt;br&gt;Building dependency tree...
&lt;br&gt;Reading state information...
&lt;br&gt;The following packages were automatically installed and are no longer required:
&lt;br&gt;&amp;nbsp; liblzma0
&lt;br&gt;Use 'apt-get autoremove' to remove them.
&lt;br&gt;The following extra packages will be installed:
&lt;br&gt;&amp;nbsp; libalgorithm-c3-perl libaliased-perl libany-moose-perl libautobox-perl
&lt;br&gt;&amp;nbsp; libb-hooks-endofscope-perl libb-hooks-op-check-perl libcarp-clan-perl
&lt;br&gt;&amp;nbsp; libclass-c3-perl libclass-mop-perl libclone-perl libcontext-preserve-perl
&lt;br&gt;&amp;nbsp; libdata-optlist-perl libdevel-declare-perl libdevel-globaldestruction-perl
&lt;br&gt;&amp;nbsp; libdevel-partialdump-perl libdevel-symdump-perl libio-string-perl
&lt;br&gt;&amp;nbsp; libio-stringy-perl liblist-moreutils-perl libmixin-linewise-perl
&lt;br&gt;&amp;nbsp; libmoose-autobox-perl libmoosex-lazyrequire-perl
&lt;br&gt;&amp;nbsp; libmoosex-meta-typeconstraint-forcecoercion-perl
&lt;br&gt;&amp;nbsp; libmoosex-method-signatures-perl libmoosex-role-parameterized-perl
&lt;br&gt;&amp;nbsp; libmoosex-traits-perl libmoosex-types-structured-perl libmouse-perl
&lt;br&gt;&amp;nbsp; libmro-compat-perl libnamespace-autoclean-perl libnumber-compare-perl
&lt;br&gt;&amp;nbsp; libparams-util-perl libparse-cpan-meta-perl libparse-method-signatures-perl
&lt;br&gt;&amp;nbsp; libpath-class-perl libperl6-junction-perl libpod-coverage-perl
&lt;br&gt;&amp;nbsp; libpod-eventual-perl libppi-perl libscope-guard-perl libsub-exporter-perl
&lt;br&gt;&amp;nbsp; libsub-install-perl libsub-name-perl libsub-uplevel-perl libtask-weaken-perl
&lt;br&gt;&amp;nbsp; libtest-deep-perl libtest-exception-perl libtext-glob-perl libtry-tiny-perl
&lt;br&gt;&amp;nbsp; libvariable-magic-perl
&lt;br&gt;Suggested packages:
&lt;br&gt;&amp;nbsp; libdbd-csv-perl libxml-dom-perl
&lt;br&gt;Recommended packages:
&lt;br&gt;&amp;nbsp; libclass-c3-xs-perl liblog-dispatch-perl libipc-shareable-perl
&lt;br&gt;&amp;nbsp; libmoosex-getopt-perl libclass-method-modifiers-perl
&lt;br&gt;The following NEW packages will be installed:
&lt;br&gt;&amp;nbsp; libalgorithm-c3-perl libaliased-perl libany-moose-perl libautobox-perl
&lt;br&gt;&amp;nbsp; libb-hooks-endofscope-perl libb-hooks-op-check-perl libcarp-clan-perl
&lt;br&gt;&amp;nbsp; libclass-c3-perl libclass-mop-perl libclone-perl libcontext-preserve-perl
&lt;br&gt;&amp;nbsp; libdata-optlist-perl libdevel-declare-perl libdevel-globaldestruction-perl
&lt;br&gt;&amp;nbsp; libdevel-partialdump-perl libdevel-symdump-perl libfile-find-rule-perl
&lt;br&gt;&amp;nbsp; libio-string-perl libio-stringy-perl liblist-moreutils-perl
&lt;br&gt;&amp;nbsp; liblog-log4perl-perl libmixin-linewise-perl libmoose-autobox-perl
&lt;br&gt;&amp;nbsp; libmoose-perl libmoosex-declare-perl libmoosex-has-sugar-perl
&lt;br&gt;&amp;nbsp; libmoosex-lazyrequire-perl libmoosex-log-log4perl-perl
&lt;br&gt;&amp;nbsp; libmoosex-meta-typeconstraint-forcecoercion-perl
&lt;br&gt;&amp;nbsp; libmoosex-method-signatures-perl libmoosex-role-parameterized-perl
&lt;br&gt;&amp;nbsp; libmoosex-traits-perl libmoosex-types-path-class-perl libmoosex-types-perl
&lt;br&gt;&amp;nbsp; libmoosex-types-structured-perl libmouse-perl libmro-compat-perl
&lt;br&gt;&amp;nbsp; libnamespace-autoclean-perl libnamespace-clean-perl libnumber-compare-perl
&lt;br&gt;&amp;nbsp; libparams-util-perl libparse-cpan-meta-perl libparse-method-signatures-perl
&lt;br&gt;&amp;nbsp; libpath-class-perl libperl6-junction-perl libpod-coverage-perl
&lt;br&gt;&amp;nbsp; libpod-coverage-trustpod-perl libpod-eventual-perl libppi-perl
&lt;br&gt;&amp;nbsp; libscope-guard-perl libsub-exporter-perl libsub-install-perl
&lt;br&gt;&amp;nbsp; libsub-name-perl libsub-uplevel-perl libtask-weaken-perl
&lt;br&gt;&amp;nbsp; libtest-cpan-meta-perl libtest-deep-perl libtest-exception-perl
&lt;br&gt;&amp;nbsp; libtest-pod-coverage-perl libtest-pod-perl libtext-glob-perl
&lt;br&gt;&amp;nbsp; libtry-tiny-perl libvariable-magic-perl libyaml-libyaml-perl
&lt;br&gt;0 upgraded, 64 newly installed, 0 to remove and 0 not upgraded.
&lt;br&gt;Need to get 2996kB of archives.
&lt;br&gt;After this operation, 11.7MB of additional disk space will be used.
&lt;br&gt;Get:1 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libalgorithm-c3-perl 0.08-1 [11.8kB]
&lt;br&gt;Get:2 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libaliased-perl 0.30-1 [11.0kB]
&lt;br&gt;Get:3 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libmouse-perl 0.40-1 [120kB]
&lt;br&gt;Get:4 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libany-moose-perl 0.09-1 [7488B]
&lt;br&gt;Get:5 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libscope-guard-perl 0.03-2 [6736B]
&lt;br&gt;Get:6 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libautobox-perl 2.55-1 [30.6kB]
&lt;br&gt;Get:7 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libvariable-magic-perl 0.39-1 [39.4kB]
&lt;br&gt;Get:8 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libsub-install-perl 0.924-2 [10.6kB]
&lt;br&gt;Get:9 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libparams-util-perl 1.00-1 [25.4kB]
&lt;br&gt;Get:10 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libdata-optlist-perl 0.104-1 [9580B]
&lt;br&gt;Get:11 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libsub-exporter-perl 0.981-1 [51.3kB]
&lt;br&gt;Get:12 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libb-hooks-endofscope-perl 0.08-1 [6196B]
&lt;br&gt;Get:13 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libb-hooks-op-check-perl 0.17-1 [10.8kB]
&lt;br&gt;Get:14 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libcarp-clan-perl 6.02-1 [13.1kB]
&lt;br&gt;Get:15 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libsub-uplevel-perl 0.2200-1 [15.0kB]
&lt;br&gt;Get:16 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libtest-exception-perl 0.27-2 [17.6kB]
&lt;br&gt;Get:17 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libclass-c3-perl 0.21-1 [22.5kB]
&lt;br&gt;Get:18 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libdevel-globaldestruction-perl 0.02-1 [9084B]
&lt;br&gt;Get:19 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libsub-name-perl 0.04-1 [10.2kB]
&lt;br&gt;Get:20 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libmro-compat-perl 0.11-1 [12.7kB]
&lt;br&gt;Get:21 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libtry-tiny-perl 0.02-1 [11.8kB]
&lt;br&gt;Get:22 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libtask-weaken-perl 1.03-1 [7690B]
&lt;br&gt;Get:23 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libclass-mop-perl 0.95-1 [152kB]
&lt;br&gt;Get:24 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libclone-perl 0.31-1 [14.0kB]
&lt;br&gt;Get:25 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libcontext-preserve-perl 0.01-1 [7224B]
&lt;br&gt;Get:26 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libdevel-declare-perl 0.005011-2 [42.8kB]
&lt;br&gt;Get:27 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libnamespace-clean-perl 0.11-1 [12.4kB]
&lt;br&gt;Get:28 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libdevel-partialdump-perl 0.11-1 [12.7kB]
&lt;br&gt;Get:29 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libdevel-symdump-perl 2.08-2 [16.5kB]
&lt;br&gt;Get:30 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libtext-glob-perl 0.08-2 [8866B]
&lt;br&gt;Get:31 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libnumber-compare-perl 0.01-6 [7024B]
&lt;br&gt;Get:32 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libfile-find-rule-perl 0.32-1 [31.4kB]
&lt;br&gt;Get:33 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libio-string-perl 1.08-2 [12.0kB]
&lt;br&gt;Get:34 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libio-stringy-perl 2.110-4 [99.7kB]
&lt;br&gt;Get:35 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main liblist-moreutils-perl 0.25~02-1 [62.8kB]
&lt;br&gt;Get:36 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main liblog-log4perl-perl 1.26-1 [425kB]
&lt;br&gt;Get:37 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libmixin-linewise-perl 0.002-1 [12.0kB]
&lt;br&gt;Get:38 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libperl6-junction-perl 1.40000-1 [9646B]
&lt;br&gt;Get:39 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libmoose-perl 0.93-1 [626kB]
&lt;br&gt;Get:40 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libmoose-autobox-perl 0.10-1 [45.8kB]
&lt;br&gt;Get:41 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libmoosex-role-parameterized-perl 0.13-1 [27.2kB]
&lt;br&gt;Get:42 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libnamespace-autoclean-perl 0.09-1 [8578B]
&lt;br&gt;Get:43 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libmoosex-types-perl 0.20-1 [43.9kB]
&lt;br&gt;Get:44 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libmoosex-meta-typeconstraint-forcecoercion-perl 0.01-1 [6266B]
&lt;br&gt;Get:45 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libmoosex-traits-perl 0.07-1 [9502B]
&lt;br&gt;Get:46 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libppi-perl 1.206-1 [392kB]
&lt;br&gt;Get:47 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libmoosex-types-structured-perl 0.19-1 [31.5kB]
&lt;br&gt;Get:48 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libparse-method-signatures-perl 1.003012-1 [28.1kB]
&lt;br&gt;Get:49 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libmoosex-lazyrequire-perl 0.04-1 [6770B]
&lt;br&gt;Get:50 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libmoosex-method-signatures-perl 0.29-1 [21.2kB]
&lt;br&gt;Get:51 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libmoosex-declare-perl 0.32-1 [79.2kB]
&lt;br&gt;Get:52 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libmoosex-has-sugar-perl 0.0404-1 [17.0kB]
&lt;br&gt;Get:53 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libmoosex-log-log4perl-perl 0.40-2 [11.6kB]
&lt;br&gt;Get:54 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libpath-class-perl 0.17-1 [33.1kB]
&lt;br&gt;Get:55 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libmoosex-types-path-class-perl 0.05-1 [6938B]
&lt;br&gt;Get:56 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libparse-cpan-meta-perl 1.40-1 [10.6kB]
&lt;br&gt;Get:57 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libpod-coverage-perl 0.20-1 [24.5kB]
&lt;br&gt;Get:58 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libtest-deep-perl 0.106-1 [44.7kB]
&lt;br&gt;Get:59 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libpod-eventual-perl 0.093170-1 [13.6kB]
&lt;br&gt;Get:60 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libpod-coverage-trustpod-perl 0.092830-1 [6190B]
&lt;br&gt;Get:61 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libtest-cpan-meta-perl 0.13-1 [18.9kB]
&lt;br&gt;Get:62 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libtest-pod-coverage-perl 1.08-3 [10.8kB]
&lt;br&gt;Get:63 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libtest-pod-perl 1.40-1 [12.5kB]
&lt;br&gt;Get:64 &lt;a href=&quot;http://localhost&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost&lt;/a&gt;&amp;nbsp;sid/main libyaml-libyaml-perl 0.32-1 [73.1kB]
&lt;br&gt;debconf: delaying package configuration, since apt-utils is not installed
&lt;br&gt;Fetched 2996kB in 0s (29.5MB/s)
&lt;br&gt;Selecting previously deselected package libalgorithm-c3-perl.
&lt;br&gt;(Reading database ... 14671 files and directories currently installed.)
&lt;br&gt;Unpacking libalgorithm-c3-perl (from .../libalgorithm-c3-perl_0.08-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libaliased-perl.
&lt;br&gt;Unpacking libaliased-perl (from .../libaliased-perl_0.30-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libmouse-perl.
&lt;br&gt;Unpacking libmouse-perl (from .../libmouse-perl_0.40-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libany-moose-perl.
&lt;br&gt;Unpacking libany-moose-perl (from .../libany-moose-perl_0.09-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libscope-guard-perl.
&lt;br&gt;Unpacking libscope-guard-perl (from .../libscope-guard-perl_0.03-2_all.deb) ...
&lt;br&gt;Selecting previously deselected package libautobox-perl.
&lt;br&gt;Unpacking libautobox-perl (from .../libautobox-perl_2.55-1_i386.deb) ...
&lt;br&gt;Selecting previously deselected package libvariable-magic-perl.
&lt;br&gt;Unpacking libvariable-magic-perl (from .../libvariable-magic-perl_0.39-1_i386.deb) ...
&lt;br&gt;Selecting previously deselected package libsub-install-perl.
&lt;br&gt;Unpacking libsub-install-perl (from .../libsub-install-perl_0.924-2_all.deb) ...
&lt;br&gt;Selecting previously deselected package libparams-util-perl.
&lt;br&gt;Unpacking libparams-util-perl (from .../libparams-util-perl_1.00-1_i386.deb) ...
&lt;br&gt;Selecting previously deselected package libdata-optlist-perl.
&lt;br&gt;Unpacking libdata-optlist-perl (from .../libdata-optlist-perl_0.104-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libsub-exporter-perl.
&lt;br&gt;Unpacking libsub-exporter-perl (from .../libsub-exporter-perl_0.981-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libb-hooks-endofscope-perl.
&lt;br&gt;Unpacking libb-hooks-endofscope-perl (from .../libb-hooks-endofscope-perl_0.08-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libb-hooks-op-check-perl.
&lt;br&gt;Unpacking libb-hooks-op-check-perl (from .../libb-hooks-op-check-perl_0.17-1_i386.deb) ...
&lt;br&gt;Selecting previously deselected package libcarp-clan-perl.
&lt;br&gt;Unpacking libcarp-clan-perl (from .../libcarp-clan-perl_6.02-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libsub-uplevel-perl.
&lt;br&gt;Unpacking libsub-uplevel-perl (from .../libsub-uplevel-perl_0.2200-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libtest-exception-perl.
&lt;br&gt;Unpacking libtest-exception-perl (from .../libtest-exception-perl_0.27-2_all.deb) ...
&lt;br&gt;Selecting previously deselected package libclass-c3-perl.
&lt;br&gt;Unpacking libclass-c3-perl (from .../libclass-c3-perl_0.21-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libdevel-globaldestruction-perl.
&lt;br&gt;Unpacking libdevel-globaldestruction-perl (from .../libdevel-globaldestruction-perl_0.02-1_i386.deb) ...
&lt;br&gt;Selecting previously deselected package libsub-name-perl.
&lt;br&gt;Unpacking libsub-name-perl (from .../libsub-name-perl_0.04-1_i386.deb) ...
&lt;br&gt;Selecting previously deselected package libmro-compat-perl.
&lt;br&gt;Unpacking libmro-compat-perl (from .../libmro-compat-perl_0.11-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libtry-tiny-perl.
&lt;br&gt;Unpacking libtry-tiny-perl (from .../libtry-tiny-perl_0.02-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libtask-weaken-perl.
&lt;br&gt;Unpacking libtask-weaken-perl (from .../libtask-weaken-perl_1.03-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libclass-mop-perl.
&lt;br&gt;Unpacking libclass-mop-perl (from .../libclass-mop-perl_0.95-1_i386.deb) ...
&lt;br&gt;Selecting previously deselected package libclone-perl.
&lt;br&gt;Unpacking libclone-perl (from .../libclone-perl_0.31-1_i386.deb) ...
&lt;br&gt;Selecting previously deselected package libcontext-preserve-perl.
&lt;br&gt;Unpacking libcontext-preserve-perl (from .../libcontext-preserve-perl_0.01-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libdevel-declare-perl.
&lt;br&gt;Unpacking libdevel-declare-perl (from .../libdevel-declare-perl_0.005011-2_i386.deb) ...
&lt;br&gt;Selecting previously deselected package libnamespace-clean-perl.
&lt;br&gt;Unpacking libnamespace-clean-perl (from .../libnamespace-clean-perl_0.11-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libdevel-partialdump-perl.
&lt;br&gt;Unpacking libdevel-partialdump-perl (from .../libdevel-partialdump-perl_0.11-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libdevel-symdump-perl.
&lt;br&gt;Unpacking libdevel-symdump-perl (from .../libdevel-symdump-perl_2.08-2_all.deb) ...
&lt;br&gt;Selecting previously deselected package libtext-glob-perl.
&lt;br&gt;Unpacking libtext-glob-perl (from .../libtext-glob-perl_0.08-2_all.deb) ...
&lt;br&gt;Selecting previously deselected package libnumber-compare-perl.
&lt;br&gt;Unpacking libnumber-compare-perl (from .../libnumber-compare-perl_0.01-6_all.deb) ...
&lt;br&gt;Selecting previously deselected package libfile-find-rule-perl.
&lt;br&gt;Unpacking libfile-find-rule-perl (from .../libfile-find-rule-perl_0.32-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libio-string-perl.
&lt;br&gt;Unpacking libio-string-perl (from .../libio-string-perl_1.08-2_all.deb) ...
&lt;br&gt;Selecting previously deselected package libio-stringy-perl.
&lt;br&gt;Unpacking libio-stringy-perl (from .../libio-stringy-perl_2.110-4_all.deb) ...
&lt;br&gt;Selecting previously deselected package liblist-moreutils-perl.
&lt;br&gt;Unpacking liblist-moreutils-perl (from .../liblist-moreutils-perl_0.25~02-1_i386.deb) ...
&lt;br&gt;Selecting previously deselected package liblog-log4perl-perl.
&lt;br&gt;Unpacking liblog-log4perl-perl (from .../liblog-log4perl-perl_1.26-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libmixin-linewise-perl.
&lt;br&gt;Unpacking libmixin-linewise-perl (from .../libmixin-linewise-perl_0.002-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libperl6-junction-perl.
&lt;br&gt;Unpacking libperl6-junction-perl (from .../libperl6-junction-perl_1.40000-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libmoose-perl.
&lt;br&gt;Unpacking libmoose-perl (from .../libmoose-perl_0.93-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libmoose-autobox-perl.
&lt;br&gt;Unpacking libmoose-autobox-perl (from .../libmoose-autobox-perl_0.10-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libmoosex-role-parameterized-perl.
&lt;br&gt;Unpacking libmoosex-role-parameterized-perl (from .../libmoosex-role-parameterized-perl_0.13-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libnamespace-autoclean-perl.
&lt;br&gt;Unpacking libnamespace-autoclean-perl (from .../libnamespace-autoclean-perl_0.09-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libmoosex-types-perl.
&lt;br&gt;Unpacking libmoosex-types-perl (from .../libmoosex-types-perl_0.20-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libmoosex-meta-typeconstraint-forcecoercion-perl.
&lt;br&gt;Unpacking libmoosex-meta-typeconstraint-forcecoercion-perl (from .../libmoosex-meta-typeconstraint-forcecoercion-perl_0.01-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libmoosex-traits-perl.
&lt;br&gt;Unpacking libmoosex-traits-perl (from .../libmoosex-traits-perl_0.07-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libppi-perl.
&lt;br&gt;Unpacking libppi-perl (from .../libppi-perl_1.206-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libmoosex-types-structured-perl.
&lt;br&gt;Unpacking libmoosex-types-structured-perl (from .../libmoosex-types-structured-perl_0.19-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libparse-method-signatures-perl.
&lt;br&gt;Unpacking libparse-method-signatures-perl (from .../libparse-method-signatures-perl_1.003012-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libmoosex-lazyrequire-perl.
&lt;br&gt;Unpacking libmoosex-lazyrequire-perl (from .../libmoosex-lazyrequire-perl_0.04-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libmoosex-method-signatures-perl.
&lt;br&gt;Unpacking libmoosex-method-signatures-perl (from .../libmoosex-method-signatures-perl_0.29-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libmoosex-declare-perl.
&lt;br&gt;Unpacking libmoosex-declare-perl (from .../libmoosex-declare-perl_0.32-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libmoosex-has-sugar-perl.
&lt;br&gt;Unpacking libmoosex-has-sugar-perl (from .../libmoosex-has-sugar-perl_0.0404-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libmoosex-log-log4perl-perl.
&lt;br&gt;Unpacking libmoosex-log-log4perl-perl (from .../libmoosex-log-log4perl-perl_0.40-2_all.deb) ...
&lt;br&gt;Selecting previously deselected package libpath-class-perl.
&lt;br&gt;Unpacking libpath-class-perl (from .../libpath-class-perl_0.17-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libmoosex-types-path-class-perl.
&lt;br&gt;Unpacking libmoosex-types-path-class-perl (from .../libmoosex-types-path-class-perl_0.05-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libparse-cpan-meta-perl.
&lt;br&gt;Unpacking libparse-cpan-meta-perl (from .../libparse-cpan-meta-perl_1.40-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libpod-coverage-perl.
&lt;br&gt;Unpacking libpod-coverage-perl (from .../libpod-coverage-perl_0.20-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libtest-deep-perl.
&lt;br&gt;Unpacking libtest-deep-perl (from .../libtest-deep-perl_0.106-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libpod-eventual-perl.
&lt;br&gt;Unpacking libpod-eventual-perl (from .../libpod-eventual-perl_0.093170-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libpod-coverage-trustpod-perl.
&lt;br&gt;Unpacking libpod-coverage-trustpod-perl (from .../libpod-coverage-trustpod-perl_0.092830-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libtest-cpan-meta-perl.
&lt;br&gt;Unpacking libtest-cpan-meta-perl (from .../libtest-cpan-meta-perl_0.13-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libtest-pod-coverage-perl.
&lt;br&gt;Unpacking libtest-pod-coverage-perl (from .../libtest-pod-coverage-perl_1.08-3_all.deb) ...
&lt;br&gt;Selecting previously deselected package libtest-pod-perl.
&lt;br&gt;Unpacking libtest-pod-perl (from .../libtest-pod-perl_1.40-1_all.deb) ...
&lt;br&gt;Selecting previously deselected package libyaml-libyaml-perl.
&lt;br&gt;Unpacking libyaml-libyaml-perl (from .../libyaml-libyaml-perl_0.32-1_i386.deb) ...
&lt;br&gt;Processing triggers for man-db ...
&lt;br&gt;Setting up libalgorithm-c3-perl (0.08-1) ...
&lt;br&gt;Setting up libaliased-perl (0.30-1) ...
&lt;br&gt;Setting up libmouse-perl (0.40-1) ...
&lt;br&gt;Setting up libany-moose-perl (0.09-1) ...
&lt;br&gt;Setting up libscope-guard-perl (0.03-2) ...
&lt;br&gt;Setting up libautobox-perl (2.55-1) ...
&lt;br&gt;Setting up libvariable-magic-perl (0.39-1) ...
&lt;br&gt;Setting up libsub-install-perl (0.924-2) ...
&lt;br&gt;Setting up libparams-util-perl (1.00-1) ...
&lt;br&gt;Setting up libdata-optlist-perl (0.104-1) ...
&lt;br&gt;Setting up libsub-exporter-perl (0.981-1) ...
&lt;br&gt;Setting up libb-hooks-endofscope-perl (0.08-1) ...
&lt;br&gt;Setting up libb-hooks-op-check-perl (0.17-1) ...
&lt;br&gt;Setting up libcarp-clan-perl (6.02-1) ...
&lt;br&gt;Setting up libsub-uplevel-perl (0.2200-1) ...
&lt;br&gt;Setting up libtest-exception-perl (0.27-2) ...
&lt;br&gt;Setting up libclass-c3-perl (0.21-1) ...
&lt;br&gt;Setting up libdevel-globaldestruction-perl (0.02-1) ...
&lt;br&gt;Setting up libsub-name-perl (0.04-1) ...
&lt;br&gt;Setting up libmro-compat-perl (0.11-1) ...
&lt;br&gt;Setting up libtry-tiny-perl (0.02-1) ...
&lt;br&gt;Setting up libtask-weaken-perl (1.03-1) ...
&lt;br&gt;Setting up libclass-mop-perl (0.95-1) ...
&lt;br&gt;Setting up libclone-perl (0.31-1) ...
&lt;br&gt;Setting up libcontext-preserve-perl (0.01-1) ...
&lt;br&gt;Setting up libdevel-declare-perl (0.005011-2) ...
&lt;br&gt;Setting up libnamespace-clean-perl (0.11-1) ...
&lt;br&gt;Setting up libdevel-partialdump-perl (0.11-1) ...
&lt;br&gt;Setting up libdevel-symdump-perl (2.08-2) ...
&lt;br&gt;Setting up libtext-glob-perl (0.08-2) ...
&lt;br&gt;Setting up libnumber-compare-perl (0.01-6) ...
&lt;br&gt;Setting up libfile-find-rule-perl (0.32-1) ...
&lt;br&gt;Setting up libio-string-perl (1.08-2) ...
&lt;br&gt;Setting up libio-stringy-perl (2.110-4) ...
&lt;br&gt;Setting up liblist-moreutils-perl (0.25~02-1) ...
&lt;br&gt;Setting up liblog-log4perl-perl (1.26-1) ...
&lt;br&gt;Setting up libmixin-linewise-perl (0.002-1) ...
&lt;br&gt;Setting up libperl6-junction-perl (1.40000-1) ...
&lt;br&gt;Setting up libmoose-perl (0.93-1) ...
&lt;br&gt;Setting up libmoose-autobox-perl (0.10-1) ...
&lt;br&gt;Setting up libmoosex-role-parameterized-perl (0.13-1) ...
&lt;br&gt;Setting up libnamespace-autoclean-perl (0.09-1) ...
&lt;br&gt;Setting up libmoosex-types-perl (0.20-1) ...
&lt;br&gt;Setting up libmoosex-meta-typeconstraint-forcecoercion-perl (0.01-1) ...
&lt;br&gt;Setting up libmoosex-traits-perl (0.07-1) ...
&lt;br&gt;Setting up libppi-perl (1.206-1) ...
&lt;br&gt;Setting up libmoosex-types-structured-perl (0.19-1) ...
&lt;br&gt;Setting up libparse-method-signatures-perl (1.003012-1) ...
&lt;br&gt;Setting up libmoosex-lazyrequire-perl (0.04-1) ...
&lt;br&gt;Setting up libmoosex-method-signatures-perl (0.29-1) ...
&lt;br&gt;Setting up libmoosex-declare-perl (0.32-1) ...
&lt;br&gt;Setting up libmoosex-has-sugar-perl (0.0404-1) ...
&lt;br&gt;Setting up libmoosex-log-log4perl-perl (0.40-2) ...
&lt;br&gt;Setting up libpath-class-perl (0.17-1) ...
&lt;br&gt;Setting up libmoosex-types-path-class-perl (0.05-1) ...
&lt;br&gt;Setting up libparse-cpan-meta-perl (1.40-1) ...
&lt;br&gt;Setting up libpod-coverage-perl (0.20-1) ...
&lt;br&gt;Setting up libtest-deep-perl (0.106-1) ...
&lt;br&gt;Setting up libpod-eventual-perl (0.093170-1) ...
&lt;br&gt;Setting up libpod-coverage-trustpod-perl (0.092830-1) ...
&lt;br&gt;Setting up libtest-cpan-meta-perl (0.13-1) ...
&lt;br&gt;Setting up libtest-pod-coverage-perl (1.08-3) ...
&lt;br&gt;Setting up libtest-pod-perl (1.40-1) ...
&lt;br&gt;Setting up libyaml-libyaml-perl (0.32-1) ...
&lt;br&gt;Removing negative dependencies: 
&lt;br&gt;Checking correctness of source dependencies...
&lt;br&gt;Kernel: Linux 2.6.30-1-amd64 i386 (x86_64)
&lt;br&gt;Toolchain package versions: libc6-dev_2.10.2-2 linux-libc-dev_2.6.32~rc8-1~experimental.1 g++-4.3_4.3.4-6 gcc-4.3_4.3.4-6 binutils_2.20-4 libstdc++6_4.4.2-3 libstdc++6-4.3-dev_4.3.4-6
&lt;br&gt;&lt;br&gt;+------------------------------------------------------------------------------+
&lt;br&gt;¦ Build &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;¦
&lt;br&gt;+------------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&lt;br&gt;Unpack source
&lt;br&gt;-------------
&lt;br&gt;&lt;br&gt;dpkg-source: warning: extracting unsigned source package (libelf-extract-sections-perl_0.02021113-1.dsc)
&lt;br&gt;dpkg-source: info: extracting libelf-extract-sections-perl in libelf-extract-sections-perl-0.02021113
&lt;br&gt;dpkg-source: info: unpacking libelf-extract-sections-perl_0.02021113.orig.tar.gz
&lt;br&gt;dpkg-source: info: applying libelf-extract-sections-perl_0.02021113-1.diff.gz
&lt;br&gt;&lt;br&gt;Check disc space
&lt;br&gt;----------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;dpkg-buildpackage
&lt;br&gt;-----------------
&lt;br&gt;&lt;br&gt;dpkg-buildpackage: set CFLAGS to default value: -g -O2
&lt;br&gt;dpkg-buildpackage: set CPPFLAGS to default value: 
&lt;br&gt;dpkg-buildpackage: set LDFLAGS to default value: 
&lt;br&gt;dpkg-buildpackage: set FFLAGS to default value: -g -O2
&lt;br&gt;dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
&lt;br&gt;dpkg-buildpackage: source package libelf-extract-sections-perl
&lt;br&gt;dpkg-buildpackage: source version 0.02021113-1
&lt;br&gt;dpkg-buildpackage: source changed by Jonathan Yu &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26659069&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jawnsy@...&lt;/a&gt;&amp;gt;
&lt;br&gt;dpkg-buildpackage: host architecture i386
&lt;br&gt;&amp;nbsp;/usr/bin/fakeroot debian/rules clean
&lt;br&gt;dh clean
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_testdir
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_auto_clean
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_clean
&lt;br&gt;&amp;nbsp;dpkg-source -b libelf-extract-sections-perl-0.02021113
&lt;br&gt;dpkg-source: info: using source format `1.0'
&lt;br&gt;dpkg-source: info: building libelf-extract-sections-perl using existing libelf-extract-sections-perl_0.02021113.orig.tar.gz
&lt;br&gt;dpkg-source: info: building libelf-extract-sections-perl in libelf-extract-sections-perl_0.02021113-1.diff.gz
&lt;br&gt;dpkg-source: info: building libelf-extract-sections-perl in libelf-extract-sections-perl_0.02021113-1.dsc
&lt;br&gt;&amp;nbsp;debian/rules build
&lt;br&gt;dh build
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_testdir
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_auto_configure
&lt;br&gt;&amp;nbsp;- ERROR: Couldn't find a $VERSION in prerequisite MooseX::Types::Moose
&lt;br&gt;&lt;br&gt;ERRORS/WARNINGS FOUND IN PREREQUISITES. &amp;nbsp;You may wish to install the versions
&lt;br&gt;of the modules indicated above before proceeding with this installation
&lt;br&gt;&lt;br&gt;Checking whether your kit is complete...
&lt;br&gt;Looks good
&lt;br&gt;&lt;br&gt;Checking prerequisites...
&lt;br&gt;Creating new 'Build' script for 'ELF-Extract-Sections' version '0.02021113'
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_auto_build
&lt;br&gt;Copying lib/ELF/Extract/Sections/Meta/Types.pm -&amp;gt; blib/lib/ELF/Extract/Sections/Meta/Types.pm
&lt;br&gt;Copying lib/ELF/Extract/Sections/Meta/Scanner.pm -&amp;gt; blib/lib/ELF/Extract/Sections/Meta/Scanner.pm
&lt;br&gt;Copying lib/ELF/Extract/Sections.pm -&amp;gt; blib/lib/ELF/Extract/Sections.pm
&lt;br&gt;Copying lib/ELF/Extract/Sections/Scanner/Objdump.pm -&amp;gt; blib/lib/ELF/Extract/Sections/Scanner/Objdump.pm
&lt;br&gt;Copying lib/ELF/Extract/Sections/Section.pm -&amp;gt; blib/lib/ELF/Extract/Sections/Section.pm
&lt;br&gt;Manifying blib/lib/ELF/Extract/Sections/Meta/Types.pm -&amp;gt; blib/libdoc/ELF::Extract::Sections::Meta::Types.3pm
&lt;br&gt;Manifying blib/lib/ELF/Extract/Sections/Scanner/Objdump.pm -&amp;gt; blib/libdoc/ELF::Extract::Sections::Scanner::Objdump.3pm
&lt;br&gt;Manifying blib/lib/ELF/Extract/Sections/Meta/Scanner.pm -&amp;gt; blib/libdoc/ELF::Extract::Sections::Meta::Scanner.3pm
&lt;br&gt;Manifying blib/lib/ELF/Extract/Sections/Section.pm -&amp;gt; blib/libdoc/ELF::Extract::Sections::Section.3pm
&lt;br&gt;Manifying blib/lib/ELF/Extract/Sections.pm -&amp;gt; blib/libdoc/ELF::Extract::Sections.3pm
&lt;br&gt;&amp;nbsp; &amp;nbsp;debian/rules override_dh_auto_test
&lt;br&gt;make[1]: Entering directory `/build/jon-libelf-extract-sections-perl_0.02021113-1-i386-4AyGVn/libelf-extract-sections-perl-0.02021113'
&lt;br&gt;RELEASE_TESTING=1 dh_auto_test
&lt;br&gt;t/00-compile.t ............ ok
&lt;br&gt;t/01-elf-libs.t ........... ok
&lt;br&gt;t/author-boilerplate.t .... skipped: these tests are for testing by the author
&lt;br&gt;t/author-critic.t ......... skipped: these tests are for testing by the author
&lt;br&gt;t/author-kwalitee.t ....... skipped: these tests are for testing by the author
&lt;br&gt;t/release-meta-yaml.t ..... ok
&lt;br&gt;t/release-pod-coverage.t .. ok
&lt;br&gt;t/release-pod-syntax.t .... ok
&lt;br&gt;All tests successful.
&lt;br&gt;Files=8, Tests=21, 14 wallclock secs ( 0.02 usr &amp;nbsp;0.02 sys + 12.98 cusr &amp;nbsp;0.52 csys = 13.54 CPU)
&lt;br&gt;Result: PASS
&lt;br&gt;make[1]: Leaving directory `/build/jon-libelf-extract-sections-perl_0.02021113-1-i386-4AyGVn/libelf-extract-sections-perl-0.02021113'
&lt;br&gt;&amp;nbsp;/usr/bin/fakeroot debian/rules binary
&lt;br&gt;dh binary
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_testroot
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_prep
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_installdirs
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_auto_install
&lt;br&gt;Installing /build/jon-libelf-extract-sections-perl_0.02021113-1-i386-4AyGVn/libelf-extract-sections-perl-0.02021113/debian/libelf-extract-sections-perl/usr/share/perl5/ELF/Extract/Sections.pm
&lt;br&gt;Installing /build/jon-libelf-extract-sections-perl_0.02021113-1-i386-4AyGVn/libelf-extract-sections-perl-0.02021113/debian/libelf-extract-sections-perl/usr/share/perl5/ELF/Extract/Sections/Section.pm
&lt;br&gt;Installing /build/jon-libelf-extract-sections-perl_0.02021113-1-i386-4AyGVn/libelf-extract-sections-perl-0.02021113/debian/libelf-extract-sections-perl/usr/share/perl5/ELF/Extract/Sections/Scanner/Objdump.pm
&lt;br&gt;Installing /build/jon-libelf-extract-sections-perl_0.02021113-1-i386-4AyGVn/libelf-extract-sections-perl-0.02021113/debian/libelf-extract-sections-perl/usr/share/perl5/ELF/Extract/Sections/Meta/Scanner.pm
&lt;br&gt;Installing /build/jon-libelf-extract-sections-perl_0.02021113-1-i386-4AyGVn/libelf-extract-sections-perl-0.02021113/debian/libelf-extract-sections-perl/usr/share/perl5/ELF/Extract/Sections/Meta/Types.pm
&lt;br&gt;Installing /build/jon-libelf-extract-sections-perl_0.02021113-1-i386-4AyGVn/libelf-extract-sections-perl-0.02021113/debian/libelf-extract-sections-perl/usr/share/man/man3/ELF::Extract::Sections::Scanner::Objdump.3pm
&lt;br&gt;Installing /build/jon-libelf-extract-sections-perl_0.02021113-1-i386-4AyGVn/libelf-extract-sections-perl-0.02021113/debian/libelf-extract-sections-perl/usr/share/man/man3/ELF::Extract::Sections.3pm
&lt;br&gt;Installing /build/jon-libelf-extract-sections-perl_0.02021113-1-i386-4AyGVn/libelf-extract-sections-perl-0.02021113/debian/libelf-extract-sections-perl/usr/share/man/man3/ELF::Extract::Sections::Meta::Scanner.3pm
&lt;br&gt;Installing /build/jon-libelf-extract-sections-perl_0.02021113-1-i386-4AyGVn/libelf-extract-sections-perl-0.02021113/debian/libelf-extract-sections-perl/usr/share/man/man3/ELF::Extract::Sections::Section.3pm
&lt;br&gt;Installing /build/jon-libelf-extract-sections-perl_0.02021113-1-i386-4AyGVn/libelf-extract-sections-perl-0.02021113/debian/libelf-extract-sections-perl/usr/share/man/man3/ELF::Extract::Sections::Meta::Types.3pm
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_install
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_installdocs
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_installchangelogs
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_installexamples
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_installman
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_installcatalogs
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_installcron
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_installdebconf
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_installemacsen
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_installifupdown
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_installinfo
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_installinit
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_installmenu
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_installmime
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_installmodules
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_installlogcheck
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_installlogrotate
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_installpam
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_installppp
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_installudev
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_installwm
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_installxfonts
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_bugfiles
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_lintian
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_gconf
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_icons
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_perl
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_usrlocal
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_link
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_compress
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_fixperms
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_strip
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_makeshlibs
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_shlibdeps
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_installdeb
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_gencontrol
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_md5sums
&lt;br&gt;&amp;nbsp; &amp;nbsp;dh_builddeb
&lt;br&gt;dpkg-deb: building package `libelf-extract-sections-perl' in `../libelf-extract-sections-perl_0.02021113-1_all.deb'.
&lt;br&gt;&amp;nbsp;dpkg-genchanges &amp;nbsp;&amp;gt;../libelf-extract-sections-perl_0.02021113-1_i386.changes
&lt;br&gt;dpkg-genchanges: including full source code in upload
&lt;br&gt;dpkg-buildpackage: full upload (original source is included)
&lt;br&gt;--------------------------------------------------------------------------------
&lt;br&gt;Build finished at 20091205-1455
&lt;br&gt;&lt;br&gt;libelf-extract-sections-perl_0.02021113-1_i386.changes:
&lt;br&gt;Format: 1.8
&lt;br&gt;Date: Sat, 05 Dec 2009 08:17:55 -0500
&lt;br&gt;Source: libelf-extract-sections-perl
&lt;br&gt;Binary: libelf-extract-sections-perl
&lt;br&gt;Architecture: source all
&lt;br&gt;Version: 0.02021113-1
&lt;br&gt;Distribution: unstable
&lt;br&gt;Urgency: low
&lt;br&gt;Maintainer: Debian Perl Group &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26659069&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pkg-perl-maintainers@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Changed-By: Jonathan Yu &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26659069&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jawnsy@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Description: 
&lt;br&gt;&amp;nbsp;libelf-extract-sections-perl - module to extract section information from ELF binaries
&lt;br&gt;Closes: 535610
&lt;br&gt;Changes: 
&lt;br&gt;&amp;nbsp;libelf-extract-sections-perl (0.02021113-1) unstable; urgency=low
&lt;br&gt;&amp;nbsp;.
&lt;br&gt;&amp;nbsp; &amp;nbsp;NOTE: please review this package manually; it crashes lintian
&lt;br&gt;&amp;nbsp; &amp;nbsp;but looks good to me...
&lt;br&gt;&amp;nbsp;.
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Initial Release. (Closes: #535610)
&lt;br&gt;Checksums-Sha1: 
&lt;br&gt;&amp;nbsp;858a714c5abc32d0a6325467fd5effb2f67f9ff1 1646 libelf-extract-sections-perl_0.02021113-1.dsc
&lt;br&gt;&amp;nbsp;0a271b651c83b15aa43b41bd376239858238d4cb 868144 libelf-extract-sections-perl_0.02021113.orig.tar.gz
&lt;br&gt;&amp;nbsp;fe2da91eae5d8ade3542e36bce81d54a11a88f3c 2109 libelf-extract-sections-perl_0.02021113-1.diff.gz
&lt;br&gt;&amp;nbsp;cf9d0b2ecf0f980e151c817a961772e07e31c3f9 26420 libelf-extract-sections-perl_0.02021113-1_all.deb
&lt;br&gt;Checksums-Sha256: 
&lt;br&gt;&amp;nbsp;3ecd5dc4cc1f082501356701b10df3686a5f5decf8cb3c48a775d305a188c0ca 1646 libelf-extract-sections-perl_0.02021113-1.dsc
&lt;br&gt;&amp;nbsp;b0dae3b975ab1da5d359537b04a55974032fda13fa1181f72d407ab80a322fda 868144 libelf-extract-sections-perl_0.02021113.orig.tar.gz
&lt;br&gt;&amp;nbsp;17d2ba41b49525d6c1cb22dafe7eb558934443574c6368f5fd8199a78f436f6c 2109 libelf-extract-sections-perl_0.02021113-1.diff.gz
&lt;br&gt;&amp;nbsp;7124b91317d7b62ae92a3232a6ba2d62b29c83728d56b28458248e9f0c3a86ca 26420 libelf-extract-sections-perl_0.02021113-1_all.deb
&lt;br&gt;Files: 
&lt;br&gt;&amp;nbsp;53a73d1cecbfd4ca088ca50fba7e994a 1646 perl optional libelf-extract-sections-perl_0.02021113-1.dsc
&lt;br&gt;&amp;nbsp;d85babd400edb3f1e92862608f6e3852 868144 perl optional libelf-extract-sections-perl_0.02021113.orig.tar.gz
&lt;br&gt;&amp;nbsp;834cb6fae3055a82182140767947b660 2109 perl optional libelf-extract-sections-perl_0.02021113-1.diff.gz
&lt;br&gt;&amp;nbsp;b384367d8a845b101146b46e1a0520cc 26420 perl optional libelf-extract-sections-perl_0.02021113-1_all.deb
&lt;br&gt;&lt;br&gt;+------------------------------------------------------------------------------+
&lt;br&gt;¦ Package contents &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ¦
&lt;br&gt;+------------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;&lt;br&gt;libelf-extract-sections-perl_0.02021113-1_all.deb
&lt;br&gt;-------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp;new debian package, version 2.0.
&lt;br&gt;&amp;nbsp;size 26420 bytes: control archive= 1197 bytes.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;935 bytes, &amp;nbsp; &amp;nbsp;14 lines &amp;nbsp; &amp;nbsp; &amp;nbsp;control &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 1456 bytes, &amp;nbsp; &amp;nbsp;16 lines &amp;nbsp; &amp;nbsp; &amp;nbsp;md5sums &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;Package: libelf-extract-sections-perl
&lt;br&gt;&amp;nbsp;Version: 0.02021113-1
&lt;br&gt;&amp;nbsp;Architecture: all
&lt;br&gt;&amp;nbsp;Maintainer: Debian Perl Group &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26659069&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pkg-perl-maintainers@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp;Installed-Size: 136
&lt;br&gt;&amp;nbsp;Depends: perl, libmoosex-types-path-class-perl, libmoosex-has-sugar-perl, libmoosex-types-perl, libmoosex-declare-perl, libnamespace-clean-perl (&amp;gt;= 0.11), liblog-log4perl-perl (&amp;gt;= 1.21), libmoose-perl (&amp;gt;= 0.76), libfile-find-rule-perl, libyaml-libyaml-perl, libmoosex-log-log4perl-perl
&lt;br&gt;&amp;nbsp;Section: perl
&lt;br&gt;&amp;nbsp;Priority: optional
&lt;br&gt;&amp;nbsp;Homepage: &lt;a href=&quot;http://search.cpan.org/dist/ELF-Extract-Sections/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://search.cpan.org/dist/ELF-Extract-Sections/&lt;/a&gt;&lt;br&gt;&amp;nbsp;Description: module to extract section information from ELF binaries
&lt;br&gt;&amp;nbsp; ELF::Extract::Sections is a Perl module that can read and extract section data
&lt;br&gt;&amp;nbsp; from any binary that follows the Executable and Linkable Format (ELF). Since
&lt;br&gt;&amp;nbsp; Linux binaries usually follow this format, this module is useful for getting
&lt;br&gt;&amp;nbsp; important data for linking and relocation. It may have other uses as well.
&lt;br&gt;&lt;br&gt;drwxr-xr-x root/root &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 2009-12-05 14:55 ./
&lt;br&gt;drwxr-xr-x root/root &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 2009-12-05 14:55 ./usr/
&lt;br&gt;drwxr-xr-x root/root &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 2009-12-05 14:55 ./usr/share/
&lt;br&gt;drwxr-xr-x root/root &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 2009-12-05 14:55 ./usr/share/doc/
&lt;br&gt;drwxr-xr-x root/root &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 2009-12-05 14:55 ./usr/share/doc/libelf-extract-sections-perl/
&lt;br&gt;-rw-r--r-- root/root &amp;nbsp; &amp;nbsp; &amp;nbsp; 232 2009-12-05 14:54 ./usr/share/doc/libelf-extract-sections-perl/changelog.Debian.gz
&lt;br&gt;drwxr-xr-x root/root &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 2009-12-05 14:55 ./usr/share/doc/libelf-extract-sections-perl/examples/
&lt;br&gt;-rw-r--r-- root/root &amp;nbsp; &amp;nbsp; &amp;nbsp;1814 2009-11-28 05:43 ./usr/share/doc/libelf-extract-sections-perl/examples/example1.pl
&lt;br&gt;-rw-r--r-- root/root &amp;nbsp; &amp;nbsp; &amp;nbsp;1157 2009-11-28 05:43 ./usr/share/doc/libelf-extract-sections-perl/examples/example2.pl
&lt;br&gt;-rw-r--r-- root/root &amp;nbsp; &amp;nbsp; &amp;nbsp; 435 2009-11-28 05:43 ./usr/share/doc/libelf-extract-sections-perl/examples/example3.pl
&lt;br&gt;-rw-r--r-- root/root &amp;nbsp; &amp;nbsp; &amp;nbsp;3053 2009-12-05 14:54 ./usr/share/doc/libelf-extract-sections-perl/copyright
&lt;br&gt;-rw-r--r-- root/root &amp;nbsp; &amp;nbsp; &amp;nbsp; 799 2009-11-28 05:43 ./usr/share/doc/libelf-extract-sections-perl/changelog.gz
&lt;br&gt;drwxr-xr-x root/root &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 2009-12-05 14:55 ./usr/share/perl5/
&lt;br&gt;drwxr-xr-x root/root &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 2009-12-05 14:55 ./usr/share/perl5/ELF/
&lt;br&gt;drwxr-xr-x root/root &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 2009-12-05 14:55 ./usr/share/perl5/ELF/Extract/
&lt;br&gt;drwxr-xr-x root/root &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 2009-12-05 14:55 ./usr/share/perl5/ELF/Extract/Sections/
&lt;br&gt;drwxr-xr-x root/root &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 2009-12-05 14:55 ./usr/share/perl5/ELF/Extract/Sections/Scanner/
&lt;br&gt;-rw-r--r-- root/root &amp;nbsp; &amp;nbsp; &amp;nbsp;6663 2009-12-05 14:54 ./usr/share/perl5/ELF/Extract/Sections/Scanner/Objdump.pm
&lt;br&gt;drwxr-xr-x root/root &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 2009-12-05 14:55 ./usr/share/perl5/ELF/Extract/Sections/Meta/
&lt;br&gt;-rw-r--r-- root/root &amp;nbsp; &amp;nbsp; &amp;nbsp;1552 2009-12-05 14:54 ./usr/share/perl5/ELF/Extract/Sections/Meta/Scanner.pm
&lt;br&gt;-rw-r--r-- root/root &amp;nbsp; &amp;nbsp; &amp;nbsp; 961 2009-12-05 14:54 ./usr/share/perl5/ELF/Extract/Sections/Meta/Types.pm
&lt;br&gt;-rw-r--r-- root/root &amp;nbsp; &amp;nbsp; &amp;nbsp;4427 2009-12-05 14:54 ./usr/share/perl5/ELF/Extract/Sections/Section.pm
&lt;br&gt;-rw-r--r-- root/root &amp;nbsp; &amp;nbsp; &amp;nbsp;7644 2009-12-05 14:54 ./usr/share/perl5/ELF/Extract/Sections.pm
&lt;br&gt;drwxr-xr-x root/root &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 2009-12-05 14:55 ./usr/share/man/
&lt;br&gt;drwxr-xr-x root/root &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 2009-12-05 14:55 ./usr/share/man/man3/
&lt;br&gt;-rw-r--r-- root/root &amp;nbsp; &amp;nbsp; &amp;nbsp;2031 2009-12-05 14:55 ./usr/share/man/man3/ELF::Extract::Sections::Meta::Types.3pm.gz
&lt;br&gt;-rw-r--r-- root/root &amp;nbsp; &amp;nbsp; &amp;nbsp;2922 2009-12-05 14:55 ./usr/share/man/man3/ELF::Extract::Sections::Section.3pm.gz
&lt;br&gt;-rw-r--r-- root/root &amp;nbsp; &amp;nbsp; &amp;nbsp;3577 2009-12-05 14:55 ./usr/share/man/man3/ELF::Extract::Sections.3pm.gz
&lt;br&gt;-rw-r--r-- root/root &amp;nbsp; &amp;nbsp; &amp;nbsp;3211 2009-12-05 14:55 ./usr/share/man/man3/ELF::Extract::Sections::Scanner::Objdump.3pm.gz
&lt;br&gt;-rw-r--r-- root/root &amp;nbsp; &amp;nbsp; &amp;nbsp;2353 2009-12-05 14:55 ./usr/share/man/man3/ELF::Extract::Sections::Meta::Scanner.3pm.gz
&lt;br&gt;&lt;br&gt;&lt;br&gt;+------------------------------------------------------------------------------+
&lt;br&gt;¦ Finished &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ¦
&lt;br&gt;+------------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;Built successfully
&lt;br&gt;Purging /var/lib/schroot/mount/jawnsy-i386-213271de-84d5-4c17-98d8-28aacac496dc/build/jon-libelf-extract-sections-perl_0.02021113-1-i386-4AyGVn
&lt;br&gt;--------------------------------------------------------------------------------
&lt;br&gt;Not removing build depends: cloned chroot in use
&lt;br&gt;Can't open average time db /var/lib/sbuild/avg-build-times
&lt;br&gt;Can't open average space db /var/lib/sbuild/avg-build-space
&lt;br&gt;--------------------------------------------------------------------------------
&lt;br&gt;Finished at 20091205-1455
&lt;br&gt;Build needed 00:00:51, 3576k disc space
&lt;br&gt;&lt;br&gt;Can't call method &amp;quot;unparse&amp;quot; on unblessed reference at /usr/share/lintian/lib/Lintian/Relation.pm line 601.
&lt;br&gt;internal error: cannot run fields check on package libelf-extract-sections-perl
&lt;br&gt;warning: skipping check of source package libelf-extract-sections-perl
&lt;br&gt;&lt;br&gt;-- System Information:
&lt;br&gt;Debian Release: squeeze/sid
&lt;br&gt;&amp;nbsp; APT prefers testing
&lt;br&gt;&amp;nbsp; APT policy: (500, 'testing'), (500, 'stable'), (1, 'experimental'), (1, 'unstable')
&lt;br&gt;Architecture: i386 (i686)
&lt;br&gt;&lt;br&gt;Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
&lt;br&gt;Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
&lt;br&gt;Shell: /bin/sh linked to /bin/bash
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26659069&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26659069&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-559625%3A-lintian%3A-Lintian-crashes-during-checking-%28outputs%3A-internal-error%3A-cannot-run-fields-check-on-package%29-tp26659069p26659069.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26621446</id>
	<title>Re: Unversioned .so file in /usr/lib vs dh_makeshlibs vs postinst-must-call-ldconfig</title>
	<published>2009-12-02T21:40:10Z</published>
	<updated>2009-12-02T21:40:10Z</updated>
	<author>
		<name>Russ Allbery-2</name>
	</author>
	<content type="html">Modestas Vainius &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26621446&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;modestas@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt; On pirmadienis 23 Lapkritis 2009 23:35:28 Russ Allbery wrote:
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; Debian tries to avoid RPATH used in ways that might break multilib or
&lt;br&gt;&amp;gt;&amp;gt; override local administrator settings, which means we want to avoid
&lt;br&gt;&amp;gt;&amp;gt; RPATH pointing to /usr/lib or to build directories and the like. &amp;nbsp;But
&lt;br&gt;&amp;gt;&amp;gt; RPATH is the correct solution for finding private libraries in a
&lt;br&gt;&amp;gt;&amp;gt; subdirectory included in the package or built from the same source
&lt;br&gt;&amp;gt;&amp;gt; package.
&lt;br&gt;&lt;br&gt;&amp;gt; Is RUNPATH any better? At least &amp;quot;override local administrator settings&amp;quot;
&lt;br&gt;&amp;gt; should not be a problem with it.
&lt;br&gt;&lt;br&gt;RUNPATH is better in that it doesn't override LD_LIBRARY_PATH. &amp;nbsp;Hm, I
&lt;br&gt;wonder if we should recommend its use instead of RPATH for that reason,
&lt;br&gt;since it preserves more of the intention of LD_LIBRARY_PATH.
&lt;br&gt;&lt;br&gt;I believe it still has problems for multilib if set to things like
&lt;br&gt;/usr/lib.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Russ Allbery (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26621446&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rra@...&lt;/a&gt;) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://www.eyrie.org/~eagle/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eyrie.org/~eagle/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26621446&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26621446&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unversioned-.so-file-in--usr-lib-vs-dh_makeshlibs-vs-postinst-must-call-ldconfig-tp26475906p26621446.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26615506</id>
	<title>Bug#559208: new error: package-installs-file-to-etc-udev</title>
	<published>2009-12-02T11:46:48Z</published>
	<updated>2009-12-02T11:46:48Z</updated>
	<author>
		<name>Marco d'Itri</name>
	</author>
	<content type="html">Package: lintian
&lt;br&gt;Severity: wishlist
&lt;br&gt;&lt;br&gt;An error similar to this (feel free to improve the description) should
&lt;br&gt;be reported when a package contains files matching
&lt;br&gt;m#^/etc/udev/.+\.rules$# .
&lt;br&gt;&lt;br&gt;Tag: package-installs-file-to-etc-udev
&lt;br&gt;Severity: important
&lt;br&gt;Certainty: certain
&lt;br&gt;Info: udev 125 started supporting /lib/udev/rules.d/ for system rules
&lt;br&gt;&amp;nbsp;files. /etc/udev/rules.d/ is reserved for user-installed files.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ciao,
&lt;br&gt;Marco
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26615506/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-559208%3A-new-error%3A-package-installs-file-to-etc-udev-tp26615506p26615506.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26610812</id>
	<title>Pallets-2009 End of Year</title>
	<published>2009-12-02T06:46:58Z</published>
	<updated>2009-12-02T06:46:58Z</updated>
	<author>
		<name>Action Engineering, Inc.-2</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Pallets - End of Year 2009&lt;/title&gt;
&lt;meta content=&quot;text/html; charset=utf-8&quot; http-equiv=&quot;Content-Type&quot;&gt;

&lt;meta name=&quot;GENERATOR&quot; content=&quot;MSHTML 8.00.6001.18852&quot;&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;table bordercolor=&quot;#ffffff&quot; border=&quot;1&quot; align=&quot;center&quot; width=&quot;742&quot;&gt;&lt;tbody&gt;&lt;tr bordercolor=&quot;#ffffff&quot;&gt;&lt;td colspan=&quot;2&quot;&gt;
&lt;table border=&quot;0&quot; align=&quot;center&quot; width=&quot;753&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td colspan=&quot;3&quot;&gt;
&lt;table border=&quot;0&quot; align=&quot;center&quot; width=&quot;700&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width=&quot;515&quot;&gt;
&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://click.icptrack.com/icp/relay.php?r=27134492&amp;msgid=330671&amp;act=D8EB&amp;c=513589&amp;admin=0&amp;destination=http%3A%2F%2Factionengineering.com%2Findex.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img height=&quot;102&quot; border=&quot;0&quot; width=&quot;350&quot; title=&quot;&quot; alt=&quot;&quot; src=&quot;https://app.icontact.com/icp/loadimage.php/mogile/513589/93642ed409a2b8a49831d10312eee2a6/image/jpeg&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;270&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;1&quot; align=&quot;center&quot;&gt;&lt;tbody&gt;&lt;tr bgcolor=&quot;#ffff00&quot;&gt;&lt;td width=&quot;162&quot; class=&quot;xl24&quot;&gt;
&lt;div align=&quot;center&quot; class=&quot;style13&quot;&gt;&lt;strong&gt;M&amp;R&amp;reg; &lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;138&quot; class=&quot;xl24&quot;&gt;
&lt;div align=&quot;center&quot; class=&quot;style13&quot;&gt;&lt;strong&gt;Hebbecker &lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr bgcolor=&quot;#ffff00&quot;&gt;&lt;td width=&quot;162&quot; class=&quot;xl24&quot;&gt;
&lt;div align=&quot;center&quot; class=&quot;style13&quot;&gt;&lt;strong&gt;Workhorse &lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;138&quot; class=&quot;xl24&quot;&gt;
&lt;div align=&quot;center&quot; class=&quot;style13&quot;&gt;&lt;strong&gt;Atlas &lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr bgcolor=&quot;#ffff00&quot;&gt;&lt;td width=&quot;162&quot; class=&quot;xl24&quot;&gt;
&lt;div align=&quot;center&quot; class=&quot;style13&quot;&gt;&lt;strong&gt;Walz-Schenk &lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;138&quot; class=&quot;xl24&quot;&gt;
&lt;div align=&quot;center&quot; class=&quot;style13&quot;&gt;&lt;strong&gt;HIX &lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr bgcolor=&quot;#ffff00&quot;&gt;&lt;td width=&quot;162&quot; class=&quot;xl24&quot;&gt;
&lt;div align=&quot;center&quot; class=&quot;style13&quot;&gt;&lt;strong&gt;MHM &lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;138&quot; class=&quot;xl24&quot;&gt;
&lt;div align=&quot;center&quot; class=&quot;style13&quot;&gt;&lt;strong&gt;Hopkins &lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr bgcolor=&quot;#ffff00&quot;&gt;&lt;td width=&quot;162&quot; class=&quot;xl24&quot;&gt;
&lt;div align=&quot;center&quot; class=&quot;style13&quot;&gt;&lt;strong&gt;TAS &lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;138&quot; class=&quot;xl24&quot;&gt;
&lt;div align=&quot;center&quot; class=&quot;style13&quot;&gt;&lt;strong&gt;Antec &lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr bgcolor=&quot;#ffff00&quot;&gt;&lt;td width=&quot;162&quot; class=&quot;xl24&quot;&gt;
&lt;div align=&quot;center&quot; class=&quot;style13&quot;&gt;&lt;strong&gt;TUF &lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;138&quot; class=&quot;xl24&quot;&gt;
&lt;div align=&quot;center&quot; class=&quot;style13&quot;&gt;&lt;strong&gt;Ranar &lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr bgcolor=&quot;#ffff00&quot;&gt;&lt;td width=&quot;162&quot; class=&quot;xl24&quot;&gt;
&lt;div align=&quot;center&quot; class=&quot;style13&quot;&gt;&lt;strong&gt;Anatol &lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;138&quot; class=&quot;xl24&quot;&gt;
&lt;div align=&quot;center&quot; class=&quot;style13&quot;&gt;&lt;strong&gt;CAPS &lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td height=&quot;105&quot; colspan=&quot;3&quot;&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img height=&quot;69&quot; width=&quot;700&quot; title=&quot;&quot; alt=&quot;&quot; src=&quot;https://app.icontact.com/icp/loadimage.php/mogile/513589/2283316329a3790de293a412c52d86e0/image/jpeg&quot;&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td height=&quot;86&quot; width=&quot;217&quot;&gt;&lt;span class=&quot;style42&quot;&gt;&lt;a href=&quot;http://click.icptrack.com/icp/relay.php?r=27134492&amp;msgid=330671&amp;act=D8EB&amp;c=513589&amp;admin=0&amp;destination=http%3A%2F%2Factionengineering.com%2Fmr_specialty_plt07.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img height=&quot;42&quot; border=&quot;0&quot; width=&quot;211&quot; title=&quot;&quot; alt=&quot;&quot; src=&quot;https://app.icontact.com/icp/loadimage.php/mogile/513589/85e9d73d2d585a00804a4b724afa4af8/image/jpeg&quot;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;td width=&quot;290&quot;&gt;
&lt;div align=&quot;center&quot;&gt;
&lt;p class=&quot;style46&quot;&gt;&lt;strong&gt;We hope that you can make plans to visit us
at The&lt;a href=&quot;http://click.icptrack.com/icp/relay.php?r=27134492&amp;msgid=330671&amp;act=D8EB&amp;c=513589&amp;admin=0&amp;destination=http%3A%2F%2Fwww.issshows.com%2Flong_beach%2F&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt; ISS Long Beach
Show&lt;/a&gt; &lt;/strong&gt;&lt;/p&gt;
&lt;p class=&quot;style46&quot;&gt;January 22nd - 24th&lt;/p&gt;&lt;/div&gt;&lt;/td&gt;&lt;td bgcolor=&quot;#ffffff&quot; width=&quot;211&quot;&gt;
&lt;div align=&quot;center&quot;&gt;&lt;/div&gt;&lt;a href=&quot;http://click.icptrack.com/icp/relay.php?r=27134492&amp;msgid=330671&amp;act=D8EB&amp;c=513589&amp;admin=0&amp;destination=http%3A%2F%2Fwww.actionengineering.com%2FPricing_2006.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;span class=&quot;style157&quot;&gt;&lt;span class=&quot;style156&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://click.icptrack.com/icp/relay.php?r=27134492&amp;msgid=330671&amp;act=D8EB&amp;c=513589&amp;admin=0&amp;destination=PRICING%2FPricing_AOP_2008_Q4.pdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt; &lt;/a&gt;
&lt;div align=&quot;right&quot;&gt;&lt;span class=&quot;style42&quot;&gt;&lt;a href=&quot;http://click.icptrack.com/icp/relay.php?r=27134492&amp;msgid=330671&amp;act=D8EB&amp;c=513589&amp;admin=0&amp;destination=http%3A%2F%2Fwww.actionengineering.com%2FPricing_2006.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img height=&quot;42&quot; border=&quot;0&quot; width=&quot;211&quot; title=&quot;&quot; alt=&quot;&quot; src=&quot;https://app.icontact.com/icp/loadimage.php/mogile/513589/cdfa15149b30393625106a7f3a3a814a/image/jpeg&quot;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr bgcolor=&quot;#ffffff&quot; bordercolor=&quot;#ffffff&quot;&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr bordercolor=&quot;#ffffff&quot;&gt;&lt;td bgcolor=&quot;#99ffff&quot; colspan=&quot;2&quot;&gt;
&lt;div align=&quot;center&quot;&gt;
&lt;p class=&quot;style42 style19 style158 style173&quot;&gt;&lt;strong&gt;&lt;span class=&quot;style183&quot;&gt;&lt;span class=&quot;style182&quot;&gt;Introducing a &lt;span class=&quot;style45&quot;&gt;Revolution&lt;/span&gt; in All Over Printing Pallets&lt;/span&gt; - The
New - &lt;span class=&quot;style186&quot;&gt;&lt;a href=&quot;http://click.icptrack.com/icp/relay.php?r=27134492&amp;msgid=330671&amp;act=D8EB&amp;c=513589&amp;admin=0&amp;destination=C%3A%2FWebsite%2Femail%2520flyers%2F2009_emails%2FAOPEZV10_01.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;AOP - EZ
-V10&lt;/a&gt;&lt;/span&gt; is the answer for all of your AOP challenges. &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p class=&quot;style42 style19 style158 style173&quot;&gt;&lt;strong&gt;&lt;span class=&quot;style183&quot;&gt;&lt;a href=&quot;http://click.icptrack.com/icp/relay.php?r=27134492&amp;msgid=330671&amp;act=D8EB&amp;c=513589&amp;admin=0&amp;destination=http%3A%2F%2Fwww.issshows.com%2Flong_beach%2F&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;On Exhibit at
ISS-Long Beach &lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr bordercolor=&quot;#ffffff&quot;&gt;&lt;td width=&quot;350&quot;&gt;
&lt;p&gt;&lt;a href=&quot;http://click.icptrack.com/icp/relay.php?r=27134492&amp;msgid=330671&amp;act=D8EB&amp;c=513589&amp;admin=0&amp;destination=http%3A%2F%2Factionengineering.com%2FAOPEZV10_01.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img height=&quot;340&quot; border=&quot;0&quot; width=&quot;440&quot; title=&quot;&quot; alt=&quot;&quot; src=&quot;https://app.icontact.com/icp/loadimage.php/mogile/513589/0e7d6a6392d3b2504ef06b3539f3d198/image/jpeg&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;397&quot;&gt;
&lt;p class=&quot;style185&quot;&gt;Summary: &lt;a href=&quot;http://click.icptrack.com/icp/relay.php?r=27134492&amp;msgid=330671&amp;act=D8EB&amp;c=513589&amp;admin=0&amp;destination=C%3A%2FWebsite%2Femail%2520flyers%2F2009_emails%2FAOPEZV10_01.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;The AOP-EZ-V10 &lt;/a&gt;is designed to allow you to lay a shirt on top of the pallet and then
- stretch, locate, and lock the shirt into a secure position. There are
four very important advantages -&lt;/p&gt;
&lt;ol&gt;
&lt;li class=&quot;style167 style158  style187&quot;&gt;The entire range of shirts can
be done - &amp; Process Quality Capable - Anything you can imagine can
now be done AOP. &lt;/li&gt;
&lt;li class=&quot;style171&quot;&gt;&lt;strong&gt;You gain access to the entire surface of a
shirt - areas that had never been done - and couldn't any other way. &lt;/strong&gt; &lt;/li&gt;
&lt;li class=&quot;style190&quot;&gt;The Shirt is Accurately Located - which means that
designs can be accomplished which come right to the very edge of the
shirt without going over. &lt;/li&gt;
&lt;li class=&quot;style190&quot;&gt;Shirts can be easily off-loaded without flashing or
fear of smearing. &lt;/li&gt;&lt;/ol&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr bordercolor=&quot;#ffffff&quot;&gt;&lt;td colspan=&quot;2&quot;&gt;
&lt;p class=&quot;style42 style158&quot;&gt;V10 Technology is the result of many years of
focusing on the challenges facing The All Over Printer.&amp;nbsp; The newest addition to our many AOP Solutions. It may not be the fastest on-press, but it offers an ease of use and control that's never been accomplished. This pallet&amp;nbsp; Eliminates the need for any type of pallet adhesive or shirt pre-treatment while enabling complete access to the entire surface.. $895.00 Each&lt;/p&gt;
&lt;p class=&quot;style42 style158&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr bgcolor=&quot;#ccffff&quot; bordercolor=&quot;#ffffff&quot;&gt;&lt;td colspan=&quot;2&quot;&gt;
&lt;div align=&quot;center&quot;&gt;&lt;span class=&quot;style41&quot;&gt;!! By Email Only - Very Special -
Holiday, Inventory Reduction, Stimulus Super Specials - Available through
remainder of 2009. &lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr bordercolor=&quot;#ffffff&quot;&gt;&lt;td colspan=&quot;2&quot;&gt;
&lt;table border=&quot;1&quot; align=&quot;center&quot; width=&quot;617&quot;&gt;&lt;tbody&gt;&lt;tr bgcolor=&quot;#ffff00&quot;&gt;&lt;td width=&quot;301&quot;&gt;
&lt;div align=&quot;center&quot; class=&quot;style13&quot;&gt;
&lt;div align=&quot;center&quot;&gt;&lt;strong&gt;Sale Item &lt;/strong&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;300&quot;&gt;
&lt;div align=&quot;center&quot; class=&quot;style167&quot;&gt;
&lt;div align=&quot;center&quot;&gt;Discounted Price &lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr bgcolor=&quot;#ffffff&quot;&gt;&lt;td&gt;
&lt;div align=&quot;center&quot; class=&quot;style42&quot;&gt;All Standard MHM Production Hardware
Pallets - Squeegees &amp; Floodbars &lt;/div&gt;&lt;/td&gt;&lt;td&gt;
&lt;div align=&quot;center&quot; class=&quot;style42&quot;&gt;15% Package Price Reduction &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr bgcolor=&quot;#ffffff&quot;&gt;&lt;td&gt;
&lt;div align=&quot;center&quot; class=&quot;style42&quot;&gt;MHM Specialty Application Pallets &lt;/div&gt;&lt;/td&gt;&lt;td&gt;
&lt;div align=&quot;center&quot; class=&quot;style42&quot;&gt;10% OFF all Zipper Hoodies &amp;
Tagless &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr bgcolor=&quot;#ffffff&quot;&gt;&lt;td&gt;
&lt;div align=&quot;center&quot; class=&quot;style42&quot;&gt;AOP-Supreme Pallets - Most Sizes &lt;/div&gt;&lt;/td&gt;&lt;td&gt;
&lt;div align=&quot;center&quot; class=&quot;style42&quot;&gt;Get 10% OFF&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr bgcolor=&quot;#ffffff&quot;&gt;&lt;td&gt;
&lt;div align=&quot;center&quot; class=&quot;style42&quot;&gt;Round Clamp Adapters - for M3 &amp;
MZX&lt;/div&gt;&lt;/td&gt;&lt;td&gt;
&lt;div align=&quot;center&quot; class=&quot;style42&quot;&gt;10 pcs for
$75&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr bordercolor=&quot;#ffffff&quot;&gt;&lt;td height=&quot;81&quot; bgcolor=&quot;#ccffff&quot; colspan=&quot;2&quot;&gt;
&lt;p align=&quot;center&quot;&gt;&lt;span class=&quot;style162&quot;&gt;&lt;span class=&quot;style173&quot;&gt;Please Allow us
the Opportunity to Quote your next Dryer Belt&lt;/span&gt;&lt;span class=&quot;style191&quot;&gt;.........&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;span class=&quot;style175&quot;&gt;&lt;a href=&quot;http://click.icptrack.com/icp/relay.php?r=27134492&amp;msgid=330671&amp;act=D8EB&amp;c=513589&amp;admin=0&amp;destination=http%3A%2F%2Fwww.actionengineering.com%2Fpsf_quote_dryerbelts.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dryer
Belt Quote Request Form &lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr bordercolor=&quot;#ffffff&quot;&gt;&lt;td height=&quot;81&quot; colspan=&quot;2&quot;&gt;
&lt;div align=&quot;center&quot;&gt;
&lt;table border=&quot;0&quot; width=&quot;562&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width=&quot;303&quot;&gt;
&lt;p align=&quot;center&quot; class=&quot;style169 style170&quot;&gt;Action Engineering,
Inc.&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;129&quot;&gt;
&lt;div align=&quot;center&quot; class=&quot;style180&quot;&gt;770.934.1584&lt;/div&gt;&lt;/td&gt;&lt;td width=&quot;116&quot;&gt;
&lt;div align=&quot;center&quot; class=&quot;style180&quot;&gt;800.228.4668&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;div align=&quot;center&quot; class=&quot;style171&quot;&gt;&lt;strong&gt;4761-H Hugh Howell Rd. &lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot;&gt;
&lt;div align=&quot;center&quot; class=&quot;style171&quot;&gt;&lt;strong&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26610812&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sales@...&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;div align=&quot;center&quot; class=&quot;style171&quot;&gt;&lt;strong&gt;Tucker, GA. 30084 &lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot;&gt;
&lt;div align=&quot;center&quot; class=&quot;style171&quot;&gt;&lt;strong&gt;www.actionengineering.com&lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr bordercolor=&quot;#ffffff&quot;&gt;&lt;td height=&quot;23&quot; bgcolor=&quot;#0000ff&quot; colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;


&lt;BR&gt;&lt;BR&gt;&lt;table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot;&gt;
  &lt;tr&gt;
    &lt;td bgcolor=&quot;#333333&quot;&gt;&lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;6&quot; cellspacing=&quot;0&quot; bgcolor=&quot;#FFFFFF&quot;&gt;
      &lt;tr&gt;
        &lt;td width=&quot;100%&quot; bgcolor=&quot;#FFFFFF&quot;&gt;&lt;font size=&quot;1&quot; face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt;This message was sent from Action Engineering, Inc. to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26610812&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lintian-maint@...&lt;/a&gt;. It was sent from: Action Engineering, Inc., P.O. Box 389, Tucker, GA 30085. You can modify/update your subscription via the link below.&lt;/font&gt;&lt;/td&gt;
        &lt;td width=&quot;2%&quot; bgcolor=&quot;#FFFFFF&quot;&gt;&lt;p style=&quot;padding:4px 10px; margin:0; font-family:Arial, Helvetica, sans-serif; text-align:center; font-size:10px;&quot;&gt;&lt;a href=&quot;http://www.icontact.com/a.pl/144186&quot; target=&quot;_blank&quot; style=&quot;color:#999; text-decoration:none;&quot; rel=&quot;nofollow&quot;&gt;Email Marketing by&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.icontact.com/a.pl/144186&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://app.icontact.com/images/icontact_tryFree.gif&quot; alt=&quot;iContact - Try It Free!&quot; border=&quot;0&quot; width=&quot;117&quot; height=&quot;38&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;
      &lt;/tr&gt;
    &lt;/table&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;br&gt;

&lt;table border=&quot;0&quot; cellpadding=&quot;4&quot; cellspacing=&quot;0&quot;&gt;
	&lt;tr&gt;
		&lt;td bgcolor=&quot;#FFFFFF&quot;&gt;
			&lt;font size=&quot;1&quot; face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt;
								 	&lt;img src=&quot;http://app.icontact.com/icp/static/images/icons/email_manage_subscription.png&quot; width=&quot;14&quot; height=&quot;14&quot; border=&quot;0&quot; /&gt;
				 	&lt;a href=&quot;http://app.icontact.com/icp/mmail-mprofile.pl?r=27134492&amp;l=18897&amp;s=D8EB&amp;m=330671&amp;c=513589&quot; style=&quot;text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
						To be removed click here					&lt;/a&gt;
					&amp;nbsp;
													&lt;a href=&quot;http://app.icontact.com/icp/sub/forward?m=330671&amp;s=27134492&amp;c=D8EB&amp;cid=513589&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img border=0 src=&quot;http://app.icontact.com/icp/static/images/f2f/f2f1.png&quot;&gt;&lt;/a&gt;
							&lt;/font&gt;
		&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr&gt;
		&lt;td bgcolor=&quot;#FFFFFF&quot;&gt;
			&lt;font size=&quot;1&quot; face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt;
				Share this message with others:
				&amp;nbsp;
								&lt;a href=&quot;http://click.icptrack.com/icp/relay.php?r=27134492&amp;msgid=330671&amp;act=D8EB&amp;c=513589&amp;admin=0&amp;destination=http%3A%2F%2Fdel.icio.us%2Fpost%3Fv%3D4%26noui%26jump%3Dclose%26url%3D%26title%3DPallets-2009%2BEnd%2Bof%2BYear&quot; style=&quot;text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
					&lt;img src=&quot;http://app.icontact.com/icp/static/images/community/bg_bookmark_delicious.png&quot; width=&quot;10&quot; height=&quot;10&quot; border=&quot;0&quot; /&gt;
					del.icio.us
				&lt;/a&gt;
				&amp;nbsp;
								&lt;a href=&quot;http://click.icptrack.com/icp/relay.php?r=27134492&amp;msgid=330671&amp;act=D8EB&amp;c=513589&amp;admin=0&amp;destination=http%3A%2F%2Fdigg.com%2Fsubmit%3Fphase%3D2%26url%3D%26title%3DPallets-2009%2BEnd%2Bof%2BYear&quot; style=&quot;text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
					&lt;img src=&quot;http://app.icontact.com/icp/static/images/community/bg_bookmark_digg.png&quot; width=&quot;10&quot; height=&quot;10&quot; border=&quot;0&quot; /&gt;
					Digg
				&lt;/a&gt;
				&amp;nbsp;
								&lt;a href=&quot;http://click.icptrack.com/icp/relay.php?r=27134492&amp;msgid=330671&amp;act=D8EB&amp;c=513589&amp;admin=0&amp;destination=http%3A%2F%2Freddit.com%2Fsubmit%3Furl%3D%26title%3DPallets-2009%2BEnd%2Bof%2BYear&quot; style=&quot;text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
					&lt;img src=&quot;http://app.icontact.com/icp/static/images/community/bg_bookmark_reddit.png&quot; width=&quot;10&quot; height=&quot;10&quot; border=&quot;0&quot; /&gt;
					reddit
				&lt;/a&gt;
				&amp;nbsp;
								&lt;a href=&quot;http://click.icptrack.com/icp/relay.php?r=27134492&amp;msgid=330671&amp;act=D8EB&amp;c=513589&amp;admin=0&amp;destination=http%3A%2F%2Fwww.facebook.com%2Fsharer.php%3Fu%3D%26title%3DPallets-2009%2BEnd%2Bof%2BYear&quot; style=&quot;text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
					&lt;img src=&quot;http://app.icontact.com/icp/static/images/community/bg_bookmark_facebook.png&quot; width=&quot;10&quot; height=&quot;10&quot; border=&quot;0&quot; /&gt;
					Facebook
				&lt;/a&gt;
				&amp;nbsp;
								&lt;a href=&quot;http://click.icptrack.com/icp/relay.php?r=27134492&amp;msgid=330671&amp;act=D8EB&amp;c=513589&amp;admin=0&amp;destination=http%3A%2F%2Fwww.stumbleupon.com%2Fsubmit%3Furl%3D%26title%3DPallets-2009%2BEnd%2Bof%2BYear&quot; style=&quot;text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
					&lt;img src=&quot;http://app.icontact.com/icp/static/images/community/bg_bookmark_stumbleupon.png&quot; width=&quot;10&quot; height=&quot;10&quot; border=&quot;0&quot; /&gt;
					StumbleUpon
				&lt;/a&gt;
			&lt;/font&gt;
		&lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;

	&lt;img src=&quot;http://click.icptrack.com/icp/track.php?msgid=330671&amp;act=D8EB&amp;r=27134492&amp;c=513589&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;
&lt;/body&gt;
&lt;/html&gt;


</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Pallets-2009-End-of-Year-tp26610812p26610812.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26608727</id>
	<title>Voici enfin la Funny Pocket</title>
	<published>2009-12-02T04:59:56Z</published>
	<updated>2009-12-02T04:59:56Z</updated>
	<author>
		<name>contact-90</name>
	</author>
	<content type="html">&lt;html&gt;&lt;title&gt;Voici enfin la Funny Pocket&lt;/title&gt;&lt;meta HTTP-EQUIV=&quot;Content-Type&quot; Content=&quot;text-html; charset=utf-8&quot;&gt;&lt;META content=&quot;MSHTML 6.00.2900.2769&quot; name=GENERATOR&gt;&lt;body&gt;&lt;DIV&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;FONT face=Arial&gt;Voici enfin la boutique de la &lt;B style=&quot;mso-bidi-font-weight: normal&quot;&gt;&lt;A href=&quot;http://www.funnypocket.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;FONT color=#800080&gt;FUNNY POCKET&lt;/FONT&gt;&lt;/A&gt;&lt;/B&gt;.&lt;?xml:namespace prefix = o ns = &quot;urn:schemas-microsoft-com:office:office&quot; /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;FONT face=Arial&gt;Drôle et efficace, elle préserve et se dédicace…&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;o:p&gt;&lt;FONT face=Arial&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: left; tab-stops: 280.5pt&quot; align=left&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;FONT face=Arial&gt;Pour la première fois, la &lt;B style=&quot;mso-bidi-font-weight: normal&quot;&gt;&lt;A href=&quot;http://www.funnypocket.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;FONT color=#800080&gt;FUNNY POCKET&lt;/FONT&gt;&lt;/A&gt;&lt;/B&gt; permet de démocratiser&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: left; tab-stops: 280.5pt&quot; align=left&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;FONT face=Arial&gt;un produit bien souvent considéré comme tabou et discret.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: left; tab-stops: 280.5pt&quot; align=left&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;o:p&gt;&lt;FONT face=Arial&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: left; tab-stops: 262.25pt&quot; align=left&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;FONT face=Arial&gt;Alors venez la découvrir en cliquant sur &lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;&lt;A href=&quot;http://www.funnypocket.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;FONT color=#800080&gt;www.funnypocket.com&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: left; tab-stops: 262.25pt&quot; align=left&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;o:p&gt;&lt;FONT face=Arial&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;FONT face=Arial&gt;Par sa conception révolutionnaire, elle est un vrai support de&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;FONT face=Arial&gt;communication car vous pouvez écrire un message à l'intérieur&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;FONT face=Arial&gt;et l'offrir à la personne de votre choix. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;o:p&gt;&lt;FONT face=Arial&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;FONT face=Arial&gt;Alors si vous souhaitez rire quelques instants,&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;FONT face=Arial&gt;rejoignez-nous sur &lt;/FONT&gt;&lt;A href=&quot;http://www.funnypocket.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;FONT face=Arial color=#800080&gt;www.funnypocket.com&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;o:p&gt;&lt;FONT face=Arial&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt 35.4pt; TEXT-INDENT: 35.4pt; LINE-HEIGHT: 11pt; TEXT-ALIGN: left; mso-line-height-rule: exactly&quot; align=left&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;FONT face=Arial&gt;Et&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp; &lt;/SPAN&gt;rappelez-vous &lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;: &quot; aimer, c'est aussi préserver… &quot;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 16pt; mso-line-height-rule: exactly&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;o:p&gt;&lt;FONT face=Arial&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 16pt; mso-line-height-rule: exactly&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;o:p&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 16pt; TEXT-ALIGN: center; mso-line-height-rule: exactly&quot; align=center&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;o:p&gt;&lt;FONT face=Arial&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 16pt; TEXT-ALIGN: center; mso-line-height-rule: exactly&quot; align=center&gt;&lt;B style=&quot;mso-bidi-font-weight: normal&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 8pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;A href=&quot;http://www.funnypocket.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;FONT face=Arial color=#800080&gt;FUNNY POCKET&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style=&quot;FONT-SIZE: 8pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;FONT face=Arial&gt;: marque et un modèle déposé de : Maxi Diffusion – 83190 OLLIOULES (France) – &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 16pt; TEXT-ALIGN: center; mso-line-height-rule: exactly&quot; align=center&gt;&lt;SPAN style=&quot;FONT-SIZE: 8pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;FONT face=Arial&gt;RCS Toulon 508&amp;nbsp;658&amp;nbsp;473&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 16pt; TEXT-ALIGN: center; mso-line-height-rule: exactly&quot; align=center&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;o:p&gt;&lt;FONT face=Arial&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 16pt; TEXT-ALIGN: center; mso-line-height-rule: exactly&quot; align=center&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;o:p&gt;&lt;FONT face=Arial&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 16pt; TEXT-ALIGN: center; mso-line-height-rule: exactly&quot; align=center&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;o:p&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 16pt; TEXT-ALIGN: center; mso-line-height-rule: exactly&quot; align=center&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 16pt; TEXT-ALIGN: center; mso-line-height-rule: exactly&quot; align=center&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;o:p&gt;&lt;FONT face=Arial&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 16pt; TEXT-ALIGN: center; mso-line-height-rule: exactly&quot; align=center&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;o:p&gt;&lt;FONT face=Arial size=2&gt;(ne répondez pas à ce mail, votre réponse ne pourra pas être traitée, merci)&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 16pt; TEXT-ALIGN: center; mso-line-height-rule: exactly&quot; align=center&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;FONT face=Arial&gt;Vous ne souhaitez plus recevoir de mails de notre part ou ceux-ci ne vous concernent pas&amp;nbsp;?&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style=&quot;MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 10pt; TEXT-ALIGN: center; mso-line-height-rule: exactly&quot; align=center&gt;&lt;SPAN style=&quot;FONT-SIZE: 7pt; mso-fareast-font-family: 'Arial Unicode MS'; mso-fareast-language: FR&quot;&gt;&lt;FONT face=Arial&gt;Alors excusez-nous&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp; &lt;/SPAN&gt;et veuillez &lt;SPAN style=&quot;COLOR: blue&quot;&gt;&lt;A href=&quot;http://www.funnypocket.com/blacklist/desabonnement.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;CLIQUEZ ICI&lt;/A&gt;&lt;/SPAN&gt; pour nous l’indiquer. Merci&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/body&gt;&lt;/html&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Voici-enfin-la-Funny-Pocket-tp26608727p26608727.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26603847</id>
	<title>Re: Looking for lists?</title>
	<published>2009-12-01T20:54:56Z</published>
	<updated>2009-12-01T20:54:56Z</updated>
	<author>
		<name>Mims B Federico</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&lt;br&gt;Make your business more resiliant to the slower economy with more new clients now.
&lt;br&gt;Use our lists to get a successful marketing campaign going. &amp;nbsp;
&lt;br&gt;We have lists of the Medical Community: Doctors, Dentists, Chiropractors, Hospitals etc.. 
&lt;br&gt;&lt;br&gt;Drop me a line here for more info &amp; samples: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26603847&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tfu5696@...&lt;/a&gt; (please include a copy of this email when replying)
&lt;br&gt;&lt;br&gt;Send an email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26603847&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rembox@...&lt;/a&gt; to be excluded from future mailing.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26603847&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26603847&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Looking-for-lists--tp26603847p26603847.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26588693</id>
	<title>Re: lintian: no clean way to handle runit support</title>
	<published>2009-12-01T01:10:14Z</published>
	<updated>2009-12-01T01:10:14Z</updated>
	<author>
		<name>Russ Allbery-2</name>
	</author>
	<content type="html">Toni Mueller &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26588693&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;toni@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;gt; Since this data is semantically quite similar to a pid file, and also
&lt;br&gt;&amp;gt; only has meaning as long as the usually two supervising processes
&lt;br&gt;&amp;gt; exsist, I placed the directories for these processes under /var/run
&lt;br&gt;&amp;gt; (where PID files usually live). I have no better idea about where to
&lt;br&gt;&amp;gt; place these directories, and unless you have, I would prefer lintian to
&lt;br&gt;&amp;gt; not complain about these directories, or at most, as a warning (so I can
&lt;br&gt;&amp;gt; remove these errors from the overrides file).
&lt;br&gt;&lt;br&gt;You cannot create directories in /var/run only via a Debian package
&lt;br&gt;because /var/run is permitted and supported as a tmpfs file system in
&lt;br&gt;which all contents are automatically purged on any reboot. &amp;nbsp;You have to
&lt;br&gt;have some mechanism in place to recreate the directory structure after
&lt;br&gt;reboot, and once you have such a mechanism, including the directories in
&lt;br&gt;the package is extraneous.
&lt;br&gt;&lt;br&gt;The Lintian tag may be relatively uninteresting if you already have some
&lt;br&gt;other mechanism to ensure that the directories are created, but in that
&lt;br&gt;case the simple solution is to just stop including those directories in
&lt;br&gt;the package since their inclusion is unnecessary. &amp;nbsp;If you do not have some
&lt;br&gt;other mechanism in place to create the directories and your package needs
&lt;br&gt;those directories to exist for runit support, then your package has a bug:
&lt;br&gt;runit support won't work properly on a system with a tmpfs /var/run, which
&lt;br&gt;is a supported configuration in Debian (and the default on Ubuntu, FWIW).
&lt;br&gt;Lintian is trying to tell you about that bug.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Russ Allbery (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26588693&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rra@...&lt;/a&gt;) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://www.eyrie.org/~eagle/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eyrie.org/~eagle/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26588693&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26588693&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/lintian%3A-no-clean-way-to-handle-runit-support-tp26588529p26588693.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26588529</id>
	<title>lintian: no clean way to handle runit support</title>
	<published>2009-12-01T00:39:23Z</published>
	<updated>2009-12-01T00:39:23Z</updated>
	<author>
		<name>Toni Mueller-5</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;Package: lintian
&lt;br&gt;Version: 2.2.18
&lt;br&gt;Severity: normal
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hello,
&lt;br&gt;&lt;br&gt;while packaging a new version of roundup, I get a new lintian error
&lt;br&gt;which I consider bogus, and which I will eliminate by using an override
&lt;br&gt;for now.
&lt;br&gt;&lt;br&gt;The problem:
&lt;br&gt;&lt;br&gt;I'm trying to ship a package with 'runit' support, not only initscript
&lt;br&gt;support. runit needs status directories for ephemeral data to track the
&lt;br&gt;state of supervised processes, like a PID and stuff like: When was the
&lt;br&gt;process started, stopped, which is the normal state for the process (up,
&lt;br&gt;down), etc.
&lt;br&gt;&lt;br&gt;Since this data is semantically quite similar to a pid file, and also
&lt;br&gt;only has meaning as long as the usually two supervising processes
&lt;br&gt;exsist, I placed the directories for these processes under /var/run
&lt;br&gt;(where PID files usually live). I have no better idea about where to
&lt;br&gt;place these directories, and unless you have, I would prefer lintian to
&lt;br&gt;not complain about these directories, or at most, as a warning (so I can
&lt;br&gt;remove these errors from the overrides file).
&lt;br&gt;&lt;br&gt;&lt;br&gt;Kind regards,
&lt;br&gt;--Toni++
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- System Information:
&lt;br&gt;Debian Release: 5.0.3
&lt;br&gt;&amp;nbsp; APT prefers stable
&lt;br&gt;&amp;nbsp; APT policy: (990, 'stable'), (500, 'proposed-updates'), (450, 'testing'), (250, 'unstable'), (1, 'experimental')
&lt;br&gt;Architecture: amd64 (x86_64)
&lt;br&gt;&lt;br&gt;Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
&lt;br&gt;Locale: LANG=de_DE.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
&lt;br&gt;Shell: /bin/sh linked to /bin/bash
&lt;br&gt;&lt;br&gt;Versions of packages lintian depends on:
&lt;br&gt;ii &amp;nbsp;binutils &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.18.1~cvs20080103-7 The GNU assembler, linker and bina
&lt;br&gt;ii &amp;nbsp;diffstat &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.45-2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; produces graph of changes introduc
&lt;br&gt;ii &amp;nbsp;dpkg-dev &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.14.25 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Debian package development tools
&lt;br&gt;ii &amp;nbsp;file &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4.26-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Determines file type using &amp;quot;magic&amp;quot;
&lt;br&gt;ii &amp;nbsp;gettext &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.17-4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GNU Internationalization utilities
&lt;br&gt;ii &amp;nbsp;intltool-debian &amp;nbsp; &amp;nbsp; 0.35.0+20060710.1 &amp;nbsp; &amp;nbsp;Help i18n of RFC822 compliant conf
&lt;br&gt;ii &amp;nbsp;libapt-pkg-perl &amp;nbsp; &amp;nbsp; 0.1.22+b1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Perl interface to libapt-pkg
&lt;br&gt;ii &amp;nbsp;libclass-accessor-p 0.31-2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Automated accessor generator
&lt;br&gt;ii &amp;nbsp;libdigest-sha-perl &amp;nbsp;5.47-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Perl extension for SHA-1/224/256/3
&lt;br&gt;ii &amp;nbsp;libipc-run-perl &amp;nbsp; &amp;nbsp; 0.80-2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Perl module for running processes
&lt;br&gt;ii &amp;nbsp;libparse-debianchan 1.1.1-2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;parse Debian changelogs and output
&lt;br&gt;ii &amp;nbsp;libtimedate-perl &amp;nbsp; &amp;nbsp;1.1600-9 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Time and date functions for Perl
&lt;br&gt;ii &amp;nbsp;liburi-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.35.dfsg.1-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Manipulates and accesses URI strin
&lt;br&gt;ii &amp;nbsp;man-db &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.5.2-4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;on-line manual pager
&lt;br&gt;ii &amp;nbsp;perl [libdigest-sha 5.10.0-19lenny2 &amp;nbsp; &amp;nbsp; &amp;nbsp;Larry Wall's Practical Extraction 
&lt;br&gt;&lt;br&gt;lintian recommends no packages.
&lt;br&gt;&lt;br&gt;Versions of packages lintian suggests:
&lt;br&gt;pn &amp;nbsp;binutils-multiarch &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;none&amp;gt; &amp;nbsp; &amp;nbsp; (no description available)
&lt;br&gt;ii &amp;nbsp;libtext-template-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.44-1.2 &amp;nbsp; Text::Template perl module
&lt;br&gt;ii &amp;nbsp;man-db &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.5.2-4 &amp;nbsp; &amp;nbsp;on-line manual pager
&lt;br&gt;&lt;br&gt;-- no debconf information
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26588529&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26588529&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/lintian%3A-no-clean-way-to-handle-runit-support-tp26588529p26588529.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26583529</id>
	<title>Bug#557883: lintian: false positive in lib-recommends-documentation (name vs. content)</title>
	<published>2009-11-30T14:29:47Z</published>
	<updated>2009-11-30T14:29:47Z</updated>
	<author>
		<name>Adam D. Barratt-29</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;On Mon, 2009-11-30 at 22:46 +0100, Niels Thykier wrote:
&lt;br&gt;&amp;gt; I would also like &amp;quot;-doc&amp;quot; to be added to the special case list or/and any
&lt;br&gt;&amp;gt; (binary) package in &amp;quot;Section: docs&amp;quot; [1].
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ~Niels
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [1] &amp;nbsp;liblucene2-java-doc recommends ant-doc causes false postive as well:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lintian.debian.org/maintainer/pkg-java-maintainers@lists.alioth.debian.org.html#lucene2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lintian.debian.org/maintainer/pkg-java-maintainers@...#lucene2&lt;/a&gt;&lt;br&gt;&lt;br&gt;*-doc and *-dev were already special-cased in 2.2.18; lintian.d.o is
&lt;br&gt;still running 2.2.17.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Adam
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26583529&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26583529&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-557883%3A-lintian%3A-false-positive-in-lib-recommends-documentation-%28name-vs.-content%29-tp26582761p26583529.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26583228</id>
	<title>Bug#557883: lintian: false positive in lib-recommends-documentation (name vs. content)</title>
	<published>2009-11-30T14:12:17Z</published>
	<updated>2009-11-30T14:12:17Z</updated>
	<author>
		<name>Russ Allbery-2</name>
	</author>
	<content type="html">Niels Thykier &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26583228&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;niels@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;gt; I would also like &amp;quot;-doc&amp;quot; to be added to the special case list or/and any
&lt;br&gt;&amp;gt; (binary) package in &amp;quot;Section: docs&amp;quot; [1].
&lt;br&gt;&lt;br&gt;&amp;gt; ~Niels
&lt;br&gt;&lt;br&gt;&amp;gt; [1] &amp;nbsp;liblucene2-java-doc recommends ant-doc causes false postive as well:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lintian.debian.org/maintainer/pkg-java-maintainers@lists.alioth.debian.org.html#lucene2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lintian.debian.org/maintainer/pkg-java-maintainers@...#lucene2&lt;/a&gt;&lt;br&gt;&lt;br&gt;I think this is just an outdated report on lintian.d.o. &amp;nbsp;Do you see the
&lt;br&gt;same problem when you run Lintian by hand?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Russ Allbery (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26583228&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rra@...&lt;/a&gt;) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://www.eyrie.org/~eagle/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eyrie.org/~eagle/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26583228&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26583228&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-557883%3A-lintian%3A-false-positive-in-lib-recommends-documentation-%28name-vs.-content%29-tp26582761p26583228.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26582761</id>
	<title>Bug#557883: lintian: false positive in lib-recommends-documentation (name vs. content)</title>
	<published>2009-11-30T13:46:01Z</published>
	<updated>2009-11-30T13:46:01Z</updated>
	<author>
		<name>Niels Thykier</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;I would also like &amp;quot;-doc&amp;quot; to be added to the special case list or/and any
&lt;br&gt;(binary) package in &amp;quot;Section: docs&amp;quot; [1].
&lt;br&gt;&lt;br&gt;~Niels
&lt;br&gt;&lt;br&gt;[1] &amp;nbsp;liblucene2-java-doc recommends ant-doc causes false postive as well:
&lt;br&gt;&lt;a href=&quot;http://lintian.debian.org/maintainer/pkg-java-maintainers@lists.alioth.debian.org.html#lucene2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lintian.debian.org/maintainer/pkg-java-maintainers@...#lucene2&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26582761/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-557883%3A-lintian%3A-false-positive-in-lib-recommends-documentation-%28name-vs.-content%29-tp26582761p26582761.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26569898</id>
	<title>Re: E2fsprogs overrides: weak-library-dev-dependency</title>
	<published>2009-11-29T21:47:17Z</published>
	<updated>2009-11-29T21:47:17Z</updated>
	<author>
		<name>Russ Allbery-2</name>
	</author>
	<content type="html">&amp;quot;Theodore Ts'o&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569898&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tytso@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;gt; In order to make this work, ss-dev and comerr-dev have the following in
&lt;br&gt;&amp;gt; the control file:
&lt;br&gt;&lt;br&gt;&amp;gt; Depends: libc6-dev | libc-dev, libss2 (= ${mainBinary}), comerr-dev, ${misc:Depe
&lt;br&gt;&amp;gt; nds}
&lt;br&gt;&amp;gt; Depends: libc6-dev | libc-dev, libcomerr2 (= ${mainBinary}), ${misc:Depends}
&lt;br&gt;&lt;br&gt;&amp;gt; But because we use ${mainBinary} and not ${binary:Version}, this causes
&lt;br&gt;&amp;gt; Lintian to complain:
&lt;br&gt;&lt;br&gt;&amp;gt; e2fsprogs source: weak-library-dev-dependency ss-dev on libss2 (= ${mainBinary})
&lt;br&gt;&amp;gt; e2fsprogs source: weak-library-dev-dependency comerr-dev on libcomerr2 (= ${mainBinary})
&lt;br&gt;&lt;br&gt;&amp;gt; I'm going to fix this with an overrides for now. &amp;nbsp;The only way to fix up
&lt;br&gt;&amp;gt; the version numbers would be to bump the Epoch, and I'm not sure it's
&lt;br&gt;&amp;gt; worth it for this case.
&lt;br&gt;&lt;br&gt;Yeah, I don't think it's worth it to add an epoch just for this. &amp;nbsp;An
&lt;br&gt;override seems entirely appropriate to me.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Russ Allbery (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569898&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rra@...&lt;/a&gt;) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://www.eyrie.org/~eagle/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eyrie.org/~eagle/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569898&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569898&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/E2fsprogs-overrides%3A-weak-library-dev-dependency-tp26569753p26569898.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26569753</id>
	<title>E2fsprogs overrides: weak-library-dev-dependency</title>
	<published>2009-11-29T20:22:16Z</published>
	<updated>2009-11-29T20:22:16Z</updated>
	<author>
		<name>tytso</name>
	</author>
	<content type="html">&lt;br&gt;For historical reasons (don't blame me; the person who set this up was
&lt;br&gt;one my predecessors in terms of being the e2fsprogs maintainer --- I
&lt;br&gt;don't know if the same one was too impatient for me to approve a patch
&lt;br&gt;to support large filesystems, and so he shipped a patch which lead to
&lt;br&gt;users losing data due to a buggy e2fsck) ss-dev and libss2, and
&lt;br&gt;comerr-dev and libcomerr2 have different version numbers. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Compare:
&lt;br&gt;&lt;br&gt;&amp;nbsp;Package: ss-dev
&lt;br&gt;&amp;nbsp;Source: e2fsprogs (1.41.9-1)
&lt;br&gt;&amp;nbsp;Version: 2.0-1.41.9-1
&lt;br&gt;&amp;nbsp;Depends: libc6-dev | libc-dev, libss2 (= 1.41.9-1), comerr-dev
&lt;br&gt;&lt;br&gt;vs.
&lt;br&gt;&lt;br&gt;&amp;nbsp;Package: libss2
&lt;br&gt;&amp;nbsp;Source: e2fsprogs
&lt;br&gt;&amp;nbsp;Version: 1.41.9-1
&lt;br&gt;&amp;nbsp;Depends: libcomerr2, libc6 (&amp;gt;= 2.1.3)
&lt;br&gt;&lt;br&gt;and
&lt;br&gt;&lt;br&gt;&amp;nbsp;Package: comerr-dev
&lt;br&gt;&amp;nbsp;Source: e2fsprogs (1.41.9-1)
&lt;br&gt;&amp;nbsp;Version: 2.1-1.41.9-1
&lt;br&gt;&amp;nbsp;Depends: libc6-dev | libc-dev, libcomerr2 (= 1.41.9-1), dpkg (&amp;gt;= 1.15.4) | install-info
&lt;br&gt;&lt;br&gt;vs.
&lt;br&gt;&lt;br&gt;&amp;nbsp;Package: libcomerr2
&lt;br&gt;&amp;nbsp;Source: e2fsprogs
&lt;br&gt;&amp;nbsp;Version: 1.41.9-1
&lt;br&gt;&amp;nbsp;Depends: libc6 (&amp;gt;= 2.3.6-6~)
&lt;br&gt;&lt;br&gt;In order to make this work, ss-dev and comerr-dev have the following in
&lt;br&gt;the control file:
&lt;br&gt;&lt;br&gt;Depends: libc6-dev | libc-dev, libss2 (= ${mainBinary}), comerr-dev, ${misc:Depe
&lt;br&gt;nds}
&lt;br&gt;Depends: libc6-dev | libc-dev, libcomerr2 (= ${mainBinary}), ${misc:Depends}
&lt;br&gt;&lt;br&gt;But because we use ${mainBinary} and not ${binary:Version}, this causes
&lt;br&gt;Lintian to complain:
&lt;br&gt;&lt;br&gt;e2fsprogs source: weak-library-dev-dependency ss-dev on libss2 (= ${mainBinary})
&lt;br&gt;e2fsprogs source: weak-library-dev-dependency comerr-dev on libcomerr2 (= ${mainBinary})
&lt;br&gt;&lt;br&gt;I'm going to fix this with an overrides for now. &amp;nbsp;The only way to fix up
&lt;br&gt;the version numbers would be to bump the Epoch, and I'm not sure it's
&lt;br&gt;worth it for this case.
&lt;br&gt;&lt;br&gt;Comments?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Ted
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569753&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569753&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/E2fsprogs-overrides%3A-weak-library-dev-dependency-tp26569753p26569753.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26565638</id>
	<title>Bug#557883: lintian: false positive in lib-recommends-documentation (name vs. content)</title>
	<published>2009-11-29T12:05:56Z</published>
	<updated>2009-11-29T12:05:56Z</updated>
	<author>
		<name>Russ Allbery-2</name>
	</author>
	<content type="html">Stéphane Glondu &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26565638&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;glondu@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt; Russ Allbery a écrit :
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; For the time being at least, I suspect we should special-case -tools and
&lt;br&gt;&amp;gt;&amp;gt; maybe a few other similar cases (I think Policy recommends some package
&lt;br&gt;&amp;gt;&amp;gt; names for things like this).
&lt;br&gt;&lt;br&gt;&amp;gt; ...and -bin, then?
&lt;br&gt;&lt;br&gt;Indeed.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Russ Allbery (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26565638&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rra@...&lt;/a&gt;) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://www.eyrie.org/~eagle/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eyrie.org/~eagle/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26565638&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26565638&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-557883%3A-lintian%3A-false-positive-in-lib-recommends-documentation-%28name-vs.-content%29-tp26505962p26565638.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26565789</id>
	<title>Bug#557883: lintian: false positive in lib-recommends-documentation (name vs. content)</title>
	<published>2009-11-29T11:46:46Z</published>
	<updated>2009-11-29T11:46:46Z</updated>
	<author>
		<name>Stéphane Glondu-3</name>
	</author>
	<content type="html">Russ Allbery a écrit :
&lt;br&gt;&amp;gt; For the time being at least, I suspect we should special-case -tools and
&lt;br&gt;&amp;gt; maybe a few other similar cases (I think Policy recommends some package
&lt;br&gt;&amp;gt; names for things like this).
&lt;br&gt;&lt;br&gt;...and -bin, then?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Stéphane
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26565789&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26565789&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-557883%3A-lintian%3A-false-positive-in-lib-recommends-documentation-%28name-vs.-content%29-tp26505962p26565789.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26564063</id>
	<title>Bug#558649: lintian manpage: overrides location</title>
	<published>2009-11-29T08:58:19Z</published>
	<updated>2009-11-29T08:58:19Z</updated>
	<author>
		<name>Jakub Wilk</name>
	</author>
	<content type="html">Package: lintian
&lt;br&gt;Version: 2.2.18
&lt;br&gt;Severity: wishlist
&lt;br&gt;&lt;br&gt;Please document in the FILES section of manpage where lintian looks for 
&lt;br&gt;override files.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Jakub Wilk
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26564063&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26564063&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-558649%3A-lintian-manpage%3A-overrides-location-tp26564063p26564063.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26559499</id>
	<title>Check out my photos on Facebook</title>
	<published>2009-11-28T21:17:16Z</published>
	<updated>2009-11-28T21:17:16Z</updated>
	<author>
		<name>Delice Carson</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
    &lt;head&gt;
      &lt;title&gt;Facebook&lt;/title&gt;
      &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;
    &lt;/head&gt;
    &lt;body style=&quot;margin: 0px; padding:0px;&quot; dir=&quot;ltr&quot;&gt;
      &lt;!-- container table is 98% b/c yahoo mail needs 1% to display right --&gt;
      &lt;table width=&quot;98%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;40&quot;&gt;&lt;tr&gt;
          &lt;td bgcolor=&quot;#F7F7F7&quot; width=&quot;100%&quot; style=&quot;font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;&quot;&gt;
            &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; width=&quot;620&quot;&gt;
              &lt;tr&gt;
                &lt;td align=&quot;left&quot; bgcolor=&quot;#3b5998&quot; valign=&quot;middle&quot; style=&quot;padding: 4px 8px; font-size: 16px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; color: #fff;&quot;&gt;&lt;span style=&quot;font-weight: bold; letter-spacing: -0.03em;&quot;&gt;facebook&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
            &lt;/table&gt; &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; width=&quot;620&quot; style=&quot;border-bottom: 1px solid #3b5998; border-left: 1px solid #ccc; border-right: 1px solid #ccc;&quot; bgcolor=&quot;#ffffff&quot;&gt;
              &lt;tr&gt;&lt;td align=&quot;left&quot; bgcolor=&quot;#ffffff&quot; width=&quot;100&quot; style=&quot;padding: 18px 18px 10px 18px&quot; valign=&quot;top&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000485266847&amp;k=Z6E3Y5SSP3XAWFCJPA2YYRRTT3IB4XV1STHQA&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://profile.ak.fbcdn.net/v22942/459/85/s100000485266847_9152.jpg&quot; style=&quot;border: 1px solid #c0c0c0; width: 100px&quot; alt=&quot;You've Been Punk'd&quot; name=&quot;You've Been Punk'd&quot;&gt;&lt;/a&gt;&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;4&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td align=&quot;left&quot; style=&quot;font-size: 11px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; color: #666666; padding-left: 4px;&quot;&gt;You've Been Punk'd has:&lt;br /&gt;172 friends&lt;br /&gt;1 photo&lt;br /&gt;0 notes&lt;br /&gt;5 wall posts&lt;br /&gt;4 groups&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;td bgcolor=&quot;white&quot; width=&quot;*&quot; style=&quot;font-size: 11px; padding: 18px 18px 18px 0px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;&quot; valign=&quot;top&quot; align=&quot;left&quot;&gt;&lt;h1 style=&quot;font-size: 13px; margin: 0; padding: 0;&quot;&gt;Check out my photos on Facebook&lt;/h1&gt;&lt;br /&gt;Hi
Lintian-maint,&lt;br /&gt;&lt;br /&gt;I set up a Facebook profile where I can post my pictures, videos and events and I want to add you as a friend so you can see it. First, you need to join Facebook! Once you join, you can also create your own profile.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;
You've&lt;br /&gt;&lt;br /&gt;&lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tr&gt;&lt;td style=&quot;background-color: #FFF8CC; border: 1px solid #FFE222; padding: 10px; font-size: 11px;&quot;&gt;&lt;div style=&quot;font-weight: bold; margin-bottom: 3px;&quot;&gt;To sign up for Facebook, follow the link below:&lt;/div&gt;&lt;a style=&quot;color: #3b5998; text-decoration: none;&quot; href=&quot;http://www.facebook.com/p.php?i=100000485266847&amp;k=Z6E3Y5SSP3XAWFCJPA2YYRRTT3IB4XV1STHQA&amp;r&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.facebook.com/p.php?i=100000485266847&amp;k=Z6E3Y5SSP3XAWFCJPA2YYRRTT3IB4XV1STHQA&amp;r&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;
Already have an account? Add this email address to your account &lt;a href=&quot;http://www.facebook.com/n/?merge_accounts.php&amp;amp;e=lintian-maint@debian.org&amp;amp;c=f0599333e3d9f1533400a63153d4fde2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;See who else has invited you to Facebook:&lt;table cellpadding=&quot;0&quot; style=&quot;margin-top: 5px;&quot;&gt;&lt;tr valign=&quot;top&quot;&gt;&lt;td style=&quot;padding: 0px 3px 10px 0px;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000485266847&amp;amp;k=Z6E3Y5SSP3XAWFCJPA2YYRRTT3IB4XV1STHQA&amp;amp;r&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img style=&quot;border: 0px none;&quot; alt=&quot;Jessie Lewis&quot; src=&quot;http://profile.ak.fbcdn.net/v226/828/71/q1318195015_9639.jpg&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td width=&quot;95&quot; style=&quot;font-size: 11px; color: #999; padding: 0px 0px 10px 0px;&quot;&gt;&lt;span style=&quot;font-size: 11px; color: #3B5998;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000485266847&amp;amp;k=Z6E3Y5SSP3XAWFCJPA2YYRRTT3IB4XV1STHQA&amp;amp;r&quot; style=&quot;color: #3B5998; text-decoration: none; font-size: 11px; font-weight: bold;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jessie Lewis&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;2896 friends&lt;br /&gt;8
photos&lt;/td&gt;&lt;td style=&quot;padding: 0px 3px 10px 0px;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000485266847&amp;amp;k=Z6E3Y5SSP3XAWFCJPA2YYRRTT3IB4XV1STHQA&amp;amp;r&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img style=&quot;border: 0px none;&quot; alt=&quot;Eric Colona&quot; src=&quot;http://profile.ak.fbcdn.net/v223/339/33/q1037434502_3557.jpg&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td width=&quot;95&quot; style=&quot;font-size: 11px; color: #999; padding: 0px 0px 10px 0px;&quot;&gt;&lt;span style=&quot;font-size: 11px; color: #3B5998;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000485266847&amp;amp;k=Z6E3Y5SSP3XAWFCJPA2YYRRTT3IB4XV1STHQA&amp;amp;r&quot; style=&quot;color: #3B5998; text-decoration: none; font-size: 11px; font-weight: bold;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Eric Colona&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;394 friends&lt;br /&gt;1 photo&lt;/td&gt;&lt;td style=&quot;padding: 0px 3px 10px 0px;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000485266847&amp;amp;k=Z6E3Y5SSP3XAWFCJPA2YYRRTT3IB4XV1STHQA&amp;amp;r&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img style=&quot;border: 0px none;&quot; alt=&quot;Flig Comunidad&quot; src=&quot;http://profile.ak.fbcdn.net/v222/1743/124/q100000115201391_6573.jpg&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td width=&quot;95&quot; style=&quot;font-size: 11px; color: #999; padding: 0px 0px 10px 0px;&quot;&gt;&lt;span style=&quot;font-size: 11px; color: #3B5998;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000485266847&amp;amp;k=Z6E3Y5SSP3XAWFCJPA2YYRRTT3IB4XV1STHQA&amp;amp;r&quot; style=&quot;color: #3B5998; text-decoration: none; font-size: 11px; font-weight: bold;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Flig Comunidad&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;783 friends&lt;br /&gt;17 photos&lt;/td&gt;&lt;/tr&gt;&lt;tr valign=&quot;top&quot;&gt;&lt;td style=&quot;padding: 0px 3px 10px 0px;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000485266847&amp;amp;k=Z6E3Y5SSP3XAWFCJPA2YYRRTT3IB4XV1STHQA&amp;amp;r&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img style=&quot;border: 0px none;&quot; alt=&quot;Lee Grant&quot; src=&quot;http://profile.ak.fbcdn.net/v223/356/33/q100000125444232_5037.jpg&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td width=&quot;95&quot; style=&quot;font-size: 11px; color: #999; padding: 0px 0px 10px 0px;&quot;&gt;&lt;span style=&quot;font-size: 11px; color: #3B5998;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000485266847&amp;amp;k=Z6E3Y5SSP3XAWFCJPA2YYRRTT3IB4XV1STHQA&amp;amp;r&quot; style=&quot;color: #3B5998; text-decoration:
none; font-size: 11px; font-weight: bold;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Lee Grant&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;1226 friends&lt;br /&gt;5 photos&lt;/td&gt;&lt;td style=&quot;padding: 0px 3px 10px 0px;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000485266847&amp;amp;k=Z6E3Y5SSP3XAWFCJPA2YYRRTT3IB4XV1STHQA&amp;amp;r&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img style=&quot;border: 0px none;&quot; alt=&quot;Delice Carson&quot; src=&quot;http://profile.ak.fbcdn.net/v22944/650/0/q100000470246761_4720.jpg&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td width=&quot;95&quot; style=&quot;font-size: 11px; color: #999; padding: 0px 0px 10px 0px;&quot;&gt;&lt;span style=&quot;font-size: 11px; color: #3B5998;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000485266847&amp;amp;k=Z6E3Y5SSP3XAWFCJPA2YYRRTT3IB4XV1STHQA&amp;amp;r&quot; style=&quot;color: #3B5998; text-decoration: none; font-size: 11px; font-weight: bold;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Delice Carson&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;301 friends&lt;br /&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt; &lt;/tr&gt;
          &lt;/table&gt;
          &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; width=&quot;620&quot;&gt;
           &lt;tr&gt;
            &lt;td style=&quot;color: #999999; padding: 10px; font-size: 11px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559499&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lintian-maint@...&lt;/a&gt; was invited to join Facebook by You&amp;#039;ve Been Punk&amp;#039;d. If you do not wish to receive this type of email from Facebook in the future, please click &lt;a href=&quot;http://www.facebook.com/o.php?k=7bac5b&amp;amp;u=1345863779&amp;amp;mid=17c010aG50384063G0G8&quot; style=&quot;color: #3b5998&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; to unsubscribe.&lt;br /&gt;Facebook's offices are located at 1601 S. California Ave., Palo Alto, CA 94304.&lt;/td&gt;
            &lt;/tr&gt;
           &lt;/table&gt;
          &lt;/td&gt;
        &lt;/tr&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;&lt;img src=&quot;http://www.facebook.com/email_open_log_pic.php?k=Z6E3Y5SSP3XAWFCJPA2YYRRTT3IB4XV1STHQA&amp;h=100000485266847&amp;t=1&quot; /&gt;


</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Check-out-my-photos-on-Facebook-tp26559499p26559499.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26559887</id>
	<title>[Future Icon Records] You've been added to our mailing list.</title>
	<published>2009-11-28T19:58:04Z</published>
	<updated>2009-11-28T19:58:04Z</updated>
	<author>
		<name>Future Icon Records</name>
	</author>
	<content type="html">Hi I represent KONVICT MUSIC recording artist COLBY O'DONIS &amp;lt;br/&amp;gt;(Just Dance Ft Colby O'Donis. Beautiful Ft Colby O'Donis) &amp;lt;br/&amp;gt;and we want to share with you His first Original&amp;lt;br/&amp;gt;Christmas song &amp;lt;br/&amp;gt; &amp;lt;br/&amp;gt;I made a radio edit of so happy &amp;lt;br/&amp;gt;here it is if you like it&amp;lt;br/&amp;gt;Radio Edit Of - So Happy&amp;lt;br/&amp;gt;&lt;a href=&quot;https://rcpt.yousendit.com/782608652/9a8972b464bfc006aa5139a89722060d&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://rcpt.yousendit.com/782608652/9a8972b464bfc006aa5139a89722060d&lt;/a&gt;&amp;lt;br/&amp;gt; &amp;lt;br/&amp;gt;Instrumental Radio Edit - So Happy&amp;lt;br/&amp;gt;&lt;a href=&quot;https://rcpt.yousendit.com/782608822/4c2efde9129f9900fe9782387ef48410&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://rcpt.yousendit.com/782608822/4c2efde9129f9900fe9782387ef48410&lt;/a&gt;&amp;lt;br/&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--------
&lt;br&gt;Get your free download from Future Icon Records here: &lt;a href=&quot;http://fburls.com/66-EapoxxGS&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fburls.com/66-EapoxxGS&lt;/a&gt;&lt;br&gt;--------
&lt;br&gt;&lt;br&gt;&lt;br&gt;You have been added to the Future Icon Records fan list!
&lt;br&gt;&lt;br&gt;If you would like to verify your info or add more to your fan profile, you can do so by clicking on the following link:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.FanBridge.com/signup/fansignup.php?userid=129853&amp;email=debian-lint-maint@lists.debian.org&amp;confCode=bY1236Pat69dB5reP6kPB7r5dX&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.FanBridge.com/signup/fansignup.php?userid=129853&amp;email=debian-lint-maint@...&amp;confCode=bY1236Pat69dB5reP6kPB7r5dX&lt;/a&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;This list is powered by FanBridge, the world's leading provider of fan relationship management services for artists.
&lt;br&gt;&lt;br&gt;With FanBridge your information is always secure.
&lt;br&gt;&lt;br&gt;For more information about FanBridge please visit &lt;a href=&quot;http://www.FanBridge.com/learn/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.FanBridge.com/learn/&lt;/a&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;***Important: Please be sure to add the email address (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559887&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;futureiconrecords@...&lt;/a&gt;) to your safe senders list.*** 
&lt;br&gt;&lt;br&gt;Here's how: 
&lt;br&gt;&lt;br&gt;Gmail
&lt;br&gt;1.	Click Contacts along the left side of any Gmail page.
&lt;br&gt;2.	Click Add Contact.
&lt;br&gt;3.	In the primary email address box, type &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559887&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;futureiconrecords@...&lt;/a&gt;.
&lt;br&gt;4.	Click Save.
&lt;br&gt;&lt;br&gt;AOL (version 9.0 or higher)
&lt;br&gt;1.	Click the Mail menu and select Address Book.
&lt;br&gt;2.	In the pop up box, click the Add button. 
&lt;br&gt;3.	In the &amp;quot;Other E-Mail&amp;quot; field, type &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559887&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;futureiconrecords@...&lt;/a&gt;.
&lt;br&gt;4.	Make our From address the &amp;quot;Primary E-Mail&amp;quot; address by checking the associated check box. 
&lt;br&gt;5.	Click the Save button. 
&lt;br&gt;&lt;br&gt;AOL 8.0
&lt;br&gt;1.	Open this confirmation email.
&lt;br&gt;2.	Click Add Address.
&lt;br&gt;3.	Verify the sender's contact information (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559887&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;futureiconrecords@...&lt;/a&gt;).
&lt;br&gt;4.	Click Save.
&lt;br&gt;&lt;br&gt;Yahoo!
&lt;br&gt;1.	Click the &amp;quot;addresses&amp;quot; button
&lt;br&gt;2.	Select &amp;quot;Add Contact&amp;quot;
&lt;br&gt;3.	Save the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559887&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;futureiconrecords@...&lt;/a&gt; to your contacts list.
&lt;br&gt;&lt;br&gt;Hotmail
&lt;br&gt;1.	Click Options.
&lt;br&gt;2.	On the left side of the page, click Mail, and then click Junk E-Mail Protection.
&lt;br&gt;3.	Click Safe List.
&lt;br&gt;4.	Type &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559887&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;futureiconrecords@...&lt;/a&gt;, and then click Add.
&lt;br&gt;&lt;br&gt;Outlook
&lt;br&gt;1.	Right-click on a message from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559887&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;futureiconrecords@...&lt;/a&gt;. 
&lt;br&gt;2.	Point to Junk E-mail, and click Add Sender to Safe Senders List.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;Future Icon Records sent this email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559887&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint@...&lt;/a&gt;
&lt;br&gt;Questions? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559887&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;futureiconrecords@...&lt;/a&gt; or Future Icon Records, c/o FanBridge, Inc. - 14525 SW Millikan Way, #16910, Beaverton, Oregon 97005, United States
&lt;br&gt;&lt;br&gt;&lt;br&gt;Update Your Information - &lt;a href=&quot;http://fburls.com/47-zsVTtMtp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fburls.com/47-zsVTtMtp&lt;/a&gt;&lt;br&gt;Forward to a friend - &lt;a href=&quot;http://fburls.com/65-f6vxCiZ6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fburls.com/65-f6vxCiZ6&lt;/a&gt;&lt;br&gt;Unsubscribe - &lt;a href=&quot;http://fburls.com/74-VwE68jVp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fburls.com/74-VwE68jVp&lt;/a&gt;&lt;br&gt;Privacy Policy - &lt;a href=&quot;http://www.FanBridge.com/learn/privacy.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.FanBridge.com/learn/privacy.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;This email message is powered by FanBridge:
&lt;br&gt;&lt;a href=&quot;http://www.FanBridge.com/b.php?id=129853&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.FanBridge.com/b.php?id=129853&lt;/a&gt;&lt;br&gt;Powering Valuable Fan Relationships
&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559887&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26559887&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Future-Icon-Records--You%27ve-been-added-to-our-mailing-list.-tp26559887p26559887.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26551567</id>
	<title>Bug#558360: lintian fails silently with error code 141</title>
	<published>2009-11-28T01:04:25Z</published>
	<updated>2009-11-28T01:04:25Z</updated>
	<author>
		<name>Sebastian Krysmanski-5</name>
	</author>
	<content type="html">Package: lintian
&lt;br&gt;Version: 2.2.17ubuntu1
&lt;br&gt;Severity: important
&lt;br&gt;&lt;br&gt;&lt;br&gt;When I'm running lintian on a certain custom built .deb package (ghostscript_8.64-5_i386.deb)
&lt;br&gt;then lintian sometimes just fails without any error message with error code 141.
&lt;br&gt;&lt;br&gt;&amp;nbsp; $ lintian --check --allow-root --show-overrides -i -b ghostscript_8.64-5_i386.deb &amp;gt;lintian.txt
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; $ echo $?
&lt;br&gt;&amp;nbsp; 141
&lt;br&gt;&lt;br&gt;In this case &amp;quot;lintian.txt&amp;quot; is empty. However, sometimes (every thrid attempt or so) lintian works on this package.
&lt;br&gt;The deb package was built using cowdancer. I've uploaded it here: &lt;a href=&quot;http://www.mayastudios.com/ghostscript_8.64-5_i386.deb&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mayastudios.com/ghostscript_8.64-5_i386.deb&lt;/a&gt;&lt;br&gt;&lt;br&gt;I'm not sure whether this is a problem of cowdancer or any other package as all other packages I'm building
&lt;br&gt;with cowdancer just work fine. But in any case I think it's a good idea to display some kind of error message
&lt;br&gt;in this case (or fix this bug as sometimes lintian just works with this package).
&lt;br&gt;&lt;br&gt;Btw: I know I'm using Ubuntu (9.10) but I don't think this is a Ubuntu specific error. If someone using
&lt;br&gt;Debian could just check whether this problem appears at his/her system as well it'll be nice.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Sebastian
&lt;br&gt;&lt;br&gt;-- System Information:
&lt;br&gt;Debian Release: squeeze/sid
&lt;br&gt;&amp;nbsp; APT prefers karmic-updates
&lt;br&gt;&amp;nbsp; APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic')
&lt;br&gt;Architecture: i386 (i686)
&lt;br&gt;&lt;br&gt;Kernel: Linux 2.6.31-14-generic-pae (SMP w/2 CPU cores)
&lt;br&gt;Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to de_DE.UTF-8)
&lt;br&gt;Shell: /bin/sh linked to /bin/dash
&lt;br&gt;&lt;br&gt;Versions of packages lintian depends on:
&lt;br&gt;ii &amp;nbsp;binutils &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.20-0ubuntu2 &amp;nbsp; &amp;nbsp; &amp;nbsp;The GNU assembler, linker and bina
&lt;br&gt;ii &amp;nbsp;diffstat &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.47-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; produces graph of changes introduc
&lt;br&gt;ii &amp;nbsp;dpkg-dev &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.15.4ubuntu2 &amp;nbsp; &amp;nbsp; &amp;nbsp;Debian package development tools
&lt;br&gt;ii &amp;nbsp;file &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5.03-1ubuntu1 &amp;nbsp; &amp;nbsp; &amp;nbsp;Determines file type using &amp;quot;magic&amp;quot;
&lt;br&gt;ii &amp;nbsp;gettext &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.17-8ubuntu2 &amp;nbsp; &amp;nbsp; &amp;nbsp;GNU Internationalization utilities
&lt;br&gt;ii &amp;nbsp;intltool-debian &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.35.0+20060710.1 &amp;nbsp;Help i18n of RFC822 compliant conf
&lt;br&gt;ii &amp;nbsp;libapt-pkg-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.1.23build1 &amp;nbsp; &amp;nbsp; &amp;nbsp; Perl interface to libapt-pkg
&lt;br&gt;ii &amp;nbsp;libclass-accessor-per 0.33-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Automated accessor generator
&lt;br&gt;ii &amp;nbsp;libipc-run-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.82-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Perl module for running processes
&lt;br&gt;ii &amp;nbsp;libparse-debianchange 1.1.1-2ubuntu1 &amp;nbsp; &amp;nbsp; parse Debian changelogs and output
&lt;br&gt;ii &amp;nbsp;libtimedate-perl &amp;nbsp; &amp;nbsp; &amp;nbsp;1.1600-9 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Time and date functions for Perl
&lt;br&gt;ii &amp;nbsp;liburi-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.37+dfsg-1ubuntu1 Manipulates and accesses URI strin
&lt;br&gt;ii &amp;nbsp;man-db &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.5.6-2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;on-line manual pager
&lt;br&gt;ii &amp;nbsp;perl [libdigest-sha-p 5.10.0-24ubuntu4 &amp;nbsp; Larry Wall's Practical Extraction 
&lt;br&gt;&lt;br&gt;lintian recommends no packages.
&lt;br&gt;&lt;br&gt;Versions of packages lintian suggests:
&lt;br&gt;pn &amp;nbsp;binutils-multiarch &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;none&amp;gt; &amp;nbsp; &amp;nbsp; (no description available)
&lt;br&gt;pn &amp;nbsp;libtext-template-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;none&amp;gt; &amp;nbsp; &amp;nbsp; (no description available)
&lt;br&gt;ii &amp;nbsp;man-db &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.5.6-2 &amp;nbsp; &amp;nbsp;on-line manual pager
&lt;br&gt;&lt;br&gt;-- no debconf information
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26551567&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26551567&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-558360%3A-lintian-fails-silently-with-error-code-141-tp26551567p26551567.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26542316</id>
	<title>Check out my photos on Facebook</title>
	<published>2009-11-27T05:01:46Z</published>
	<updated>2009-11-27T05:01:46Z</updated>
	<author>
		<name>Delice Carson</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
    &lt;head&gt;
      &lt;title&gt;Facebook&lt;/title&gt;
      &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;
    &lt;/head&gt;
    &lt;body style=&quot;margin: 0px; padding:0px;&quot; dir=&quot;ltr&quot;&gt;
      &lt;!-- container table is 98% b/c yahoo mail needs 1% to display right --&gt;
      &lt;table width=&quot;98%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;40&quot;&gt;&lt;tr&gt;
          &lt;td bgcolor=&quot;#F7F7F7&quot; width=&quot;100%&quot; style=&quot;font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;&quot;&gt;
            &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; width=&quot;620&quot;&gt;
              &lt;tr&gt;
                &lt;td align=&quot;left&quot; bgcolor=&quot;#3b5998&quot; valign=&quot;middle&quot; style=&quot;padding: 4px 8px; font-size: 16px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; color: #fff;&quot;&gt;&lt;span style=&quot;font-weight: bold; letter-spacing: -0.03em;&quot;&gt;facebook&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
            &lt;/table&gt; &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; width=&quot;620&quot; style=&quot;border-bottom: 1px solid #3b5998; border-left: 1px solid #ccc; border-right: 1px solid #ccc;&quot; bgcolor=&quot;#ffffff&quot;&gt;
              &lt;tr&gt;&lt;td align=&quot;left&quot; bgcolor=&quot;#ffffff&quot; width=&quot;100&quot; style=&quot;padding: 18px 18px 10px 18px&quot; valign=&quot;top&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000470246761&amp;k=Z6E3Y5S3U3ZAXDEJPA2YYRRTT3IB4XVGVSHXE&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://profile.ak.fbcdn.net/v22944/650/0/s100000470246761_4720.jpg&quot; style=&quot;border: 1px solid #c0c0c0; width: 100px&quot; alt=&quot;Delice Carson&quot; name=&quot;Delice Carson&quot;&gt;&lt;/a&gt;&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;4&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td align=&quot;left&quot; style=&quot;font-size: 11px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; color: #666666; padding-left: 4px;&quot;&gt;Delice Carson has:&lt;br /&gt;137 friends&lt;br /&gt;0 photos&lt;br /&gt;0 notes&lt;br /&gt;4 wall posts&lt;br /&gt;4 groups&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;td bgcolor=&quot;white&quot; width=&quot;*&quot; style=&quot;font-size: 11px; padding: 18px 18px 18px 0px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;&quot; valign=&quot;top&quot; align=&quot;left&quot;&gt;&lt;h1 style=&quot;font-size: 13px; margin: 0; padding: 0;&quot;&gt;Check out my photos on Facebook&lt;/h1&gt;&lt;br /&gt;Hi Lintian-maint,&lt;br /&gt;&lt;br /&gt;I set up a Facebook profile where I can post my pictures, videos and events and I want to add you as a friend so you can see it. First, you need to join Facebook! Once you join, you can also create your own profile.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;
Delice&lt;br /&gt;&lt;br /&gt;&lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tr&gt;&lt;td style=&quot;background-color: #FFF8CC; border: 1px solid #FFE222; padding: 10px; font-size: 11px;&quot;&gt;&lt;div style=&quot;font-weight: bold; margin-bottom: 3px;&quot;&gt;To sign up for Facebook, follow the link below:&lt;/div&gt;&lt;a style=&quot;color: #3b5998; text-decoration: none;&quot; href=&quot;http://www.facebook.com/p.php?i=100000470246761&amp;k=Z6E3Y5S3U3ZAXDEJPA2YYRRTT3IB4XVGVSHXE&amp;r&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.facebook.com/p.php?i=100000470246761&amp;k=Z6E3Y5S3U3ZAXDEJPA2YYRRTT3IB4XVGVSHXE&amp;r&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;
Already have an account? Add this email address to your account &lt;a href=&quot;http://www.facebook.com/n/?merge_accounts.php&amp;amp;e=lintian-maint@debian.org&amp;amp;c=f0599333e3d9f1533400a63153d4fde2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;See who else has invited you to Facebook:&lt;table cellpadding=&quot;0&quot; style=&quot;margin-top: 5px;&quot;&gt;&lt;tr valign=&quot;top&quot;&gt;&lt;td style=&quot;padding: 0px 3px 10px 0px;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000470246761&amp;amp;k=Z6E3Y5S3U3ZAXDEJPA2YYRRTT3IB4XVGVSHXE&amp;amp;r&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img style=&quot;border: 0px none;&quot; alt=&quot;Jessie Lewis&quot; src=&quot;http://profile.ak.fbcdn.net/v226/828/71/q1318195015_9639.jpg&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td width=&quot;95&quot; style=&quot;font-size: 11px; color: #999; padding: 0px 0px 10px 0px;&quot;&gt;&lt;span style=&quot;font-size: 11px; color: #3B5998;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000470246761&amp;amp;k=Z6E3Y5S3U3ZAXDEJPA2YYRRTT3IB4XVGVSHXE&amp;amp;r&quot; style=&quot;color: #3B5998; text-decoration: none; font-size: 11px; font-weight: bold;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jessie Lewis&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;2896 friends&lt;br /&gt;8
photos&lt;/td&gt;&lt;td style=&quot;padding: 0px 3px 10px 0px;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000470246761&amp;amp;k=Z6E3Y5S3U3ZAXDEJPA2YYRRTT3IB4XVGVSHXE&amp;amp;r&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img style=&quot;border: 0px none;&quot; alt=&quot;Eric Colona&quot; src=&quot;http://profile.ak.fbcdn.net/v223/339/33/q1037434502_3557.jpg&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td width=&quot;95&quot; style=&quot;font-size: 11px; color: #999; padding: 0px 0px 10px 0px;&quot;&gt;&lt;span style=&quot;font-size: 11px; color: #3B5998;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000470246761&amp;amp;k=Z6E3Y5S3U3ZAXDEJPA2YYRRTT3IB4XVGVSHXE&amp;amp;r&quot; style=&quot;color: #3B5998; text-decoration: none; font-size: 11px; font-weight: bold;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Eric Colona&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;393 friends&lt;br /&gt;1 photo&lt;/td&gt;&lt;td style=&quot;padding: 0px 3px 10px 0px;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000470246761&amp;amp;k=Z6E3Y5S3U3ZAXDEJPA2YYRRTT3IB4XVGVSHXE&amp;amp;r&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img style=&quot;border: 0px none;&quot; alt=&quot;Flig Comunidad&quot; src=&quot;http://profile.ak.fbcdn.net/v222/1743/124/q100000115201391_6573.jpg&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td width=&quot;95&quot; style=&quot;font-size: 11px; color: #999; padding: 0px 0px 10px 0px;&quot;&gt;&lt;span style=&quot;font-size: 11px; color: #3B5998;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000470246761&amp;amp;k=Z6E3Y5S3U3ZAXDEJPA2YYRRTT3IB4XVGVSHXE&amp;amp;r&quot; style=&quot;color: #3B5998; text-decoration: none; font-size: 11px; font-weight: bold;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Flig Comunidad&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;771 friends&lt;br /&gt;17 photos&lt;/td&gt;&lt;/tr&gt;&lt;tr valign=&quot;top&quot;&gt;&lt;td style=&quot;padding: 0px 3px 10px 0px;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000470246761&amp;amp;k=Z6E3Y5S3U3ZAXDEJPA2YYRRTT3IB4XVGVSHXE&amp;amp;r&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img style=&quot;border: 0px none;&quot; alt=&quot;Lee Grant&quot; src=&quot;http://profile.ak.fbcdn.net/v223/356/33/q100000125444232_5037.jpg&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td width=&quot;95&quot; style=&quot;font-size: 11px; color: #999; padding: 0px 0px 10px 0px;&quot;&gt;&lt;span style=&quot;font-size: 11px; color: #3B5998;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/p.php?i=100000470246761&amp;amp;k=Z6E3Y5S3U3ZAXDEJPA2YYRRTT3IB4XVGVSHXE&amp;amp;r&quot; style=&quot;color: #3B5998; text-decoration:
none; font-size: 11px; font-weight: bold;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Lee Grant&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;1225 friends&lt;br /&gt;5 photos&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt; &lt;/tr&gt;
          &lt;/table&gt;
          &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; width=&quot;620&quot;&gt;
           &lt;tr&gt;
            &lt;td style=&quot;color: #999999; padding: 10px; font-size: 11px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26542316&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lintian-maint@...&lt;/a&gt; was invited to join Facebook by Delice Carson. If you do not wish to receive this type of email from Facebook in the future, please click &lt;a href=&quot;http://www.facebook.com/o.php?k=7bac5b&amp;amp;u=1345863779&amp;amp;mid=179cae8G50384063G0G8&quot; style=&quot;color: #3b5998&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; to unsubscribe.&lt;br /&gt;Facebook's offices are located at 1601 S. California Ave., Palo Alto, CA 94304.&lt;/td&gt;
            &lt;/tr&gt;
           &lt;/table&gt;
          &lt;/td&gt;
        &lt;/tr&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;&lt;img src=&quot;http://www.facebook.com/email_open_log_pic.php?k=Z6E3Y5S3U3ZAXDEJPA2YYRRTT3IB4XVGVSHXE&amp;h=100000470246761&amp;t=1&quot; /&gt;


</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Check-out-my-photos-on-Facebook-tp26542316p26542316.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26538542</id>
	<title>Reminder: Eric Colona invited you to join Facebook...</title>
	<published>2009-11-26T22:44:12Z</published>
	<updated>2009-11-26T22:44:12Z</updated>
	<author>
		<name>Facebook-14</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional //EN&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;&lt;title&gt;Facebook&lt;/title&gt;&lt;/head&gt;&lt;body style=&quot;margin: 0; padding: 0;&quot; dir=&quot;ltr&quot;&gt;&lt;table width=&quot;98%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;40&quot;&gt;&lt;tr&gt;&lt;td bgcolor=&quot;#f7f7f7&quot; width=&quot;100%&quot; style=&quot;font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;&quot;&gt;&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; width=&quot;620&quot;&gt;&lt;tr&gt;&lt;td style=&quot;background: #3b5998; color: #fff; font-weight: bold; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size: 16px; letter-spacing: -0.03em; text-align: left;&quot;&gt;facebook&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background-color: #fff; border-bottom: 1px solid #3b5998; border-left: 1px solid #ccc; border-right: 1px solid #ccc;font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; padding: 15px;&quot; valign=&quot;top&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td width=&quot;470px&quot; style=&quot;font-size: 12px;&quot; valign=&quot;top&quot; align=&quot;left&quot;&gt;&lt;div style=&quot;margin-bottom: 15px;
font-size: 13px;&quot;&gt;Hi Lintian-maint,&lt;/div&gt;&lt;div style=&quot;margin-bottom: 15px;&quot;&gt;The following person invited you to be their friend on Facebook:&lt;/div&gt;&lt;div style=&quot;margin-bottom: 15px;&quot;&gt;&lt;table cellpadding=&quot;0&quot; style=&quot;margin-top: 5px;&quot;&gt;&lt;tr valign=&quot;top&quot;&gt;&lt;td style=&quot;padding: 0px 3px 10px 0px;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/r.php?re=6e069e53db6873c637a0035304e119fe&amp;amp;mid=1797269G50384063G11a5740G46&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img style=&quot;border: 0px none;&quot; alt=&quot;Eric Colona&quot; src=&quot;http://profile.ak.fbcdn.net/v223/339/33/q1037434502_3557.jpg&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td width=&quot;95&quot; style=&quot;font-size: 11px; color: #999; padding: 0px 0px 10px 0px;&quot;&gt;&lt;span style=&quot;font-size: 11px; color: #3B5998;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/r.php?re=6e069e53db6873c637a0035304e119fe&amp;amp;mid=1797269G50384063G11a5740G46&quot; style=&quot;color: #3B5998; text-decoration: none; font-size: 11px; font-weight: bold;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Eric Colona&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;Invite sent:&lt;br /&gt;Mar 18, 2009&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;div style=&quot;border-bottom: 1px solid #ccc;
line-height:5px;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Other people who have invited you to join Facebook:&lt;br /&gt;&lt;br /&gt;&lt;table cellpadding=&quot;0&quot; style=&quot;margin-top: 5px;&quot;&gt;&lt;tr valign=&quot;top&quot;&gt;&lt;td style=&quot;padding: 0px 3px 10px 0px;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/r.php?re=6e069e53db6873c637a0035304e119fe&amp;amp;mid=1797269G50384063G11a5740G46&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img style=&quot;border: 0px none;&quot; alt=&quot;Flig Comunidad&quot; src=&quot;http://profile.ak.fbcdn.net/v222/1743/124/q100000115201391_6573.jpg&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td width=&quot;95&quot; style=&quot;font-size: 11px; color: #999; padding: 0px 0px 10px 0px;&quot;&gt;&lt;span style=&quot;font-size: 11px; color: #3B5998;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/r.php?re=6e069e53db6873c637a0035304e119fe&amp;amp;mid=1797269G50384063G11a5740G46&quot; style=&quot;color: #3B5998; text-decoration: none; font-size: 11px; font-weight: bold;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Flig Comunidad&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;Invite sent:&lt;br /&gt;Sep 2, 2009&lt;/td&gt;&lt;td style=&quot;padding: 0px 3px 10px 0px;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/r.php?re=6e069e53db6873c637a0035304e119fe&amp;amp;mid=1797269G50384063G11a5740G46&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img style=&quot;border: 0px none;&quot; alt=&quot;Lee Grant&quot; src=&quot;http://profile.ak.fbcdn.net/v223/356/33/q100000125444232_5037.jpg&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td width=&quot;95&quot; style=&quot;font-size: 11px; color: #999; padding: 0px 0px 10px 0px;&quot;&gt;&lt;span style=&quot;font-size: 11px; color: #3B5998;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/r.php?re=6e069e53db6873c637a0035304e119fe&amp;amp;mid=1797269G50384063G11a5740G46&quot; style=&quot;color: #3B5998; text-decoration: none; font-size: 11px; font-weight: bold;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Lee Grant&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;Invite sent:&lt;br /&gt;Sep 30, 2009&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;div style=&quot;border-bottom: 1px solid #ccc; line-height:5px;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 15px;&quot;&gt;Facebook is a great place to keep in touch with friends, post photos, videos and create events. But first you need to join! Sign up today to create a profile and connect with the people you know.&lt;/div&gt;&lt;div style=&quot;margin-bottom: 15px; margin: 0;&quot;&gt;Thanks,&lt;br /&gt;
The Facebook Team&lt;/div&gt;&lt;br /&gt;
Already have an account? Add this email address to your account &lt;a href=&quot;http://www.facebook.com/n/?merge_accounts.php&amp;amp;e=lintian-maint@debian.org&amp;amp;c=f0599333e3d9f1533400a63153d4fde2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;/td&gt;&lt;td valign=&quot;top&quot; width=&quot;150&quot; style=&quot;padding-left: 15px;&quot; align=&quot;left&quot;&gt;&lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tr&gt;&lt;td style=&quot;background-color: #FFF8CC; border: 1px solid #FFE222; color: #333; padding: 10px; font-size: 12px;&quot;&gt;&lt;div style=&quot;margin-bottom: 15px;&quot;&gt;Facebook is free and anyone can join.&lt;/div&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tr&gt;&lt;td style=&quot;border: 1px solid #3b6e22;&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tr&gt;&lt;td style=&quot;padding: 5px 15px;background-color: #67a54b;border-top: 1px solid #95bf82;&quot;&gt;&lt;a href=&quot;http://www.facebook.com/r.php?re=6e069e53db6873c637a0035304e119fe&amp;amp;mid=1797269G50384063G11a5740G46&quot; style=&quot;color: #fff;font-size: 13px;font-weight: bold;text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sign
Up&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;img src=&quot;http://www.facebook.com/email_open_log_pic.php?k=p_3mk%7E%7E_&amp;amp;t=3&amp;amp;mid=1797269G50384063G11a5740G46&quot; alt=&quot;&quot; style=&quot;border: 0; height:1px; width:1px;&quot; /&gt;&lt;div style=&quot;padding-top: 15px;&quot;&gt;&lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tr&gt;&lt;td style=&quot;background-color: #FFF8CC; border: 1px solid #FFE222; color: #333; padding: 10px; font-size: 11px;&quot;&gt;&lt;div style=&quot;font-weight: bold; margin-bottom: 2px;&quot;&gt;To sign up for Facebook, follow the link below:&lt;/div&gt;&lt;a href=&quot;http://www.facebook.com/r.php?re=6e069e53db6873c637a0035304e119fe&amp;amp;mid=1797269G50384063G11a5740G46&quot; style=&quot;color: #3b5998; text-decoration: none;&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.facebook.com/r.php?re=6e069e53db6873c637a0035304e119fe&amp;mid=1797269G50384063G11a5740G46&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;color: #999; padding: 10px; font-size: 11px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;&quot;&gt;This message was
intended for &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538542&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lintian-maint@...&lt;/a&gt;. If you do not wish to receive this type of email from Facebook in the future, please click &lt;a href=&quot;http://www.facebook.com/o.php?c&amp;amp;k=7bac5b&amp;amp;u=1345863779&amp;amp;mid=1797269G50384063G11a5740G46&quot; style=&quot;color: #3b5998&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; to unsubscribe.&lt;br /&gt;Facebook's offices are located at 1601 S. California Ave., Palo Alto, CA 94304.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;


</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reminder%3A-Eric-Colona-invited-you-to-join-Facebook...-tp26538542p26538542.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26537670</id>
	<title>Bug#558214: Please provide --help option for lintian-info</title>
	<published>2009-11-26T19:11:29Z</published>
	<updated>2009-11-26T19:11:29Z</updated>
	<author>
		<name>gregor herrmann-3</name>
	</author>
	<content type="html">Package: lintian
&lt;br&gt;Version: 2.2.18
&lt;br&gt;Severity: wishlist
&lt;br&gt;Tags: patch
&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;The other day I typed `lintian-info --help' because I couldn't
&lt;br&gt;remember the syntax for getting tag descriptions, and found out that
&lt;br&gt;- --help doesn't exist. The manpage solved my question but maybe a
&lt;br&gt;- --help option would be helpful for others too.
&lt;br&gt;&lt;br&gt;Find attached a quick patch which might server as a starting point
&lt;br&gt;for help output.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;gregor
&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.10 (GNU/Linux)
&lt;br&gt;&lt;br&gt;iEYEARECAAYFAksPQ1gACgkQOzKYnQDzz+TuVwCfe8QNsRJb2Q/DHzNpunGGRFjD
&lt;br&gt;Xs0AnA+8hPcHWi3DymwxxDvgYzgWTXIK
&lt;br&gt;=Y+yb
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br /&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;tt&gt;diff --git a/frontend/lintian-info b/frontend/lintian-info
&lt;br&gt;index d8ef6c8..051934f 100755
&lt;br&gt;--- a/frontend/lintian-info
&lt;br&gt;+++ b/frontend/lintian-info
&lt;br&gt;@@ -41,11 +41,26 @@ use Text_utils;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;my %already_displayed = ();
&lt;br&gt;&amp;nbsp;
&lt;br&gt;-my ($annotate, $tags);
&lt;br&gt;+my ($annotate, $tags, $help);
&lt;br&gt;&amp;nbsp;Getopt::Long::config('bundling', 'no_getopt_compat', 'no_auto_abbrev');
&lt;br&gt;-GetOptions('annotate|a' =&amp;gt; \$annotate, 'tags|t' =&amp;gt; \$tags)
&lt;br&gt;+GetOptions('annotate|a' =&amp;gt; \$annotate, 'tags|t' =&amp;gt; \$tags, 'help|h' =&amp;gt; \$help)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;or die(&amp;quot;error parsing options\n&amp;quot;);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;+# help
&lt;br&gt;+if ($help) {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;print &amp;lt;&amp;lt;&amp;quot;EOT&amp;quot;;
&lt;br&gt;+Usage: lintian-info [log-file...] ...
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; lintian-info --tags tag ...
&lt;br&gt;+
&lt;br&gt;+Options:
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;-a, --annotate &amp;nbsp; &amp;nbsp;display verbose information about provided Lintian overrides
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;-t, --tags &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;display tag descriptions
&lt;br&gt;+EOT
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;exit 0;
&lt;br&gt;+}
&lt;br&gt;+
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;# If tag mode was specified, read the arguments as tags and display the
&lt;br&gt;&amp;nbsp;# descriptions for each one. &amp;nbsp;(We don't currently display the severity,
&lt;br&gt;&amp;nbsp;# although that would be nice.)
&lt;br&gt;&lt;/tt&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-558214%3A-Please-provide---help-option-for-lintian-info-tp26537670p26537670.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26537765</id>
	<title>4 ULUSAL KANALDA SPOR REKLAM TEKLİFİ</title>
	<published>2009-11-26T18:01:44Z</published>
	<updated>2009-11-26T18:01:44Z</updated>
	<author>
		<name>esra@alternatifmedya.tv</name>
	</author>
	<content type="html">&lt;br&gt;Sn.Yetkili;
&lt;br&gt;&lt;br&gt;Turkcell Süper Lig'de oynanan maçlardan geniş özet görüntülerinin ve yorumların yer aldığı programlarda Kuşak Reklam fırsatı...
&lt;br&gt;&lt;br&gt;Futbolun nabzı bu programlarda atıyor...
&lt;br&gt;&lt;br&gt;* SKYTURK TOTAL FUTBOL PROGRAMINDA 4 ADET 8SN.LİK SPOT REKLAM(32sn.) SALI AKŞAMLARI 
&lt;br&gt;* KANALTURK TELEGOL PROGRAMINDA 4 ADET 8SN.LİK SPOT REKLAM(32sn.) PAZAR AKŞAMLARI
&lt;br&gt;* ÜLKE TV 91.DAKİKA PROGRAMINDA 4 ADET 8SN.LİK SPOT REKLAM(32sn.) PAZARTESİ AKŞAMLARI
&lt;br&gt;* TRT1 STADYUM PROGRAMINDA 4 ADET 8SN.LİK SPOT REKLAM(32sn.) PAZAR AKŞAMLARI
&lt;br&gt;&lt;br&gt;TOPLAM SPOT: 16 ADET
&lt;br&gt;TOPLAM SÜRE: 128SN.
&lt;br&gt;TOPLAM BÜTÇE: 3.250 TL+KDV.
&lt;br&gt;&lt;br&gt;PRODÜKSİYON VE SESLENDİRME ÜCRETSİZ OLARAK FİRMAMIZ TARAFINDAN HAZIRLANACAKTIR.
&lt;br&gt;&lt;br&gt;KANAL TERCİHİNİZE GÖRE PAKETLER REVİZE EDİLEBİLİR.
&lt;br&gt;&lt;br&gt;Saygılarımla...
&lt;br&gt;&lt;br&gt;ALTERNATİF MEDYA
&lt;br&gt;Esra ALTAŞ
&lt;br&gt;Reklam Koordinatörü
&lt;br&gt;T:0216 459 0 444
&lt;br&gt;F:0216 459 0 555
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537765&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;esra@...&lt;/a&gt; &amp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537765&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alternatifmedya.tv@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;Not: Mail almak istemiyorsanız bu maili 'listenizden çıkmak istiyorum' diye cevaplamanız yeterlidir.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537765&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26537765&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/4-ULUSAL-KANALDA-SPOR-REKLAM-TEKL%C4%B0F%C4%B0-tp26537765p26537765.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26522608</id>
	<title>Bug#557883: lintian: false positive in lib-recommends-documentation (name vs. content)</title>
	<published>2009-11-25T15:51:30Z</published>
	<updated>2009-11-25T15:51:30Z</updated>
	<author>
		<name>Russ Allbery-2</name>
	</author>
	<content type="html">Jay Berkenbilt &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522608&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;qjb@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;gt; lintian is reporting lib-recommends-documentation on the libvips-tools
&lt;br&gt;&amp;gt; package. &amp;nbsp;This is a false positive because libvips-tools is not a
&lt;br&gt;&amp;gt; library package. &amp;nbsp;Perhaps it should be called something different, like
&lt;br&gt;&amp;gt; vips-tools, but I think the real problem is that lintian is assuming a
&lt;br&gt;&amp;gt; library package based on the package name rather than the package
&lt;br&gt;&amp;gt; contents. &amp;nbsp;The libvips-tools package contains no .so.* files. &amp;nbsp;In fact,
&lt;br&gt;&amp;gt; it doesn't even contain any lib directories.
&lt;br&gt;&lt;br&gt;Lintian has no access to information about the contents at the point at
&lt;br&gt;which it's issuing that tag, I'm afraid. &amp;nbsp;The tag is against the source
&lt;br&gt;package, so there may not even be any binary package for it to be able to
&lt;br&gt;look at.
&lt;br&gt;&lt;br&gt;For the time being at least, I suspect we should special-case -tools and
&lt;br&gt;maybe a few other similar cases (I think Policy recommends some package
&lt;br&gt;names for things like this).
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Russ Allbery (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522608&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rra@...&lt;/a&gt;) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://www.eyrie.org/~eagle/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eyrie.org/~eagle/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522608&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522608&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-557883%3A-lintian%3A-false-positive-in-lib-recommends-documentation-%28name-vs.-content%29-tp26505962p26522608.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26516228</id>
	<title>Bug#557971: [new check] deprecated relation operators in debian/control</title>
	<published>2009-11-25T08:12:31Z</published>
	<updated>2009-11-25T08:12:31Z</updated>
	<author>
		<name>Jakub Wilk</name>
	</author>
	<content type="html">Package: lintian
&lt;br&gt;Version: 2.2.18
&lt;br&gt;Severity: normal
&lt;br&gt;&lt;br&gt;According to Debian Policy:
&lt;br&gt;&lt;br&gt;&amp;gt; The relations allowed are `&amp;lt;&amp;lt;', `&amp;lt;=', `=', `&amp;gt;=' and `&amp;gt;&amp;gt;' for strictly 
&lt;br&gt;&amp;gt; earlier, earlier or equal, exactly equal, later or equal and strictly 
&lt;br&gt;&amp;gt; later, respectively. &amp;nbsp;The deprecated forms `&amp;lt;' and `&amp;gt;' were used to 
&lt;br&gt;&amp;gt; mean earlier/later or equal, rather than strictly earlier/later, so 
&lt;br&gt;&amp;gt; they should not appear in new packages (though `dpkg' still supports 
&lt;br&gt;&amp;gt; them).
&lt;br&gt;&lt;br&gt;However, lintian doesn't mind &amp;lt; and &amp;gt; operators in debian/control:
&lt;br&gt;&lt;br&gt;$ apt-get source python-axiom
&lt;br&gt;[...]
&lt;br&gt;dpkg-source: info: extracting python-axiom in python-axiom-0.5.31
&lt;br&gt;dpkg-source: info: unpacking python-axiom_0.5.31.orig.tar.gz
&lt;br&gt;dpkg-source: info: applying python-axiom_0.5.31-2.diff.gz
&lt;br&gt;&lt;br&gt;$ grep '(&amp;lt;' python-axiom-0.5.31/debian/control
&lt;br&gt;Conflicts: libsqlite3-0 (&amp;lt; 3.6.12)
&lt;br&gt;&lt;br&gt;$ lintian python-axiom_0.5.31-2.dsc
&lt;br&gt;W: python-axiom source: out-of-date-standards-version 3.8.1 (current is 3.8.3)
&lt;br&gt;&lt;br&gt;&lt;br&gt;I take the liberty of setting severity of this bug as greater than 
&lt;br&gt;wishlist, because dpkg-gencontrol used to (at least since lenny, until 
&lt;br&gt;recently) incorrectly interpret &amp;lt;, &amp;gt; as &amp;lt;&amp;lt;, &amp;gt;&amp;gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- System Information:
&lt;br&gt;Debian Release: squeeze/sid
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;APT prefers unstable
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;APT policy: (900, 'unstable'), (500, 'experimental')
&lt;br&gt;Architecture: i386 (i686)
&lt;br&gt;&lt;br&gt;Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
&lt;br&gt;Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
&lt;br&gt;Shell: /bin/sh linked to /bin/dash
&lt;br&gt;&lt;br&gt;Versions of packages lintian depends on:
&lt;br&gt;ii &amp;nbsp;binutils &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.20-4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;The GNU assembler, linker and bina
&lt;br&gt;ii &amp;nbsp;diffstat &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.47-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;produces graph of changes introduc
&lt;br&gt;ii &amp;nbsp;dpkg-dev &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.15.5.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Debian package development tools
&lt;br&gt;ii &amp;nbsp;file &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5.03-3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Determines file type using &amp;quot;magic&amp;quot;
&lt;br&gt;ii &amp;nbsp;gettext &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.17-8 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GNU Internationalization utilities
&lt;br&gt;ii &amp;nbsp;intltool-debian &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.35.0+20060710.1 Help i18n of RFC822 compliant conf
&lt;br&gt;ii &amp;nbsp;libapt-pkg-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.1.24 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Perl interface to libapt-pkg
&lt;br&gt;ii &amp;nbsp;libclass-accessor-perl 0.34-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Perl module that automatically gen
&lt;br&gt;ii &amp;nbsp;libipc-run-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.84-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Perl module for running processes
&lt;br&gt;ii &amp;nbsp;libparse-debianchangel 1.1.1-2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; parse Debian changelogs and output
&lt;br&gt;ii &amp;nbsp;libtimedate-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.1900-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Time and date functions for Perl
&lt;br&gt;ii &amp;nbsp;liburi-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.50-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;module to manipulate and access UR
&lt;br&gt;ii &amp;nbsp;man-db &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.5.6-4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; on-line manual pager
&lt;br&gt;ii &amp;nbsp;perl [libdigest-sha-pe 5.10.1-8 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Larry Wall's Practical Extraction 
&lt;br&gt;&lt;br&gt;lintian recommends no packages.
&lt;br&gt;&lt;br&gt;Versions of packages lintian suggests:
&lt;br&gt;pn &amp;nbsp;binutils-multiarch &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;none&amp;gt; &amp;nbsp; &amp;nbsp; (no description available)
&lt;br&gt;ii &amp;nbsp;libtext-template-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.45-1 &amp;nbsp; &amp;nbsp; Text::Template perl module
&lt;br&gt;ii &amp;nbsp;man-db &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.5.6-4 &amp;nbsp; &amp;nbsp;on-line manual pager
&lt;br&gt;&lt;br&gt;-- no debconf information
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Jakub Wilk
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516228&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516228&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-557971%3A--new-check--deprecated-relation-operators-in-debian-control-tp26516228p26516228.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26505962</id>
	<title>Bug#557883: lintian: false positive in lib-recommends-documentation (name vs. content)</title>
	<published>2009-11-24T16:05:09Z</published>
	<updated>2009-11-24T16:05:09Z</updated>
	<author>
		<name>Jay Berkenbilt</name>
	</author>
	<content type="html">Package: lintian
&lt;br&gt;Version: 2.2.18
&lt;br&gt;Severity: normal
&lt;br&gt;&lt;br&gt;*** Please type your report below this line ***
&lt;br&gt;&lt;br&gt;lintian is reporting lib-recommends-documentation on the libvips-tools
&lt;br&gt;package. &amp;nbsp;This is a false positive because libvips-tools is not a
&lt;br&gt;library package. &amp;nbsp;Perhaps it should be called something different, like
&lt;br&gt;vips-tools, but I think the real problem is that lintian is assuming a
&lt;br&gt;library package based on the package name rather than the package
&lt;br&gt;contents. &amp;nbsp;The libvips-tools package contains no .so.* files. &amp;nbsp;In fact,
&lt;br&gt;it doesn't even contain any lib directories.
&lt;br&gt;&lt;br&gt;I think this test would be better implemented to check the contents of
&lt;br&gt;the package looking for /usr/lib/*.so.* files rather than doing a regexp
&lt;br&gt;on the name and trying to special-case out -dev and -doc packages, which
&lt;br&gt;seems rather fragile to me. &amp;nbsp;I imagine there will be many false
&lt;br&gt;positives otherwise.
&lt;br&gt;&lt;br&gt;-- System Information:
&lt;br&gt;Debian Release: squeeze/sid
&lt;br&gt;&amp;nbsp; APT prefers unstable
&lt;br&gt;&amp;nbsp; APT policy: (990, 'unstable'), (200, 'experimental')
&lt;br&gt;Architecture: amd64 (x86_64)
&lt;br&gt;&lt;br&gt;Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
&lt;br&gt;Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
&lt;br&gt;Shell: /bin/sh linked to /bin/dash
&lt;br&gt;&lt;br&gt;Versions of packages lintian depends on:
&lt;br&gt;ii &amp;nbsp;binutils &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.20-4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;The GNU assembler, linker and bina
&lt;br&gt;ii &amp;nbsp;diffstat &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.47-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;produces graph of changes introduc
&lt;br&gt;ii &amp;nbsp;dpkg-dev &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.15.5.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Debian package development tools
&lt;br&gt;ii &amp;nbsp;file &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5.03-3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Determines file type using &amp;quot;magic&amp;quot;
&lt;br&gt;ii &amp;nbsp;gettext &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.17-8 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GNU Internationalization utilities
&lt;br&gt;ii &amp;nbsp;intltool-debian &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.35.0+20060710.1 Help i18n of RFC822 compliant conf
&lt;br&gt;ii &amp;nbsp;libapt-pkg-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.1.24 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Perl interface to libapt-pkg
&lt;br&gt;ii &amp;nbsp;libclass-accessor-perl 0.34-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Perl module that automatically gen
&lt;br&gt;ii &amp;nbsp;libipc-run-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.84-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Perl module for running processes
&lt;br&gt;ii &amp;nbsp;libparse-debianchangel 1.1.1-2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; parse Debian changelogs and output
&lt;br&gt;ii &amp;nbsp;libtimedate-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.1900-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Time and date functions for Perl
&lt;br&gt;ii &amp;nbsp;liburi-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.37+dfsg-1 &amp;nbsp; &amp;nbsp; &amp;nbsp; Manipulates and accesses URI strin
&lt;br&gt;ii &amp;nbsp;man-db &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.5.6-4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; on-line manual pager
&lt;br&gt;ii &amp;nbsp;perl [libdigest-sha-pe 5.10.1-8 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Larry Wall's Practical Extraction 
&lt;br&gt;&lt;br&gt;lintian recommends no packages.
&lt;br&gt;&lt;br&gt;Versions of packages lintian suggests:
&lt;br&gt;pn &amp;nbsp;binutils-multiarch &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;none&amp;gt; &amp;nbsp; &amp;nbsp; (no description available)
&lt;br&gt;pn &amp;nbsp;libtext-template-perl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;none&amp;gt; &amp;nbsp; &amp;nbsp; (no description available)
&lt;br&gt;ii &amp;nbsp;man-db &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.5.6-4 &amp;nbsp; &amp;nbsp;on-line manual pager
&lt;br&gt;&lt;br&gt;-- no debconf information
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505962&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-lint-maint-REQUEST@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505962&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bug-557883%3A-lintian%3A-false-positive-in-lib-recommends-documentation-%28name-vs.-content%29-tp26505962p26505962.html" />
</entry>

</feed>
