Re: Umpacken eines rpm in deb mit alien

Olaf Jaehrling <[email protected]>
Newsgroups spline.fli4l.geschnatter
Organization spline
Message-ID <[email protected]>
Hallo Marcus,

auch wenn du es anders hinbekommen hat. Für die Nachwelt sozusagen. :)


Marcus Röckrath schrieb am 07.01.26 um 12:10:

> 
>> sed -i "/^Version: /s/:.*/: $VERSION/" DEBIAN/control
> 
> frage ich mich, woher die Datei kommt und welchen grundsätzlichen Inhalt sie
> haben muss.

Sorry, die wir aus /var/install/packeges/$paket erzeugt

#------------------------------------------------------------------------------
# Copyright (c) 2025-2026 Olaf Jaehrling <eisfair(at)ojaehrling.(dot)de>
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License
#------------------------------------------------------------------------------ 


DEP=`grep require var/install/packages/$paket |grep -v eisfair| awk 
-F">" {'print $2'} |awk -F"/" {'print $1'} |sed s'/</,/g' |awk {'print $1'}`
MAINT=`grep author var/install/packages/$paket |awk -F">" {'print $2}' 
|awk -F"<" {'print $1}'|awk -F"svn" {'print $1}'`
SECT=`grep section var/install/packages/$paket |awk -F">" {'print $2}' 
|awk -F"<" {'print $1}'|awk -F"svn" {'print $1}'`

echo "Package: $1"
echo "Version: 0.0"
echo "Architecture: all"
echo "Priority: extra"
echo "Maintainer: $MAINT"
echo "Homepage: https://ojaehrling.de/eis
echo "Depends:" $DEP"
echo "Description: "
sed -n '/description/,$p' var/install/packages/$paket |sed 
s'/<description>//'g | sed  '/description/,$d'`


Gruß

Olaf

> 

-- 
Paketserver: https://ojaehrling.de/eis/index.txt
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.