Skip to content

make deb is broken in master branch #55

@onock

Description

@onock

Hello,

after git clone of master branch and running make deb I get:

debuild -I -us -uc
This package has a Debian revision number but there does not seem to be
an appropriate original tar file or .orig directory in the parent directory;
(expected one of tirex_0.8.0.orig.tar.gz, tirex_0.8.0.orig.tar.bz2,
tirex_0.8.0.orig.tar.lzma,  tirex_0.8.0.orig.tar.xz or git.orig)
continue anyway? (y/n) 

answering this with y the next part ends with an error:

 dpkg-buildpackage -us -uc -ui -I
dpkg-buildpackage: info: source package tirex
dpkg-buildpackage: info: source version 0.8.0-pre
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Frederik Ramm 
 dpkg-source -I --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean --with apache2
   dh_auto_clean
        make -j4 clean
make[1]: Entering directory '/usr/local/src/tirex/git'
perl Makefile.PL PREFIX=/usr DESTDIR= FIRST_MAKEFILE=Makefile.perl
Generating a Unix-style Makefile.perl
Writing Makefile.perl for Tirex
Writing MYMETA.yml and MYMETA.json
rm -f Makefile.perl.old
make -f Makefile.perl clean
make[2]: Entering directory '/usr/local/src/tirex/git'
rm -f \
  Tirex.bso Tirex.def \
  Tirex.exp Tirex.x \
   blib/arch/auto/Tirex/extralibs.all \
  blib/arch/auto/Tirex/extralibs.ld Makefile.perl.aperl \
  *.a *.o \
  *perl.core MYMETA.json \
  MYMETA.yml blibdirs.ts \
  core core.*perl.*.? \
  core.[0-9] core.[0-9][0-9] \
  core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \
  core.[0-9][0-9][0-9][0-9][0-9] libTirex.def \
  mon.out perl \
  perl perl.exe \
  perlmain.c pm_to_blib \
  pm_to_blib.ts so_locations \
  tmon.out 
rm -rf \
  blib 
mv Makefile.perl Makefile.perl.old > /dev/null 2>&1
make[2]: Leaving directory '/usr/local/src/tirex/git'
cd backend-mapnik; make DESTDIR= clean
make[2]: Entering directory '/usr/local/src/tirex/git/backend-mapnik'
rm -f backend-mapnik *.o
make[2]: Leaving directory '/usr/local/src/tirex/git/backend-mapnik'
rm -f Makefile.perl
rm -f Makefile.perl.old
rm -f build-stamp
rm -f configure-stamp
rm -rf blib
make[1]: Leaving directory '/usr/local/src/tirex/git'
   dh_clean
 dpkg-source -I -b .
dpkg-source: error: can't build with source format '3.0 (quilt)': no upstream tarball found at ../tirex_0.8.0.orig.tar.{bz2,gz,lzma,xz}
dpkg-buildpackage: error: dpkg-source -I -b . subprocess returned exit status 25
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui -I failed
make: *** [Makefile:83: deb] Error 29

After changing this file from 3.0 (quilt) to 3.0 (native) building of deb packages was successful.

But the first question mentioned above is still there and I don't know how to fix this.

OS: Ubuntu 22.04

Kind regards
onock

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions