Bug#350114: Please add ubuntu upload targets to frontend/lintian

2006-03-10 Thread Thijs Kinkhorst
Reinhard Tartler [EMAIL PROTECTED] wrote:
 in order to get rid of this patch in ubuntu, please include it in the
 next lintian upload. Attached the patch we have in ubuntus lintian.

That doesn't seem right. We can assume that someone packaging on a
Debian system (i.e. running lintian from Debian) is preparing a Debian
package, and someone on Ubuntu, running Ubuntu's lintian, is targetting
Ubuntu.

Therefore, the check as-is is valid, and quite useful: if someone is
confused and puts an Ubuntu target in a Debian package, this will be
detected by lintian.


Thijs


signature.asc
Description: This is a digitally signed message part


Bug#350114: Please add ubuntu upload targets to frontend/lintian

2006-03-10 Thread Russ Allbery
Thijs Kinkhorst [EMAIL PROTECTED] writes:
 Reinhard Tartler [EMAIL PROTECTED] wrote:

 in order to get rid of this patch in ubuntu, please include it in the
 next lintian upload. Attached the patch we have in ubuntus lintian.

 That doesn't seem right. We can assume that someone packaging on a
 Debian system (i.e. running lintian from Debian) is preparing a Debian
 package, and someone on Ubuntu, running Ubuntu's lintian, is targetting
 Ubuntu.

 Therefore, the check as-is is valid, and quite useful: if someone is
 confused and puts an Ubuntu target in a Debian package, this will be
 detected by lintian.

Yeah, that was my reaction too -- I think this is one of those places
where Debian and Ubuntu really want to be (slightly) distinct.

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#350114: Please add ubuntu upload targets to frontend/lintian

2006-01-27 Thread Reinhard Tartler
Package: lintian
Version: 1.23.14ubuntu1
Severity: wishlist
Tags: patch

in order to get rid of this patch in ubuntu, please include it in the
next lintian upload. Attached the patch we have in ubuntus lintian.

-- System Information:
Debian Release: testing/unstable
  APT prefers dapper
  APT policy: (700, 'dapper')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-13-amd64-k8
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages lintian depends on:
ii  binutils  2.16.1cvs20060117-1ubuntu1 The GNU assembler, linker and bina
ii  diffstat  1.41-1 produces graph of changes introduc
ii  dpkg-dev  1.13.11ubuntu1 package building tools for Debian
ii  file  4.16-0ubuntu1  Determines file type using magic
ii  gettext   0.14.5-2ubuntu2GNU Internationalization utilities
ii  intltool-debi 0.34.1+20050828Help i18n of RFC822 compliant conf
ii  libparse-debi 1.0-1  parse Debian changelogs and output
ii  man-db2.4.3-3The on-line manual pager
ii  perl [libdige 5.8.7-10ubuntu1Larry Wall's Practical Extraction 

lintian recommends no packages.

-- no debconf information
diff -Nru /tmp/3H1FwJWeEY/lintian-1.23.15/frontend/lintian 
/tmp/ezIn5O7j3U/lintian-1.23.15ubuntu1/frontend/lintian
--- /tmp/3H1FwJWeEY/lintian-1.23.15/frontend/lintian2005-10-14 
02:19:49.0 +0200
+++ /tmp/ezIn5O7j3U/lintian-1.23.15ubuntu1/frontend/lintian 2006-01-27 
13:39:28.0 +0100
@@ -625,7 +625,13 @@
  or ($data-{'distribution'} eq 'testing')
  or ($data-{'distribution'} eq 'unstable')
  or ($data-{'distribution'} eq 'experimental')
+ or ($data-{'distribution'} eq 'dapper')
+ or ($data-{'distribution'} eq 'breezy')
+ or ($data-{'distribution'} eq 'hoary')
+ or ($data-{'distribution'} eq 'warty')
  or ($data-{'distribution'} =~ /\w+-proposed-updates/)
+ or ($data-{'distribution'} =~ /\w+-updates/)
+  or ($data-{'distribution'} =~ /\w+-backports/)
  or ($data-{'distribution'} =~ /\w+-security/))
) {
# bad distribution entry