Debian bug report logs - #1312
ghostscript-2.6.1pl4-4

Package: ghostscript; Reported by: ke@pertron.central.de (Karl Eichwalder); 57 days old.

Message received at debian-bugs:


From WI.LeidenUniv.NL!jdassen Tue Sep  5 01:04:33 1995
Return-Path: <jdassen@WI.LeidenUniv.NL>
Received: from pixar.com by mongo.pixar.com with smtp
	(Smail3.1.28.1 #15) id m0spszg-000DE6C; Tue, 5 Sep 95 01:04 PDT
Received: from mailhost.WI.LeidenUniv.NL (zeus128.wi.leidenuniv.nl) by pixar.com with SMTP id AA24408
  (5.67b/IDA-1.5 for debian-bugs-pipe@mongo.pixar.com); Tue, 5 Sep 1995 01:04:16 -0700
Received: from ind156b.wi.leidenuniv.nl (jdassen@ind156b [132.229.128.206])
          by mailhost.WI.LeidenUniv.NL (8.6.10a/FHM-1.20-M) with ESMTP id KAA00502
          Tue, 5 Sep 1995 10:03:47 +0200 (MET)
From: jdassen@WI.LeidenUniv.NL (J.H.M.Dassen)
Organization: Leiden University,
              Dept. of Mathematics & Computer Science,
              The Netherlands
Received: from  (jdassen@localhost)
          by ind156b.wi.leidenuniv.nl (8.6.9/FHM-1.03-S) id IAA08954
          Tue, 5 Sep 1995 08:03:46 GMT (MET)
Message-Id: <199509050803.IAA08954@ind156b.wi.leidenuniv.nl>
Subject: Re: Bug#1312: ghostscript-2.6.1pl4-4
To: debian-bugs@pixar.com, tedhajek@boombox.micro.umn.edu
Date: Tue, 5 Sep 1995 10:03:46 +0200 (MDT)
In-Reply-To: <m0sphGl-0003BQC@luna.pertron.central.de> from "Karl Eichwalder" at Sep 4, 95 09:33:00 pm
Return-Receipt-To: jdassen@WI.LeidenUniv.NL
X-Home-Page: <URL:http://www.wi.leidenuniv.nl/home/jdassen>
X-Mailer: ELM [version 2.4 PL24 (modified)]
Content-Type: text
Content-Length: 1268      

> debian.rules
> ============
[...]
> 2. Please propagate $DEVICE_DEVS1 from the Makefile in this manner:
> 
>     	make install_prefix=$(FAKE_ROOT)/usr \
>             DEVICE_DEVS='x11.dev linux.dev' \
>             DEVICE_DEVS1='dfaxhigh.dev dfaxlow.dev escp2.dev \
>                 {... all the other devs}' \
>             XINCLUDE=-I/usr/include/X11 install_bin
> 3. Please move all Debian related stuff from Makefile to debian.rules.
> The package will be simpler to maintain and for the user (resp. local
> sysadmin) it is to see at one glance, what will happen.

Add to that: use explicit "make CFLAGS=-O2", as requested by the packaging 
guidelines.

> 4. Please provide in /usr/doc/copyright/gs the information, from where
> the source code comes (prep.ai.mit.edu or alladin).

The alladin one isn't free in the GNU sense, or am I mistaken?

5. Make "debian.rules" executable (packaging guidelines). Ted, this
   is a problem with all you're packages that I've looked at (just like 1).
   Could you please change this for all of them?

Ray
-- 
ART  A friend of mine in Tulsa, Okla., when I was about eleven years old. 
I'd be interested to hear from him. There are so many pseudos around taking 
his name in vain. 
- The Hipcrime Vocab by Chad C. Mulligan 

Acknowledgement sent to jdassen@WI.LeidenUniv.NL (J.H.M.Dassen):
Extra info received and forwarded. Full text available.
Information forwarded to debian-devel@pixar.com:
Bug#1312; Package ghostscript. Full text available.

Message received at debian-bugs:


From uranus.central.de!pertron.central.de!pertron.central.de!ke Mon Sep  4 13:27:51 1995
Return-Path: <pertron.central.de!pertron.central.de!ke@uranus.central.de>
Received: from pixar.com by mongo.pixar.com with smtp
	(Smail3.1.28.1 #15) id m0spi7S-000C4HC; Mon, 4 Sep 95 13:27 PDT
Received: from ki1.Chemie.FU-Berlin.DE by pixar.com with SMTP id AA00267
  (5.67b/IDA-1.5 for debian-bugs-pipe@mongo.pixar.com); Mon, 4 Sep 1995 13:27:24 -0700
Received: by ki1.chemie.fu-berlin.de (Smail3.1.28.1)
	  from odb.rhein-main.de (193.141.47.4) with smtp
	  id <m0spi6y-0000cFC>; Mon, 4 Sep 95 22:27 MEST
Received: from uranus.central.de by odb.rhein-main.de with cbsmtp
	(Smail3.1.28.1 #5) id m0spi6p-0007RkC; Mon, 4 Sep 95 22:27 MET DST
Received: from pertron.central.de by uranus.central.de with uucp
	(Smail3.1.28.1 #5) id m0sphMO-0002izC; Mon, 4 Sep 95 21:39 MET DST
Received: from luna.pertron.central.de by pertron.central.de with smtp
	(Smail3.1.28.1 p1) id m0sphEy-000483C; Mon, 4 Sep 95 21:31 MET DST
Received: by luna.pertron.central.de
	id <m0sphGl-0003BQC@luna.pertron.central.de>
	(Debian /\oo/\ Smail3.1.29.1 #29.33); Mon, 4 Sep 95 21:33 MET DST
Message-Id: <m0sphGl-0003BQC@luna.pertron.central.de>
Date: Mon, 4 Sep 95 21:33 MET DST
From: ke@pertron.central.de (Karl Eichwalder)
To: debian-bugs@pixar.com
Subject: ghostscript-2.6.1pl4-4

Package: ghostscript
Version: 2.6.1pl4-4

debian.rules
============

1. Please don't use absolute paths like

    SOURCE_PARENT = /usr/local/src

for me works:

    SOURCE_PARENT = ..

but you may find a better way using `pwd` statements.


2. Please propagate $DEVICE_DEVS1 from the Makefile in this manner:

    	make install_prefix=$(FAKE_ROOT)/usr \
            DEVICE_DEVS='x11.dev linux.dev' \
            DEVICE_DEVS1='dfaxhigh.dev dfaxlow.dev escp2.dev \
                {... all the other devs}' \
            XINCLUDE=-I/usr/include/X11 install_bin


3. Please move all Debian related stuff from Makefile to debian.rules.
The package will be simpler to maintain and for the user (resp. local
sysadmin) it is to see at one glance, what will happen.


4. Please provide in /usr/doc/copyright/gs the information, from where
the source code comes (prep.ai.mit.edu or alladin).

Feel free to ask, if my mail isn't clear enough.  Thanks, Karl.



Acknowledgement sent to ke@pertron.central.de (Karl Eichwalder):
New bug report received and forwarded. Full text available.
Report forwarded to debian-devel@pixar.com:
Bug#1312; Package ghostscript. Full text available.
Ian Jackson / iwj10@thor.cam.ac.uk, with the debian-bugs tracking mechanism
This page last modified 07:43:01 GMT Wed 01 Nov