PDA

View Full Version : Feedback on backporting script



ow50
October 16th, 2005, 09:38 PM
I have made a backporting script, it's available at
http://koti.mbnet.fi/~ots/scripts/debbin

The script will build debian packages from debian sources. For example, I have used it to build stuff from Marillat and Debian Mentors, stuff that is not available for Ubuntu. And when Dapper get's ahead of Breezy, I'll use it for backporting newer versions to Breezy.

I'd like some feedback before posting it as a HOWTO. Especially on the commands defined in the "configure_commands" function, the changelog entry and the package version numbering (the ~ trailer). Also on any changes needed to make it easier to use.

To try the script, first install the package "devscripts" and then edit the settings at the start of the script. After that run "debbin --help" to check the usage info.

ow50
October 18th, 2005, 11:34 PM
Updated with package gpg-signing and dput-uploading.

AgenT
October 18th, 2005, 11:48 PM
Is there not an official script that does this already? Not exactly sure where one can find it, but it should be public and available somewhere. Or maybe your script is an improvement.

ow50
October 19th, 2005, 12:36 AM
Is there not an official script that does this already? Not exactly sure where one can find it, but it should be public and available somewhere. Or maybe your script is an improvement.
Perhaps you mean the ubp-build.py by jdong
http://backports.ubuntuforums.org/ubp/projects/ubp-tools/ubp-build/ubp-build.py

And yes, my script is an improvement in some areas and a de-improvement, or a simplification, in other areas.