esdi
September 1st, 2011, 02:50 PM
Hello,
I found a bug and reported it on launchpad without a patch file attachment (Bug #838720 (https://bugs.launchpad.net/ubuntu/+source/iso-scan/+bug/838720)).
I seem to have difficulty creating a patch for the upcoming Oneiric version of the package.
looking at https://wiki.ubuntu.com/PackagingGuide/Complete#Authoring_a_patch
I think I am supposed to do:
$ LC_ALL=C apt-get source iso-scan
$ cd iso-scan-1.35ubuntu1
$ edit-patch patch-for-folder-with-spacesUnfortunately, I have some problems with these commands
Issue 1)
$ LC_ALL=C apt-get source iso-scanretrieves version 1.31 and i need the source for version 1.35
I also tried
$ LC_ALL=C apt-get source iso-scan=1.35
$ LC_ALL=C apt-get source iso-scan=1.35ubuntu1but the packages can not be found
I suppose I am not using the correct synthax or do not have the proper software sources enabled for Oneiric development
Issue 2)
For the fun of it, I tried to patch version 1.31 to see what the patching interface looks like and what files it generates
again i can't seem to get it working.
I get "No patchsystem detected, cannot create new patch (no dpatch/quilt/cdbs?)" when executing the edit-patch program
I installed both dpatch and quilt pachages but I canot find the package that installs the cdbs program
How can I get edit-patch working?
Thanks,
Sylvain
I found a bug and reported it on launchpad without a patch file attachment (Bug #838720 (https://bugs.launchpad.net/ubuntu/+source/iso-scan/+bug/838720)).
I seem to have difficulty creating a patch for the upcoming Oneiric version of the package.
looking at https://wiki.ubuntu.com/PackagingGuide/Complete#Authoring_a_patch
I think I am supposed to do:
$ LC_ALL=C apt-get source iso-scan
$ cd iso-scan-1.35ubuntu1
$ edit-patch patch-for-folder-with-spacesUnfortunately, I have some problems with these commands
Issue 1)
$ LC_ALL=C apt-get source iso-scanretrieves version 1.31 and i need the source for version 1.35
I also tried
$ LC_ALL=C apt-get source iso-scan=1.35
$ LC_ALL=C apt-get source iso-scan=1.35ubuntu1but the packages can not be found
I suppose I am not using the correct synthax or do not have the proper software sources enabled for Oneiric development
Issue 2)
For the fun of it, I tried to patch version 1.31 to see what the patching interface looks like and what files it generates
again i can't seem to get it working.
I get "No patchsystem detected, cannot create new patch (no dpatch/quilt/cdbs?)" when executing the edit-patch program
I installed both dpatch and quilt pachages but I canot find the package that installs the cdbs program
How can I get edit-patch working?
Thanks,
Sylvain