Re: dh_install by file suffix

2023-07-17 Thread Ole Streicher
Hi Niels, On 16.07.23 09:32, Niels Thykier wrote: The "iraf" source package needs to divide these files into user related files (for the "iraf" and "iraf-noao" packages) and development related files (for "iraf-dev" and "iraf-noao-dev"). The problem is now, that the division is (mainly) by ext

Re: dh_install by file suffix

2023-07-16 Thread Andreas Metzler
On 2023-07-15 Ole Streicher wrote: > Hi, > I am upgrading one of my packages (iraf) to a new version. The new version > comes with a "make install", which installs everything under /usr/lib/iraf/ > (and some other places). > The "iraf" source package needs to divide these files into user related

Re: dh_install by file suffix

2023-07-16 Thread Niels Thykier
Ole Streicher: Hi again, I think youe way could be to put the file list into a variable in d/rules, and expand the list the .install, like: -- debian/iraf.install - etc/iraf/ usr/lib/iraf/bin/ecl.e [... other fixed content] ${env:IRAF_FILES} ---

Re: dh_install by file suffix

2023-07-15 Thread Andrey Rakhmatullin
On Sat, Jul 15, 2023 at 09:01:19PM +0200, Ole Streicher wrote: > Hi, > > I am upgrading one of my packages (iraf) to a new version. The new version > comes with a "make install", which installs everything under /usr/lib/iraf/ > (and some other places). > > The "iraf" source package needs to divid

Re: dh_install by file suffix

2023-07-15 Thread Ole Streicher
Hi again, I think youe way could be to put the file list into a variable in d/rules, and expand the list the .install, like: -- debian/iraf.install - etc/iraf/ usr/lib/iraf/bin/ecl.e [... other fixed content] ${env:IRAF_FILES} 8<-

dh_install by file suffix

2023-07-15 Thread Ole Streicher
Hi, I am upgrading one of my packages (iraf) to a new version. The new version comes with a "make install", which installs everything under /usr/lib/iraf/ (and some other places). The "iraf" source package needs to divide these files into user related files (for the "iraf" and "iraf-noao" pa