Re: RFS: cflow (updated package)

2009-08-03 Thread Jakub Wilk

* George Danchev danc...@spnet.net, 2009-08-03, 06:22:

I am looking for a sponsor for the new version 1:1.3-1
of my package cflow.

It builds these binary packages:
cflow  - Analyze control flow in C source files

The package appears to be lintian (-I -E --pedantic) clean.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/c/cflow
- Source repository: deb-src http://mentors.debian.net/debian unstable main
contrib non-free - dget
http://mentors.debian.net/debian/pool/main/c/cflow/cflow_1.3-1.dsc

I would be glad if someone uploaded this package for me.


Just one comment: lintian 2.2.13 (from sid) reports:

$ lintian -i --pedantic *.changes
E: cflow: package-contains-info-dir-file usr/share/info/dir.gz

[snip]


and in fact it is correct:

$ dpkg --contents cflow_1.3-1_i386.deb | grep info
drwxr-xr-x root/root 0 2009-08-03 03:03 ./usr/share/info/
-rw-r--r-- root/root   448 2009-08-03 03:02 ./usr/share/info/dir.gz
-rw-r--r-- root/root 24212 2009-08-03 03:03 ./usr/share/info/cflow.info.gz


Well, my pbuilder produces a correct result:

$ lintian --version
Lintian v2.2.13

$ lintian -I -E --pedantic cflow_1.3-1_i386.changes  echo $?
0

$ $ dpkg --contents cflow_1.3-1_i386.deb | grep -c dir
0


--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: cflow (updated package)

2009-08-03 Thread Bernhard R. Link
* George Danchev danc...@spnet.net [090803 05:22]:
 cflow 1:1.2-3 (from sid) does not distribute /usr/share/info/dir.gz, so it 
 seems that something has changed to the upstream build system, without being 
 documented in their last ChangeLog entry... diff to the rescue?

Most likely it is not upstream that has changes, but dpkg. It now calls
a different install-info which can cause behaviour like that.

Hochachtungsvoll,
Bernhard R. Link


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: cflow (updated package)

2009-08-03 Thread Jakub Wilk

* Jakub Wilk uba...@users.sf.net, 2009-08-03, 09:43:

Just one comment: lintian 2.2.13 (from sid) reports:

$ lintian -i --pedantic *.changes
E: cflow: package-contains-info-dir-file usr/share/info/dir.gz

[snip]


and in fact it is correct:

$ dpkg --contents cflow_1.3-1_i386.deb | grep info
drwxr-xr-x root/root 0 2009-08-03 03:03 ./usr/share/info/
-rw-r--r-- root/root   448 2009-08-03 03:02 ./usr/share/info/dir.gz
-rw-r--r-- root/root 24212 2009-08-03 03:03 ./usr/share/info/cflow.info.gz


Well, my pbuilder produces a correct result:

$ lintian --version
Lintian v2.2.13

$ lintian -I -E --pedantic cflow_1.3-1_i386.changes  echo $?
0

$ $ dpkg --contents cflow_1.3-1_i386.deb | grep -c dir
0


It seems the the bug is triggered only when install-info is installed. 
Fixed and uploaded to mentors:

- URL: http://mentors.debian.net/debian/pool/main/c/cflow
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget http://mentors.debian.net/debian/pool/main/c/cflow/cflow_1.3-1.dsc

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: cflow (updated package)

2009-08-03 Thread George Danchev
 * Jakub Wilk uba...@users.sf.net, 2009-08-03, 09:43:

Hi,

 Just one comment: lintian 2.2.13 (from sid) reports:
 
 $ lintian -i --pedantic *.changes
 E: cflow: package-contains-info-dir-file usr/share/info/dir.gz
 
 [snip]
 
 and in fact it is correct:
 
 $ dpkg --contents cflow_1.3-1_i386.deb | grep info
 drwxr-xr-x root/root 0 2009-08-03 03:03 ./usr/share/info/
 -rw-r--r-- root/root   448 2009-08-03 03:02 ./usr/share/info/dir.gz
 -rw-r--r-- root/root 24212 2009-08-03 03:03
  ./usr/share/info/cflow.info.gz
 
 Well, my pbuilder produces a correct result:
 
 $ lintian --version
 Lintian v2.2.13
 
 $ lintian -I -E --pedantic cflow_1.3-1_i386.changes  echo $?
 0
 
 $ $ dpkg --contents cflow_1.3-1_i386.deb | grep -c dir
 0

 It seems the the bug is triggered only when install-info is installed.

Yes, install-info is priority important and also found in my cowbuilder image. 
Sure, I can --login and remove it, then build from there, but I expect it 
autobuilders also have it in their chroots environments, which would result in 
building a package with that extra dir.gz.

