Which Directory Service do you use for your network?
None NIS LDAP LDAP + Kerberos Samba Active Directory eDirectory other ( 741 votes ~ 14 comments )
You are not currently logged in. If you do not have a user account then please consider creating one and logging in before you post your comment. This will allow you to track replies to your comment, and take part in the site much more freely.
To add your comment, fill in all the boxes below and then preview it to make sure you're happy with the way that it looks.
This is the comment you were replying to, attached to the article How do I patch a Debian package:
#2 Re: How do I patch a Debian package Posted by JulienV (83.196.xx.xx) on Sun 25 Sep 2005 at 09:37 I would suggest that you have a look at dpatch(1). Basically, you just need to change the debian/rules file to use dpatch: - Create a debian/patches directory - Edit a debian/patches/00list file where you put the list of the patch you want to apply - Create the patch template using dpatch patch-template: dpatch patch-template -p "01_some_patch" "A random patch" \ debian/patches/01_some_patch.dpatch - Edit the debian/rules file: you first need to source the dpatch rules ('include /usr/share/dpatch/dpatch.make'), and make use of them (clean calls unpatch, build calls patch etc.) - reading man pages is really worthy is this case! Hope this can help. Cheers Julien
Posting Format:
Inappropriate comments will be removed.
Some help on entry formatting is available
Username:
Password:
[ Advanced Login ]
Register Account