Comments on: Package PyGObject Applications and Programs as “.deb” Package for the Linux Desktop – Part 4 https://www.tecmint.com/package-pygobject-applications-as-deb-package/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Wed, 22 Nov 2017 15:51:31 +0000 hourly 1 By: Harm https://www.tecmint.com/package-pygobject-applications-as-deb-package/comment-page-1/#comment-939188 Wed, 22 Nov 2017 15:51:31 +0000 http://www.tecmint.com/?p=10417#comment-939188 I also have a problem, when I run the following command on the terminal.

# debuild -us -uc

It gives me following error…

dpkg-buildpackage -rfakeroot -us -uc failed

I’m on a German pc but i says the no binary packet is there.

Please help me fixing this.

]]>
By: Hanny Helal https://www.tecmint.com/package-pygobject-applications-as-deb-package/comment-page-1/#comment-439913 Thu, 01 Jan 2015 08:43:03 +0000 http://www.tecmint.com/?p=10417#comment-439913 In reply to toufik.

Hello.

in the rules file, line 4, before “dh $@” you should insert a “Tab”, just remove the spaces before “dh $@” and click on the tab button to add a tab char.

Do the same thing in line 6 as well before “python setup.py install”.

]]>
By: toufik https://www.tecmint.com/package-pygobject-applications-as-deb-package/comment-page-1/#comment-439110 Wed, 31 Dec 2014 10:56:43 +0000 http://www.tecmint.com/?p=10417#comment-439110 i have done every thing still I have a problem
“toufik@toufik-Lenovo-G550:~/myprogram$ debuild -us -uc
dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: paquet source myprogram
dpkg-buildpackage: version source 1.0
dpkg-buildpackage: distribution source trusty
dpkg-buildpackage: source changé par My Name Here
dpkg-source –before-build myprogram
dpkg-buildpackage: architecture hôte i386
fakeroot debian/rules clean
debian/rules:4: *** séparateur manquant . Arrêt.
dpkg-buildpackage: erreur: fakeroot debian/rules clean a produit une erreur de sortie de type 2
debuild: fatal error at line 1364:
dpkg-buildpackage -rfakeroot -D -us -uc failed”

]]>