Bug#669568: [nmudiff] add option to use Cc (instead of Bcc)

2012-04-19 Thread Jakub Wilk

Package: devscripts
Version: 2.11.6
Severity: wishlist
User: devscri...@packages.debian.org
Usertags: nmudiff

I prefer to have cont...@bugs.debian.org in Cc rather than in Bcc. 
Please add an option (ideally, configurable in ~/.devscripts) to use Cc. 
Thanks.


--
Jakub Wilk




--
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Bug#659084: devscripts: [PATCH] debsign - use POSIX command substitution $()

2012-02-25 Thread Jakub Wilk

* Jari Aalto jari.aa...@cante.net, 2012-02-08, 02:58:

-[ `head -n 1 \$1\` = -BEGIN PGP SIGNED MESSAGE- ] || \
+[ $(head -n 1 \$1\) = -BEGIN PGP SIGNED MESSAGE- ] || \


Bzzt, wrong.

$ foo=/etc/ld.so.conf; echo `head -n 1 \$foo\`
include /etc/ld.so.conf.d/*.conf

$ foo=/etc/ld.so.conf; echo $(head -n 1 \$1\)
head: cannot open `' for reading: No such file or directory

--
Jakub Wilk




--
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Bug#533495: [debcheckout] Support multiline Vcs-* fields

2012-01-26 Thread Jakub Wilk

* Stefano Zacchiroli z...@debian.org, 2009-05-10, 15:58:

Vcs-* fields are logically single line.
That, to me, would be a full stop sentence.

If physically they are split over multiple lines this is fine, but 
logically they remain one line.


If this is the case, then IMO it's dpkg-source job to unfold the field, 
so that it appears a single line in dsc. Then debcheckout wouldn't 
require any changes.


(dpkg is already aware of existence of Vcs-* fields, so it should be 
okay to teach it also a bit about their semantics.)


--
Jakub Wilk




--
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Bug#576853: [rc-alert] please show bugs assigned to source packages, too

2012-01-11 Thread Jakub Wilk
I'm currently using the attached wrapper script to work around this 
limitation, but I'd love have it fixed in devscripts proper.


--
Jakub Wilk
#!/bin/sh
installed='install ok installed'
exec rc-alert $@ \
  $(grep-status -F Status -w $installed -n -s Source:Package | sed -e 's/\([^ 
]*\).*/src:\1/') \
  $(grep-status -F Status -w $installed -n -s Package)


Bug#654460: [bts] please validate 2nd argument to reopen (and owner)

2012-01-03 Thread Jakub Wilk

Package: devscripts
Version: 2.11.2
Severity: minor
User: devscri...@packages.debian.org
Usertags: bts

If someone mistakenly believes that the reopen command can take 
multiple bug numbers, bts won't stop him from sending an incorrect 
message like


reopen 194893 268043

to the BTS.

Please validate that the second argument to reopen contains at least 
@.


(The owner command has the same problem, though less likely to be 
triggered in practice.)


--
Jakub Wilk




--
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Bug#649165: [build-rdeps] confuses architecture restrictions with package names

2011-11-18 Thread Jakub Wilk

Package: devscripts
Version: 2.11.2
Severity: normal
User: devscri...@packages.debian.org
Usertags: build-rdepds

I tried to check reverse-build-dependencies of i386, which is an 
existing (virtual) package:


| $ build-rdeps i386
| Reverse Build-depends in contrib:
| -
|
| starpu-contrib
|
| Found a total of 1 reverse build-depend(s) for i386.
|
| Reverse Build-depends in main:
| --
|
| calf
| starpu
| alsa-lib
[...snip, lots of other stuff...]

None of the printed packages actually build-depend on i386.

--
Jakub Wilk




--
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Bug#641979: [debc] space after -a/-t is required

2011-09-18 Thread Jakub Wilk

Package: devscripts
Version: 2.11.1
Severity: minor
User: devscri...@packages.debian.org
Usertags: debc

Both --help and the manual page suggest that you can (or even must) omit 
space between -a/-t and its argument. But this is not the case:

| $ debc -tx86_64-linux-gnu cmor_2.7.1-3_amd64.changes  /dev/null
| Unknown option: tx86_64-linux-gnu
| Usage: debc [options] [.changes file] [package ...]
| Run debc --help for more details
|
| $ debc -t x86_64-linux-gnu cmor_2.7.1-3_amd64.changes  /dev/null
| dpkg-architecture: warning: Specified GNU system type x86_64-linux-gnu does 
not match gcc system type i486-linux-gnu.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages devscripts depends on:
ii  dpkg-dev   1.16.0.3
ii  libc6  2.13-21 
ii  perl   5.12.4-4
ii  python 2.7.2-5 
ii  python2.6  2.6.7-4 
ii  python2.7  2.7.2-5 


--
Jakub Wilk




--
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Bug#576853: [rc-alert] please show bugs assigned to source packages, too

2011-08-07 Thread Jakub Wilk

* James Vega james...@debian.org, 2010-04-07, 15:29:
rxvt-unicode is RC-buggy, but the RC bug (#570689) is assigned to the 
source package. rc-alert doesn't show this bug:


$ rc-alert rxvt-unicode | wc -l
0


We simply parse 
http://bugs.debian.org/release-critical/other/all.html for this 
information.  Until #566709 is handled, I'm not sure it's worth the 
effort trying to change our parsing of that page to find source package 
bugs.


FYI, #566709 has been (sort-of) fixed.

--
Jakub Wilk




--
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Bug#633403: [debdiff] sensitive to order of files in *.changes

2011-07-09 Thread Jakub Wilk

Package: devscripts
Version: 2.11.0
Severity: minor
User: devscri...@packages.debian.org
Usertags: debdiff

The attached two *.changes files differ only by order of debs, so 
debdiff should not report any changes. However:


$ debdiff *.changes
Files moved or copied from at least TWO packages or to at least TWO packages

-rw-r--r--  root/root   DEBIAN/control
From packages: bash-doc, bash, bash-static, bash-builtins
To packages: bash-doc, bash, bash-builtins, bash-static
-rw-r--r--  root/root   DEBIAN/md5sums
From packages: bash-doc, bash, bash-static, bash-builtins
To packages: bash-doc, bash, bash-builtins, bash-static

No differences were encountered between the control files of package bash

No differences were encountered between the control files of package 
bash-builtins

No differences were encountered between the control files of package bash-doc

No differences were encountered between the control files of package bash-static



-- Package-specific info:

--- ~/.devscripts ---
DEBDIFF_AUTO_VER_SORT=yes
DEBDIFF_SHOW_MOVED=yes
DEBDIFF_SHOW_DIFFSTAT=yes


--
Jakub Wilk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Apr 2010 10:35:29 +0200
Source: bash
Binary: bash bash-static bash-builtins bash-doc bashdb
Architecture: source all amd64
Version: 4.1-3
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 bash   - The GNU Bourne Again SHell
 bash-builtins - Bash loadable builtins - headers  examples
 bash-doc   - Documentation and examples for the The GNU Bourne Again SHell
 bash-static - The GNU Bourne Again SHell (static version)
 bashdb - The GNU Bourne Again SHell Debugger
Closes: 529313 551019 569798
Changes: 
 bash (4.1-3) unstable; urgency=low
 .
   * Apply upstream patches 003, 004, 005.
   * Fix crash in declare builtin.
   * /etc/skel/.bashrc:
 - Enable sourcing of ~/.bash_aliases by default. Closes: #569798.
 - Find command-not-found script. Closes: #529313.
   * README.Debian:
 - Remove references to --disable-net-redirections, bash-minimal.
 - Mention that the upstream changelog can be found in the bash-doc
   package. Closes: #551019.
Checksums-Sha1: 
 3cf82e07acdf65fd47ca25e969db1d860f243970 1189 bash_4.1-3.dsc
 32f7f4750eeb59b593b9c0ed7a67fc6f058a7c37 81746 bash_4.1-3.diff.gz
 a9bb899e37416d48e72e4f6eb96441e4e124ac45 675486 bash-doc_4.1-3_all.deb
 51a64b9b8d13106a22708a3290c72f4ff454b620 1325432 bash_4.1-3_amd64.deb
 90d461d2352e5632b7e7cf105ea0fdadf729922a 872264 bash-static_4.1-3_amd64.deb
 6ea4f70d472c913b8a8bf2ea64d37d6a807cb99d 107380 bash-builtins_4.1-3_amd64.deb
Checksums-Sha256: 
 03f830eff65c80775d5ba0ee521e43df35b2b76790548c2855e9e290303c1ab4 1189 
bash_4.1-3.dsc
 d4ac31c6453df71c015debf88aaf98ba09d9dd32555c967ed5583d332b747352 81746 
bash_4.1-3.diff.gz
 371ae5ef241f8e2a9b789670743faa5d260acde2cc319e1799daaa7dccac4e86 675486 
bash-doc_4.1-3_all.deb
 4987e65ab86eae31215da73c7ab624f66fc4ad9deeb5147850ceae3c16ab67a6 1325432 
bash_4.1-3_amd64.deb
 94d06d717641afe1afd1fbb439fa8a1d7bf0a8e3e79c0949dccf3331e4dacca0 872264 
bash-static_4.1-3_amd64.deb
 1b5a39de87bee0614a22b32b792b3dec6972ca347854cd097f6ba228d8bef30c 107380 
bash-builtins_4.1-3_amd64.deb
Files: 
 5ce82ceba70a1416cfd2d50dc21b1bee 1189 base required bash_4.1-3.dsc
 ae1b3f45f981203e4dcd34a197abd7a3 81746 base required bash_4.1-3.diff.gz
 234f16f6aec6ff401f19a17630d5ddc8 675486 doc optional bash-doc_4.1-3_all.deb
 c4dcf905726e22a0dca526464a7a3c70 1325432 shells required bash_4.1-3_amd64.deb
 80d3043be972724c811492cbf9c6362a 872264 shells optional 
bash-static_4.1-3_amd64.deb
 231647d6111d4b2738faca8291dfee93 107380 utils optional 
bash-builtins_4.1-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkvAXpMACgkQStlRaw+TLJwiAgCgmDcaCOsenG7gHmEvk0tsZVRx
h04AnRXRJBCQohvXjshCpKFH2AaPvA+B
=VK68
-END PGP SIGNATURE-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Apr 2010 10:35:29 +0200
Source: bash
Binary: bash bash-static bash-builtins bash-doc bashdb
Architecture: source all amd64
Version: 4.1-3
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 bash   - The GNU Bourne Again SHell
 bash-builtins - Bash loadable builtins - headers  examples
 bash-doc   - Documentation and examples for the The GNU Bourne Again SHell
 bash-static - The GNU Bourne Again SHell (static version)
 bashdb - The GNU Bourne Again SHell Debugger
Closes: 529313 551019 569798
Changes: 
 bash (4.1-3) unstable; urgency=low
 .
   * Apply upstream patches 003, 004, 005.
   * Fix crash in declare builtin.
   * /etc/skel/.bashrc:
 - Enable sourcing of ~/.bash_aliases by default. Closes: #569798.
 - Find command-not-found script. Closes: #529313.
   * README.Debian:
 - Remove

Bug#626830: [dcmd] option for recursive expansion

2011-05-15 Thread Jakub Wilk

Package: devscripts
Version: 2.10.73
Severity: wishlist
User: devscri...@packages.debian.org
Usertag: dcmd

It would be nice if dcmd had an option (let's call it -R) that would 
expand file lists recursively. E.g.:


$ dcmd rcs_5.7-25_amd64.changes # no .orig.tar.gz
rcs_5.7-25.dsc
rcs_5.7-25.diff.gz
rcs_5.7-25_amd64.deb
rcs_5.7-25_amd64.changes

$ dcmd dcmd rcs_5.7-25_amd64.changes # almost works (duplicates...)
rcs_5.7.orig.tar.gz
rcs_5.7-25.diff.gz
rcs_5.7-25.dsc
rcs_5.7-25.diff.gz
rcs_5.7-25_amd64.deb
rcs_5.7-25.dsc
rcs_5.7-25.diff.gz
rcs_5.7-25_amd64.deb
rcs_5.7-25_amd64.changes

$ dcmd -R rcs_5.7-25_amd64.changes
rcs_5.7.orig.tar.gz
rcs_5.7-25.diff.gz
rcs_5.7-25.dsc
rcs_5.7-25_amd64.deb
rcs_5.7-25_amd64.changes

--
Jakub Wilk




--
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Bug#612500: [build-rdeps] trailing whitespace

2011-02-08 Thread Jakub Wilk

Package: devscripts
Version: 2.10.69
Severity: minor
User: devscri...@packages.debian.org
Usertags: build-rdeps

build-rdeps adds two spaces after each package name:

$ build-rdeps --only-main python-djvu | grep '^[a-z]' | cat -A
ocrodjvu  $


This is (mildly) annoying.

--
Jakub Wilk




--
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Bug#612521: [bts] wheezy{,-ignore} tags

2011-02-08 Thread Jakub Wilk

Package: devscripts
Version: 2.10.69
User: devscri...@packages.debian.org
Usertags: bts

Please add support for wheezy and wheezy-ignore tags to bts.

--
Jakub Wilk




--
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Bug#605427: [dget] please use the same proxy settings as apt

2010-11-29 Thread Jakub Wilk

Package: devscripts
Version: 2.10.69
Severity: wishlist
User: devscri...@packages.debian.org
Usertags: dget

I am currently using the following wrapper in order to force dget to use 
the same proxy setting as apt does:


#!/bin/sh
for protocol in http ftp
do
   eval $(apt-config shell http_proxy Acquire::$protocol::Proxy)
   export ${protocol}_proxy
done
exec /usr/bin/dget $@


It would be nice if dget used apt settings out of the box. :)

--
Jakub Wilk




--
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Bug#599354: [dget] Please download .deb in case of permission problems

2010-10-06 Thread Jakub Wilk

Package: devscripts
Version: 2.10.68
Severity: wishlist
User: devscri...@packages.debian.org
Usertags: dget

If requested .deb can be found in the local cache, but is inaccessible 
because of permissions, dget just dies with


Permission denied at /usr/bin/dget line 169.

It would be nice if it fell back to downloading .deb in such cases.

--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#595251: [dd-list] should strip leading/trailing whitespace

2010-09-02 Thread Jakub Wilk

Package: devscripts
Version: 2.10.67
Severity: normal
User: devscri...@packages.debian.org
Usertags: dd-list

$ dd-list python-tgext.admin python-sprox
Debian Python Modules Team python-modules-t...@lists.alioth.debian.org
   python-tgext.admin
   sprox

 Stefano Zacchiroli z...@debian.org
   python-tgext.admin (U)

Stefano Zacchiroli z...@debian.org
   sprox (U)


(Note that zack is listed twice.)

--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#590832: [build-rdeps] doesn't handle packages with + in name correctly

2010-07-29 Thread Jakub Wilk

Package: devscripts
Version: 2.10.65.1
Severity: normal

build-rdeps doesn't show packages build-depending on g++-4.3 (nor on any 
other packages with a + in name), even though there are some in the 
archive:


