Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Development & Programming > Programming Talk
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Programming Talk
This forum is for all programming questions.
The questions do not have to be directly related to Ubuntu and any programming language is allowed.

View Poll Results: What feature do you want for future release?
Licence selection 1 2.27%
Package from archive.tar 15 34.09%
Multiple maintainers 1 2.27%
List of directories 2 4.55%
Package release number 0 0%
Update an existing package 8 18.18%
Dependencies field 15 34.09%
Remember description or maintainer 2 4.55%
Voters: 44. You may not vote on this poll

 
Thread Tools Display Modes
Old June 25th, 2007   #1
leibowitz
Ubuntu Extra Shot
 
Join Date: Jun 2006
Beans: 305
Debian package creator - Need tester

Here is a tool to create deb packages easily. It lacks thousand of features, so to have what you need in it rapidly please tell me what you want the most in the Poll. If you want something that is not in it, feel free to propose a new one in this thread.

A screencast of an early version (0.2) if you want to see it in action.
http://boby.joe.free.fr/dev/debcreator-0.2.ogg

Update (19 July 07):
Screenshots available at:
http://boby.joe.free.fr/dev/debcreator/img/

Last version: 0.3.9.1, Download it at
http://www.gnomefiles.org/download.p...9.1-1_i386.deb

You can now build packages from both archives and unpacked source directories.
Most of the default filed in the control file are editable from the GUI.

Please test this with simple applications and report any problem you have. Please also attach a link to the archive you tried to build with this if it fails.

And please provide all the information you can on your system (distribution, version of libs, version of tools) if you experience any crash on start-up.


Note: this tool can only build software with at least a Makefile or a configure script that will generate the Makefile. It provides best result with GNU packaged software. You can recognize them because the top source directory is often called in the standard format <softwarename>-<version>.tar.gz (or bz2).

Last edited by leibowitz; July 19th, 2007 at 10:01 PM..
leibowitz is offline   Reply With Quote
Old June 25th, 2007   #2
Fabioamd87
Just Give Me the Beans!
 
Fabioamd87's Avatar
 
Join Date: Jun 2006
Beans: 48
Re: [New project] Debian package creator (feature request)

nice app I'll try it

my vote: Package from archive.tar
Fabioamd87 is offline   Reply With Quote
Old June 25th, 2007   #3
Kelimion
First Cup of Ubuntu
 
Join Date: Jun 2007
Beans: 9
Ubuntu 7.04 Feisty Fawn
Talking Re: [New project] Debian package creator (feature request)

Interesting project, Leibowitz. I'll be sure and give it a whirl sometime this week and report any feedback I may have.

Nice of you to link here from the source package thread, by the looks both projects have lots of potential, even more so if they integrate well.
Kelimion is offline   Reply With Quote
Old June 25th, 2007   #4
leibowitz
Ubuntu Extra Shot
 
Join Date: Jun 2006
Beans: 305
Re: [New project] Debian package creator (feature request)

Kelimion you are right. We will learn from both other, I'm sure.

That's why I'm keeping an eye at your project. And I will probably contribute to it.
leibowitz is offline   Reply With Quote
Old July 18th, 2007   #5
leibowitz
Ubuntu Extra Shot
 
Join Date: Jun 2006
Beans: 305
New version

The first message has been updated with the new release.

Feel free to comment/ask features/test it/do what you want with it.
leibowitz is offline   Reply With Quote
Old July 19th, 2007   #6
gurpartap
First Cup of Ubuntu
 
Join Date: Sep 2005
Beans: 10
Ubuntu 7.04 Feisty Fawn
Send a message via MSN to gurpartap Send a message via Yahoo to gurpartap
Re: New version

Quote:
Originally Posted by leibowitz View Post
The first message has been updated with the new release.

Feel free to comment/ask features/test it/do what you want with it.
hello leibowitz

it looks cool enough for most of the basic application installlations! but my first try failed with a "Failed" error, with the progress bar at approximately 50%. Could not find any related information(except this page, and gnomefiles.org)) or any documentation on this, to troubleshoot.

What could possibly be the problem?
gurpartap is offline   Reply With Quote
Old July 19th, 2007   #7
gurpartap
First Cup of Ubuntu
 
Join Date: Sep 2005
Beans: 10
Ubuntu 7.04 Feisty Fawn
Send a message via MSN to gurpartap Send a message via Yahoo to gurpartap
Re: New version

Quote:
Originally Posted by gurpartap View Post
hello leibowitz

it looks cool enough for most of the basic application installlations! but my first try failed with a "Failed" error, with the progress bar at approximately 50%. Could not find any related information(except this page, and gnomefiles.org)) or any documentation on this, to troubleshoot.

What could possibly be the problem?
well, the terminal hints at something and guess now it makes sense what more is needed
gurpartap is offline   Reply With Quote
Old July 19th, 2007   #8
gurpartap
First Cup of Ubuntu
 
Join Date: Sep 2005
Beans: 10
Ubuntu 7.04 Feisty Fawn
Send a message via MSN to gurpartap Send a message via Yahoo to gurpartap
Re: New version

You need to change line 407 and 409 in debcreator_dhmake from:

Code:
/usr/bin/bzip2
to:
Code:
/bin/bzip2
/usr/bin/bzip2 isn't the correct path actually. tested to work for tar.bz2 archives after the fix

Last edited by gurpartap; July 19th, 2007 at 02:47 AM..
gurpartap is offline   Reply With Quote
Old July 19th, 2007   #9
Mickeysofine1972
Has an Ubuntu Drip
 
Mickeysofine1972's Avatar
 
Join Date: Apr 2006
Beans: 720
Ubuntu 8.04 Hardy Heron
Send a message via MSN to Mickeysofine1972
Re: [New project] Debian package creator (feature request)

Lol!

Nice to see I'm not the only one that thinks this is a great idea!

I tried to start a similar project a few months ago but got shot down in flames so I gave up . (http://ubuntu-utils.wikispaces.com)

The Python code is still there if there is anything you might like to take from it, (doubt it though as your project seems far more advanced than mine ever did lol)

WTG dude keep up the good work. I cant help out at the moment unfortunately as I'm involved with the iTeam game project but I dont mind helping by testing.

Mike
Mickeysofine1972 is offline   Reply With Quote
Old July 19th, 2007   #10
leibowitz
Ubuntu Extra Shot
 
Join Date: Jun 2006
Beans: 305
Re: [New project] Debian package creator (feature request)

gurpartap: thanks a lot.

I changed the way it finds bzip2/gzip/822-date tools. Also there was some bugs with dash in feisty.

The first post has been updated to 0.3.9.1.
leibowitz is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:26 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry