creating metapackages

Posted by olpanis on Super User See other posts from Super User or by olpanis
Published on 2011-01-04T14:22:54Z Indexed on 2011/01/04 14:55 UTC
Read the original article Hit count: 334

Filed under:
|

got some problems while creating metapackages

tried to create a meta package containing forensic toolkits, on ubuntu i even got problems creating an .deb file. dpkg-source: error: can't build with source format '3.0 (quilt)': no orig.tar file found dpkg-buildpackage: error: dpkg-source -b forensics-0.1 gave error exit status 255

later i tried it using debian 5, creating the deb works, but there i got into some problems with Depends

debian:/home/matthias/Desktop/meta# dpkg --install *.deb
Wähle vormals abgewähltes Paket meta.
(Lese Datenbank ... 96897 Dateien und Verzeichnisse sind derzeit installiert.)
Entpacke meta (aus meta_0.1-1_i386.deb) ...
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von meta:
 meta hängt ab von python (>= 2.6.6-2); aber:
  Version von python auf dem System ist 2.5.2-3.
dpkg: Fehler beim Bearbeiten von meta (--install):
 Abhängigkeitsprobleme - lasse es unkonfiguriert
Fehler traten auf beim Bearbeiten von:
 meta

the file control looks like this:

Source: meta
Section: unknown
Priority: extra
Maintainer: root <[email protected]>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.7.3
Homepage: <insert the upstream URL, if relevant>
Package: meta
Architecture: any
Depends: python (>= 2.6.6-2)
Description: short description
 forensic toolkits

any ideas?

kind regards

© Super User or respective owner

Related posts about apt

Related posts about dpkg