search for: dpatch

Displaying 20 results from an estimated 46 matches for "dpatch".

Did you mean: patch
2006 Feb 19
1
r26 - in trunk/debian: . patches
Author: ultrotter Date: 2006-02-19 18:38:10 +0000 (Sun, 19 Feb 2006) New Revision: 26 Added: trunk/debian/patches/30xenchangeset.dpatch Modified: trunk/debian/patches/00list trunk/debian/patches/10sysconfig.dpatch trunk/debian/rules Log: Add 10sysconfig.dpatch description Add 30xenchangeset.dpatch to make the xen changeset configurable Force the xen changeset to be the correct one even if we compile without the .hg stuff...
2007 Jul 17
1
Bug#389320: Patch to add ia64 support
...xen-3.0-3.0.4-1/debian/patches/00list 2007-07-17 12:40:58.000000000 -0600 +++ b/xen-3.0-3.0.4-1/debian/patches/00list 2007-07-17 12:41:17.000000000 -0600 @@ -8,3 +8,5 @@ blktap-disable path-relative not-reinvent-udev +install-boot +ia64-build diff -urN a/xen-3.0-3.0.4-1/debian/patches/ia64-build.dpatch b/xen-3.0-3.0.4-1/debian/patches/ia64-build.dpatch --- a/xen-3.0-3.0.4-1/debian/patches/ia64-build.dpatch 1969-12-31 17:00:00.000000000 -0700 +++ b/xen-3.0-3.0.4-1/debian/patches/ia64-build.dpatch 2007-07-17 12:41:17.000000000 -0600 @@ -0,0 +1,40 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## ia64...
2006 Feb 18
1
r24 - trunk/debian/patches
Author: tha-guest Date: 2006-02-18 22:55:21 +0000 (Sat, 18 Feb 2006) New Revision: 24 Removed: trunk/debian/patches/30rename-pae-hypervisor.dpatch Log: Guido found a better way to have the pae hypervisor installed with another name without patching upstream and it seems to work as good as the patched upstream version, so I removed my patch from svn again. There seems to be no need to just disable my patch. Deleted: trunk/debian/patches/30r...
2007 Aug 28
0
deb package for dovecot-1.0.3 with MANAGESIEVE patch
...h http://sinas.rename-it.nl/~sirius/dovecot-1.0.3-MANAGESIEVE-v7.diff.gz extract deb source dpkg-source -x dovecot_1.0.3-3.dsc => this will create directory dovecot-1.0.3 n extract deb source on it extract MANAGESIEVE patch zcat dovecot-1.0.3-MANAGESIEVE-v7.diff.gz >> managesieve.dpatch add dpatch header open managesive.dpatch with ur editor add this line on top ----- cut here ----- #! /bin/sh -e . $(dirname $0)/DPATCH exit 0 @DPATCH@ ------ end cut ------ copy managesieve n add to list copy managesieve.dpatch to directory dovecot-1.0.3/debian/patches/ edit fi...
2007 Jul 17
0
Bug#433533: xen-3.0: warnings building source diff after first attempt
...kage. Here is the section of the build log: dh_clean dpkg-source -b xen-3.0-3.0.4-1 dpkg-source: building xen-3.0 using existing xen-3.0_3.0.4-1.orig.tar.gz dpkg-source: building xen-3.0 in xen-3.0_3.0.4-1-1.diff.gz dpkg-source: warning: executable mode 0755 of `debian/patches/not-reinvent-u dev.dpatch' will not be represented in diff dpkg-source: warning: executable mode 0755 of `debian/patches/libs.dpatch' will not be represented in diff dpkg-source: warning: executable mode 0755 of `debian/patches/version.dpatch ' will not be represented in diff dpkg-source: warning: executable mo...
2012 Nov 12
2
[PATCH -next] virtio: balloon: fix missing unlock on error in fill_balloon()
From: Wei Yongjun <yongjun_wei at trendmicro.com.cn> Add the missing unlock before return from function fill_balloon() in the error handling case. Introduced by 9864a8(virtio_balloon: introduce migration primitives to balloon pages) dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun <yongjun_wei at trendmicro.com.cn> --- drivers/virtio/virtio_balloon.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/virtio/virtio_balloon.c b/drivers/vi...
2012 Nov 12
2
[PATCH -next] virtio: balloon: fix missing unlock on error in fill_balloon()
From: Wei Yongjun <yongjun_wei at trendmicro.com.cn> Add the missing unlock before return from function fill_balloon() in the error handling case. Introduced by 9864a8(virtio_balloon: introduce migration primitives to balloon pages) dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun <yongjun_wei at trendmicro.com.cn> --- drivers/virtio/virtio_balloon.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/virtio/virtio_balloon.c b/drivers/vi...
2008 Mar 14
1
Sucess with Powerware 5115A over USB!
...rowser/trunk/scripts/udev/nut-usbups.rules.in?format=raw' -O nut-usbups.rules.in.new 5. wget 'http://svn.debian.org/wsvn/nut/trunk/drivers/nut_usb.h?op=file&rev=1220&sc=1' -O nut_usb.h.new 6. mkdir nut-2.2.1/debian/patches 7. diff -ruN nut-2.2.1/drivers/nut_usb.c nut_usb.c.new | dpatch patch-template -p > nut-2.2.1/debian/patches/01-nut_usb.c 8. diff -ruN nut-2.2.1/drivers/nut_usb.h nut_usb.h.new | dpatch patch-template -p > nut-2.2.1/debian/patches/03-nut_usb.h 9. diff -ruN nut-2.2.1/scripts/udev/nut-usbups.rules.in nut-usbups.rules.in.new | dpatch patch-template -p > n...
2005 Sep 12
1
optimizing for via C3
...F: I have still not built a zaptel-modules package for the new kernel, so Asterisk is running there without a timing source. I figured that this must be totally user-space and went on to rebuilding Asterisk. I have applied the following patch: ----------------------------- #! /bin/sh /usr/share/dpatch/dpatch-run ## Makefile_march_c3.dpatch by Tzafrir Cohen <tzafrir.cohen@xorcom.com> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: optimizations for C3 CPU. ## DP: Overrides OPTIMIZE. In order for this to work, changes the type of ## DP: CFLGAS @DPATCH@ dif...
2006 Feb 19
1
Contacting upstream
...ir package, or to reduce our patches even more... The points I was going to touch were: /etc/sysconfig: We'd like, if it's possible, to have this be configurable at build time... The default can remain like it is now, so no one gets confused, but on the other hand we remove 10sysconfig.dpatch. This can probably be efficiently done by making the path a parameter, calling the source file xendomains.in and then processing it to produce the official xendomains substituting the path with the provided one. LIBDIR: I guess we could do away with our patch if they accept to change their Co...
2008 Jul 16
5
default64 patch?
I stumbled across the following patch and wondered if it wouldn't be a good idea to have it included. http://foldingcd.svn.sourceforge.net/viewvc/*checkout*/foldingcd/trunk/folding_cd/patches/syslinux-3.51-64bit.patch?revision=5 It adds a default64 keyword and detection of a 64bit processor. It could be useful for mixed environments. The patch is against 3.51, but looks like it would port
2007 Feb 02
1
Bug#409355: xen-utils-common: please make width of hostname column in xentop wider
Package: xen-utils-common Version: 3.0.3-0-2 Severity: wishlist Tags: patch Currently when hostnames are wider than 10 chars, the xentop output is messed up. Please add the following patch to support up to 20 chars, or better yet, allow the columns to auto size :) #! /bin/sh /usr/share/dpatch/dpatch-run ## xentop-name-width.dpatch by <apeeters@lashout.net> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad xen-3.0-3.0.3-0~/tools/xenstat/xentop/xentop.c xen-3.0-3.0.3-0/tools/xenstat/xentop/xentop.c --- xen-3.0-3...
2006 Feb 23
1
Building release source DEBs [signed]
I've been working on a buildrelease.sh script to call hg2dist.sh, export debian/ from svn and run dpkg-source for me. When I ran dpkg-source I noticed that it gave warnings regarding the *.dpatch files being chmod 0755 is there any reason to maintain this within the repository or would 0644 suffice and remove these warnings from dpkg-source? Regards, Jeremy -- ------------------------ [ SECURITY NOTICE ] ------------------------ To: pkg-xen-devel@lists.alioth.debian.org. For your...
2006 Feb 17
1
r9 - trunk/debian
...force xen to be out of testing anymore + (as we want it to release with etch) (closes: #271051) + * Build depend on transfig (closes: #321157) * Julien Danjou <acid@debian.org> - Change maintainer and add uploaders field * Guido Trotter <ultrotter@debian.org> - Add dpatch structure to the package + - Remove build-dependency on gcc (it''s build essential anyway) * Ralph Passgang <ralph@debianbase.de> - Added changes from 3.0.1-0tha3 - Removed patch generation from kernel source in debian/rules @@ -13,7 +17,7 @@ extraversion st...
2006 Jan 17
0
asterisk.ctl limitations
...ir Cohen | tzafrir@jbr.cohens.org.il | VIM is http://tzafrir.org.il | | a Mutt's tzafrir@cohens.org.il | | best ICQ# 16849755 | | friend -------------- next part -------------- #! /bin/sh /usr/share/dpatch/dpatch-run ## unix.dpatch by <tzafrir@> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: unix-domain sockets support for netcat. Try: ## DP: ## DP: nc -U /path/to/socket localhost 0 ## DP: ## DP: listen mode (-l) should theoretically work, but is untested....
2005 Jul 04
5
#include not working with *1.0.9
We are running * V1.0.9 on a demo box. We have set up everything in our dialplan and we have a directory where we store individual extension settings. That directory is called "extensions-phones.d" and it contains a number of .conf files. In my extensions.conf file I have put a #include "extensions-phones.d/*.conf" in my [globals] context If we reload and restart *, and
2010 Nov 20
1
Trying to install R on Lucid Lynx
...apt-get install r-base r-base-dev I got the following response from the terminal: dennis@dennis-PC:~$ sudo apt-get install r-base r-base-dev Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: build-essential dpatch dpkg-dev fakeroot g++ g++-4.4 gfortran gfortran-4.4 libblas-dev libbz2-dev libjpeg62-dev liblapack-dev libncurses5-dev libpcre3-dev libpcrecpp0 libpng12-dev libreadline-dev libreadline6-dev libstdc++6-4.4-dev patch patchutils r-base-core r-base-html r-cran-boot r-cran-class r-cran-cluster r...
2007 Sep 04
2
Unresolved variable in `libupsclient-config'
Tags: patch, upstream Hi, when configuring nut 2.2.0 the variable/symbol `@SSL_LDFLAGS@' is not resolved by the libupsclient-config script. The attached patch changes `@SSL_CFLAGS@' to `@LIBSSL_CFLAGS@' `@SSL_LDFLAGS@' to `@LIBSSL_LDFLAGS@' which should solve this issue. Regards, -octo -- Florian octo Forster Hacker in training GnuPG: 0x91523C3D http://verplant.org/
2006 Feb 14
1
Re: Bug#342249: Help proposal :) [u]
...n svn or some other new revision control system, right? Yes, please, use subversion, not CVS anymore :) Reading http://svn.debian.org/, we should ask for a repository. I think the project admin should do this ;) > Anyway, yeah, I think the debian directory should be fine! We can still use > dpatch if we need to apply modifications to xen itself, at some point! Right. > Ok, subscribing to that so we can stop all this "cc" madness! ;) First. ;) Cheers, -- Julien Danjou .''`. Debian Developer : :' : http://julien.danjou.info `. `' http://people.debian.org/~a...
2006 Feb 20
1
r40 - trunk/debian
...) @@ -4,7 +4,7 @@ Section: misc Priority: extra Standards-Version: 3.6.2.2 -Build-Depends: tetex-bin, tetex-extra, gs-common, debhelper (>= 4), libcurl3-dev | libcurl-dev, dh-kpatches, python-dev, python (>= 2.2), transfig, libsdl1.2-dev, libvncserver-dev, libjpeg-dev, bzip2, hotplug, bcc, dpatch +Build-Depends: tetex-bin, tetex-extra, gs-common, debhelper (>= 4), libcurl3-dev | libcurl-dev, dh-kpatches, python-dev, python (>= 2.2), transfig, libsdl1.2-dev, libvncserver-dev, libjpeg-dev, bzip2, bcc, dpatch Package: xen Section: misc @@ -60,7 +60,7 @@ Package: xen-utils Section:...