Accepted vcg 1.30debian-1 (i386 source)

2003-03-23 Thread Malcolm Parsons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  2 Mar 2003 22:21:23 +
Source: vcg
Binary: vcg
Architecture: source i386
Version: 1.30debian-1
Distribution: unstable
Urgency: low
Maintainer: Edward Betts [EMAIL PROTECTED]
Changed-By: Malcolm Parsons [EMAIL PROTECTED]
Description: 
 vcg- A Visualization Tool for compiler graphs
Closes: 133504 158529
Changes: 
 vcg (1.30debian-1) unstable; urgency=low
 .
   * Recreate upstream tarball with these changes:
 - James Michael DuPont mdupont777 at yahoo.com has convinced upstream to
   provide the original source code for the layout modules
   (src/step{1,2,3,4}.c and src/tree.c) which were previously uglified.
   Closes: #158529
 - Remove postscript docs from source
   * debian/copyright: Mention GPL version, Closes: #133504
   * debian/control: updated Standards-Version to 3.5.8
   * debian/rules: support DEB_BUILD_OPTIONS
   * debian/rules: don't install README.SYS
   * Remove unused debian/*.ex files
   * Fix some compiler warnings
   * Fix assumptions about char signedness
Files: 
 c767846fe4a75cb7c9e8b52d0bc9e587 581 graphics optional vcg_1.30debian-1.dsc
 a69beb1cfaf4fc2c35113982339e1aa4 1030318 graphics optional vcg_1.30debian.orig.tar.gz
 b231af88fc696c6a2971205a068b7126 8322 graphics optional vcg_1.30debian-1.diff.gz
 38f9be765b7117b70f5ebea1b3c98b3f 282460 graphics optional vcg_1.30debian-1_i386.deb

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

iD8DBQE+fadSmciQdRvE4ysRAtF3AJwKvBvCsEzR4xMes7sfnniVDR10aACbB2oZ
U5YpteYALVBEnMicFKuUI+s=
=DZe+
-END PGP SIGNATURE-


Accepted:
vcg_1.30debian-1.diff.gz
  to pool/main/v/vcg/vcg_1.30debian-1.diff.gz
vcg_1.30debian-1.dsc
  to pool/main/v/vcg/vcg_1.30debian-1.dsc
vcg_1.30debian-1_i386.deb
  to pool/main/v/vcg/vcg_1.30debian-1_i386.deb
vcg_1.30debian.orig.tar.gz
  to pool/main/v/vcg/vcg_1.30debian.orig.tar.gz


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



Re: Dumb little utilities

2002-09-03 Thread Malcolm Parsons
On Tue, Sep 03, 2002 at 01:07:28PM -0600, J. Scott Edwards wrote:
 
 On Wed, 28 Aug 2002 Marcelo E. Magallon wrote:
 
 
   Ola Lundqvist [EMAIL PROTECTED] writes:
 
 tab and untab (I just discovered that this can be done with pr).
If it can be done with something else it might not be too necessary. It
is your choice though.
 
   JFYI, it can also be done with expand.
 
 
 One down.  Is there a program to do the reverse and convert the spaces to
 tabs?

unexpand.




Re: Spamassassin config files in /usr/share

2002-04-06 Thread Malcolm Parsons
On Fri, Apr 05, 2002 at 11:45:08PM -0800, Blars Blarson wrote:
 Currently, I edit the file in /usr/share to implement my site-wide
 policies, but this will be overridden every time spamassassin is
 upgraded.

Why not use dpkg-divert?
 


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




Re: Installed wajig 0.2.11-1 (i386 source)

2002-01-12 Thread Malcolm Parsons
On Sat, Jan 12, 2002 at 01:32:06AM +0900, Junichi Uekawa wrote:
 I don't care what FUD is, but apparently I still don't know the
 answer to my initial question.
 
 How should python scripts be packaged ?

Unless something else in the package is architecture dependent, the
package should be Architecture: all

Currently .py and .pyc files should be shipped together in the .deb




Re: Installed wajig 0.2.11-1 (i386 source)

2002-01-10 Thread Malcolm Parsons
On Wed, Jan 09, 2002 at 09:07:06PM -0600, Adam Heath wrote:
 On Wed, 9 Jan 2002, Malcolm Parsons wrote:
 
  python modules should be supplied as source, and byte compiled in the
  postinst.
 
 No, they should be byte compiled during package creation.

There is no point byte compiling during package creation, as every time
the python2.{1,2} packages are upgraded, every .py file is byte
compiled again anyway:

python2.2.postinst:
for i in $DIRLIST ; do
/usr/bin/python2.2 -O /usr/lib/python2.2/compileall.py -q $i
/usr/bin/python2.2 /usr/lib/python2.2/compileall.py -q $i
done

resulting in:
[EMAIL PROTECTED]:/usr/lib/python2.2/site-packages/Guppi$ ls -l
total 328
-rw-r--r--1 root root71237 Jan  4 21:50 __init__.py
-rw-r--r--1 root root   120672 Jan  9 21:00 __init__.pyc
-rw-r--r--1 root root   115395 Jan  9 21:00 __init__.pyo

Unless you think it took 5 days to build this package?

It's also a waste of archive space, bandwidth, etc.

As I upgrade over a modem, making packages the useful part of a package 4 times 
smaller is IMHO a very good idea.




Re: Installed wajig 0.2.11-1 (i386 source)

2002-01-09 Thread Malcolm Parsons
On Wed, Jan 09, 2002 at 07:01:15AM -0600, Dirk Eddelbuettel wrote:
 On Wed, Jan 09, 2002 at 03:06:52PM +0900, Junichi Uekawa wrote:
  Is byte-compiled python script platform-dependent?
 
 Is that not correct?  Or does an i386 .pyc/.pyo work on other architectures?

.pyc and .pyo files are completely portable.  
At work we use the same .pyc files on solaris, hpux and nt.

So I don't see why python files are in /usr/lib, not /usr/share.

python modules should be supplied as source, and byte compiled in the
postinst.




Re: useradd problem(!)

2001-01-06 Thread Malcolm Parsons
On Thu, Jan 04, 2001 at 11:52:54PM +0100, Sven Burgener wrote:
 /etc/adduser.conf
... 
 When running useradd, though, I get the following:

useradd and adduser are two different programs from two different pacakges,
the configuration of one does not affect the other:

[EMAIL PROTECTED]:~$ dpkg -S /usr/sbin/useradd
passwd: /usr/sbin/useradd
[EMAIL PROTECTED]:~$ dpkg -S /usr/sbin/adduser   
adduser: /usr/sbin/adduser




Re: Another Grub question/problem

2000-12-27 Thread Malcolm Parsons
On Wed, Dec 27, 2000 at 03:23:52PM +1100, Brian May wrote:
 At the moment I have:
 
 kernel (hd0,0)/boot/vmlinuz-2.2.17 root=/dev/hda1 video=0x319

try:

kernel (hd0,0)/boot/vmlinuz-2.2.17 root=/dev/hda1 video=vesa:0x319




Re: ITP: vlc (VideoLAN Client) vlms (VideoLAN Mini Server)

2000-08-20 Thread Malcolm Parsons
On Sun, Aug 20, 2000 at 08:53:48PM +0200, Samuel Hocevar wrote:
 Description: VideoLAN Client - a free MPEG2 and DVD player
  VideoLAN is a free MPEG2 software solution.
  .
  This is the VideoLAN Client. It plays MPEG2 files, DVDs, or MPEG2
  streams from a network source.

Can you make it clear in this description that it only plays unencrypted 
DVDs, perhaps giving a link to upstream's list of them.

-- 
Malcolm Parsons
finger [EMAIL PROTECTED] for info




Re: devfsd: ide cdr with scsi simulator

2000-08-19 Thread Malcolm Parsons
On Sat, Aug 19, 2000 at 04:16:31PM +0800, [EMAIL PROTECTED] wrote:
 i have to manually
 modprobe ide-scsi and sg
 before i can use
 cdrecord -scanbus
 for creative 4224e ide cdrecorder.
 
 question is: how can i add them into
 /etc/modutils/devfsd ?

alias   /dev/sg*/dev/sg
probeall/dev/sg ide-scsi sg

-- 
Malcolm Parsons
finger [EMAIL PROTECTED] for info