As Bernhard Link also suggested, I tracked this down to the recent install-
info (being called by upstream makefile) which actually calls ginstall-info 
which creates the dir file into the package directory. This makes sense system-
wide, but not for package directories, hence I guess such upstream targets are 
better to be avoided when it comes to installation into package directories. 
Your solution also works, but it kinda falls into `install'em-all-then-remove-
some' category ;-)

 Fixed and uploaded to mentors:
 - URL: http://mentors.debian.net/debian/pool/main/c/cflow
 - Source repository: deb-src http://mentors.debian.net/debian unstable main
 contrib non-free - dget
 http://mentors.debian.net/debian/pool/main/c/cflow/cflow_1.3-1.dsc

Uploaded. Thanks for your work!

-- 
pub 4096R/0E4BD0AB 2003-03-18 people.fccf.net/danchev/key pgp.mit.edu


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


Re: RFS: cflow (updated package)

2009-08-03 Thread Jakub Wilk

* George Danchev danc...@spnet.net, 2009-08-03, 21:17:

$ dpkg --contents cflow_1.3-1_i386.deb | grep info
drwxr-xr-x root/root 0 2009-08-03 03:03 ./usr/share/info/
-rw-r--r-- root/root   448 2009-08-03 03:02 ./usr/share/info/dir.gz
-rw-r--r-- root/root 24212 2009-08-03 03:03
 ./usr/share/info/cflow.info.gz

Well, my pbuilder produces a correct result:

$ lintian --version
Lintian v2.2.13

$ lintian -I -E --pedantic cflow_1.3-1_i386.changes  echo $?
0

$ $ dpkg --contents cflow_1.3-1_i386.deb | grep -c dir
0

It seems the the bug is triggered only when install-info is installed.


Yes, install-info is priority important and also found in my cowbuilder image.

Apparently my chroot is slimmer than yours. :)


Sure, I can --login and remove it, then build from there, but I expect it
autobuilders also have it in their chroots environments, which would result in
building a package with that extra dir.gz.

After looking at autobuilders logs, I'd say they don't have it installed.


As Bernhard Link also suggested, I tracked this down to the recent install-
info (being called by upstream makefile) which actually calls ginstall-info
which creates the dir file into the package directory. This makes sense system-
wide, but not for package directories, hence I guess such upstream targets are
better to be avoided when it comes to installation into package directories.
Your solution also works, but it kinda falls into `install'em-all-then-remove-
some' category ;-)

Okay, I'll try to craft something more elegant by the next upload.

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



RFS: cflow (updated package)

2009-08-02 Thread Jakub Wilk

Dear mentors,

I am looking for a sponsor for the new version 1:1.3-1
of my package cflow.

It builds these binary packages:
cflow  - Analyze control flow in C source files

The package appears to be lintian (-I -E --pedantic) clean.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/c/cflow
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget http://mentors.debian.net/debian/pool/main/c/cflow/cflow_1.3-1.dsc

I would be glad if someone uploaded this package for me.

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: cflow (updated package)

2009-08-02 Thread George Danchev
 Dear mentors,

Hi,

 I am looking for a sponsor for the new version 1:1.3-1
 of my package cflow.

 It builds these binary packages:
 cflow  - Analyze control flow in C source files

 The package appears to be lintian (-I -E --pedantic) clean.

 The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/c/cflow
 - Source repository: deb-src http://mentors.debian.net/debian unstable main
 contrib non-free - dget
 http://mentors.debian.net/debian/pool/main/c/cflow/cflow_1.3-1.dsc

 I would be glad if someone uploaded this package for me.

Just one comment: lintian 2.2.13 (from sid) reports:

$ lintian -i --pedantic *.changes
E: cflow: package-contains-info-dir-file usr/share/info/dir.gz
N:
N:This package contains a file named dir or dir.old, possibly compressed,
N:in /usr/share/info. This is the directory (or backup) of info pages and
N:is generated automatically by install-info when a package containing
N:info documentation is installed. Some upstream build systems create it
N:automatically, but it must not be included in a package since it needs
N:to be generated dynamically based on the installed info files on the
N:system.
N:
N:Severity: important, Certainty: certain
N:

and in fact it is correct:

$ dpkg --contents cflow_1.3-1_i386.deb | grep info
drwxr-xr-x root/root 0 2009-08-03 03:03 ./usr/share/info/
-rw-r--r-- root/root   448 2009-08-03 03:02 ./usr/share/info/dir.gz
-rw-r--r-- root/root 24212 2009-08-03 03:03 ./usr/share/info/cflow.info.gz

cflow 1:1.2-3 (from sid) does not distribute /usr/share/info/dir.gz, so it 
seems that something has changed to the upstream build system, without being 
documented in their last ChangeLog entry... diff to the rescue?

Fix that and I would sponsor. Thanks!

-- 
pub 4096R/0E4BD0AB 2003-03-18 people.fccf.net/danchev/key pgp.mit.edu


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



RFS: cflow (updated package, adoption)

2009-06-27 Thread Jakub Wilk

Dear mentors,

I am looking for a sponsor for the new version 1:1.2-3
of package cflow, which I intend to adopt.

It builds these binary packages:
cflow  - Analyze control flow in C source files

The package appears to be lintian clean.

The upload would fix these bugs: 531731

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/c/cflow
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget http://mentors.debian.net/debian/pool/main/c/cflow/cflow_1.2-3.dsc

I would be glad if someone uploaded this package for me.

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: cflow (updated package, adoption)

2009-06-27 Thread LI Daobing
Hello,

On Sat, Jun 27, 2009 at 20:32, Jakub Wilkuba...@users.sf.net wrote:
 Dear mentors,

 I am looking for a sponsor for the new version 1:1.2-3
 of package cflow, which I intend to adopt.

 It builds these binary packages:
 cflow      - Analyze control flow in C source files

 The package appears to be lintian clean.

 The upload would fix these bugs: 531731

 The package can be found on mentors.debian.net:
 - URL: http://mentors.debian.net/debian/pool/main/c/cflow
 - Source repository: deb-src http://mentors.debian.net/debian unstable main
 contrib non-free
 - dget http://mentors.debian.net/debian/pool/main/c/cflow/cflow_1.2-3.dsc

 I would be glad if someone uploaded this package for me.

uploaded.

thanks for your contribution to debian.

-- 
Best Regards
LI Daobing


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org