$ build-rdeps --only-main g++-4.3
Reverse Build-depends in main:
--

No reverse build-depends found for g++-4.3.


-- Package-specific info:

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages devscripts depends on:
ii  dpkg-dev  1.15.7.2   Debian package development tools
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  perl  5.10.1-13  Larry Wall's Practical Extraction 


Versions of packages devscripts recommends:
pn  atnone (no description available)
ii  bsd-mailx [mailx] 8.1.2-0.20100314cvs-1  simple mail user agent
ii  bzr   2.1.2-1easy to use distributed version co
ii  curl  7.21.0-1   Get a file from an HTTP, HTTPS or 
ii  dctrl-tools   2.14   Command-line tools to process Debi

ii  debian-keyring [d 2010.06.08 GnuPG (and obsolete PGP) keys of D
ii  dput  0.9.6.1Debian package upload tool
ii  elinks [www-brows 0.12~pre5-2advanced text-mode WWW browser
pn  equivsnone (no description available)
ii  fakeroot  1.14.4-1   Gives a fake root environment
ii  git [git-core]1:1.7.1-1.1fast, scalable, distributed revisi
ii  git-core  1:1.7.1-1.1fast, scalable, distributed revisi
ii  gnupg 1.4.10-4   GNU privacy guard - a free PGP rep
ii  iceweasel [www-br 3.5.11-1   Web browser based on Firefox
pn  libauthen-sasl-pe none (no description available)
ii  libcrypt-ssleay-p 0.57-2 Support for https protocol in LWP
ii  libjson-perl  2.21-1 Perl module to parse and convert t
ii  libparse-debcontr 2.005-2Easy OO parsing of Debian control-
ii  libsoap-lite-perl 0.712-1Perl implementation of a SOAP clie
ii  libterm-size-perl 0.2-4+b1   Perl extension for retrieving term
ii  libtimedate-perl  1.2000-1   collection of modules to manipulat
ii  liburi-perl   1.54-1 module to manipulate and access UR
ii  libwww-perl   5.836-1Perl HTTP/WWW client/server librar
ii  libyaml-syck-perl 1.09-1 Perl module providing a fast, ligh
ii  lintian   2.4.3  Debian package checker
ii  lsb-release   3.2-23.1   Linux Standard Base version report
ii  lzma  4.43-14Compression method of 7z format in
ii  man-db2.5.7-3on-line manual pager
ii  mercurial 1.6-2  scalable distributed version contr
ii  openssh-client [s 1:5.5p1-4  secure shell (SSH) client, for sec
ii  patch 2.6-2  Apply a diff file to an original
ii  patchutils0.3.1-2Utilities to work with patches
ii  sensible-utils0.0.4  Utilities for sensible alternative
ii  strace4.5.20-2   A system call tracer
ii  subversion1.6.12dfsg-1   Advanced version control system
ii  unzip 6.0-4  De-archiver for .zip files
ii  wdiff 0.6.3-1Compares two files word by word
ii  wget  1.12-2 retrieves files from the web
ii  xz-utils  4.999.9beta+20100713-1 XZ-format compression utilities

--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#589437: [rmadison] --url=udd undocumented

2010-07-17 Thread Jakub Wilk

Package: devscripts
Version: 2.10.65
Severity: minor
User: devscri...@packages.debian.org
Usertag: rmadison

http://qa.debian.org/cgi-madison/madison.cgi was added in 2.10.62 as 
known madison URL. However this fact is not documented in the manual 
page.


--
Jakub Wilk


signature.asc
Description: Digital signature


Re: debian/watch problem due to http://code.google.com download page's link format change

2010-05-15 Thread Jakub Wilk

* Asias He asias.he...@gmail.com, 2010-05-15, 17:16:

Recently, code.google.com changed the download page link format.
As a result, the old debian/watch file in packages whose upstream source code
hosted on code.google.com did work anymore.

[...]

The new download page contain the detail link, one has to follow
the new detail link in order to find the real download url.
something like this:
http://code.google.com/p/ibus/downloads/list
http://code.google.com/p/ibus/downloads/detail?name=ibus-1.3.3.tar.gzcan=2q=
http://ibus.googlecode.com/files/ibus-1.3.3.tar.gz

I believe this problem affects all the packages whose upstream source
code is hosted on code.google.com.

Is there an easy way to deal this.


Yes, there is (for some values of easy):
http://bugs.debian.org/581622#10

--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#581572: [debchange] --maintainer should keep timezone as-is

2010-05-13 Thread Jakub Wilk

Package: devscripts
Version: 2.10.64
Severity: wishlist
User: devscri...@packages.debian.org
Usertags: debchange

It would be nice if dch in the --maintainer mode didn't change 
timezone of the top changelog entry.


--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#581573: [debdiff] compare *.deb and *.changes in version order

2010-05-13 Thread Jakub Wilk

Package: devscripts
Version: 2.10.64
Severity: wishlist
User: devscri...@packages.debian.org
Usertags: debdiff

Currently --auto-ver-sort works only for comparing source packages. It 
would be nice if it worked also when comparing two *.deb files or two 
*.changes files.


--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#581572: [debchange] --maintainer should keep timezone as-is

2010-05-13 Thread Jakub Wilk

retitle 581572 [debchange] --maintmaint should keep timezone as-is
thanks

* Adam D. Barratt a...@adam-barratt.org.uk, 2010-05-13, 21:39:

It would be nice if dch in the --maintainer mode


--maintmaint mode? :-)


Erm, yes.


didn't change timezone of the top changelog entry.


Does -t / --mainttrailer do what you want?  Or were you looking for the
datestamp to update, but maintaining the existing timezone?


The latter.

--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#576853: [rc-alert] please show bugs assigned to source packages, too

2010-04-07 Thread Jakub Wilk

Package: devscripts
Version: 2.10.62
Severity: wishlist

rxvt-unicode is RC-buggy, but the RC bug (#570689) is assigned to the 
source package. rc-alert doesn't show this bug:


$ rc-alert rxvt-unicode | wc -l
0


--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#556375: [mass-bug] From header only with e-mail address

2009-11-15 Thread Jakub Wilk

Package: devscripts
Version: 2.10.55
Severity: minor

Unlike reportbug or devscript's bts, mass-bug is unable to put my full 
name into the From header:


$ echo $DEBEMAIL $DEBFULLNAME $(getent passwd $USER | cut -d: -f5 | cut -d, 
-f1)
uba...@users.sf.net  Jakub Wilk

$ reportbug --template devscrtips 2/dev/null | grep ^From
From: Jakub Wilk uba...@users.sf.net

$ bts -n limit source:devscripts | grep ^From
From: Jakub Wilk uba...@users.sf.net

$ echo devscripts  packages
$ echo foo  template
$ echo yes | mass-bug --send --sendmail cat --subject=foo template packages | 
grep ^From:
From: uba...@users.sf.net

--
Jakub Wilk




--
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Bug#542962: [bts] please append thanks

2009-08-22 Thread Jakub Wilk

Package: devscripts
Version: 2.10.53
Severity: wishlist

I often copy output of bts to mails that are meant to be sent to both 
cont...@bugs.debian.org and a human. As I keep forgetting to add a 
thanks line between machine- and human-readable parts, it would be 
nice if bts were adding such a line.


--
Jakub Wilk




--
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Bug#542961: devscripts: [bts] typo in bts(1): --no-acks

2009-08-22 Thread Jakub Wilk

Package: devscripts
Version: 2.10.53
Severity: minor

bts manual page refers to a --no-acks option, whereas the option name is 
actually --no-ack.


--
Jakub Wilk




--
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Bug#535337: [licensecheck] should skip empty files

2009-07-01 Thread Jakub Wilk

Package: devscripts
Version: 2.10.52
Severity: minor
File: /usr/bin/licensecheck

licensecheck should not report issues with empty files. They are quite 
common in Python world and obviously cannot have any license/copyright 
problems.


$ touch __init__.py
$ licensecheck -r .
./__init__.py: *No copyright* UNKNOWN

--
Jakub Wilk




--
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Bug#531059: [licensecheck] use of uninitialized value

2009-05-29 Thread Jakub Wilk

Package: devscripts
Version: 2.10.50
Severity: minor
File: /usr/bin/licensecheck

$ apt-get source dulwich
[...]
dpkg-source: info: extracting dulwich in dulwich-0.3.2
dpkg-source: info: unpacking dulwich_0.3.2.orig.tar.gz
dpkg-source: info: applying dulwich_0.3.2-1.diff.gz

$ licensecheck dulwich-0.3.2/dulwich/repo.py
Use of uninitialized value $1 in concatenation (.) or string at 
/usr/bin/licensecheck line 392.
dulwich-0.3.2/dulwich/repo.py: GPL (v)

--
Jakub Wilk




--
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Bug#528193: [debsnap] does not work with current mktemp

2009-05-11 Thread Jakub Wilk

Package: devscripts
Version: 2.10.49
Severity: important
File: /usr/bin/debsnap

$ apt-cache policy mktemp | grep Installed
  Installed: 1.6-4

$ debsnap devscripts 2.10.49
mktemp: cannot make temp dir /tmp/debsnap.: Invalid argument
mktemp: last six characters of template must be XX


--
Jakub Wilk




--
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Bug#480852: [checkbashisms] `kill -9` is considered as a bashism

2008-05-12 Thread Jakub Wilk

Package: devscripts
Version: 2.10.26
Severity: normal
File: /usr/bin/checkbashisms

checkbashisms considers `kill -9` as a bashism:

$ echo #!/bin/sh  tmp
$ echo kill -9 foo  tmp
$ checkbashisms tmp
possible bashism in tmp line 2 (kill -[0-9] or -[A-Z]):
kill -9 foo


Actually, according to POSIX, such a usage is perfectly valid:

$ man -e posix kill | grep ^SYNOPSIS -A 10 | grep .
SYNOPSIS
   kill -s signal_name pid ...
   kill -l [exit_status]
   kill [-signal_name] pid ...
   kill [-signal_number] pid ...


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable'), (500, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages devscripts depends on:
ii  debianutils   2.28.4 Miscellaneous utilities specific t
ii  dpkg-dev  1.14.18package building tools for Debian
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  perl  5.8.8-12   Larry Wall's Practical Extraction 
ii  sed   4.1.5-6The GNU sed stream editor


--
Jakub Wilk




--
To unsubscribe, send mail to [EMAIL PROTECTED]


Bug#480852: kill(1posix) should mention that -SIGNAME and -SIGNUMBER are XSI extensions

2008-05-12 Thread Jakub Wilk

reassign 480852 manpages-posix 2.16-1
retitle 480852 kill(1posix) should mention that -SIGNAME and -SIGNUMBER are XSI 
extensions
thanks

* Adam D. Barratt [EMAIL PROTECTED], 2008-05-12, 12:46:

checkbashisms considers `kill -9` as a bashism:

$ echo #!/bin/sh  tmp
$ echo kill -9 foo  tmp
$ checkbashisms tmp
possible bashism in tmp line 2 (kill -[0-9] or -[A-Z]):
kill -9 foo


Actually, according to POSIX, such a usage is perfectly valid:


POSIX itself requires only -s and -l to work; -SIGNAME and -SIGNUMBER are 
XSI extensions - see  
http://www.opengroup.org/onlinepubs/95399/utilities/kill.html


kill(1posix) manual page fails to mention that, so I'm reassigning the 
bug.


--
Jakub Wilk




--
To unsubscribe, send mail to [EMAIL PROTECTED]