search for: dpep

Displaying 3 results from an estimated 3 matches for "dpep".

Did you mean: dep
2006 Feb 19
1
r26 - in trunk/debian: . patches
...atch/dpatch-run +## 30xenchangeset.dpatch by Guido Trotter <ultrotter@debian.org> +## +## All lines beginning with `## DP:'' are a description of the patch. +## DP: Make the changeset configurable, defaulting to the old value + +@DPATCH@ +diff -urNad xen-3.0.1+hg8743/xen/Makefile /tmp/dpep.Ek3jgb/xen-3.0.1+hg8743/xen/Makefile +--- xen-3.0.1+hg8743/xen/Makefile 2006-02-18 19:57:57.971524368 +0100 ++++ /tmp/dpep.Ek3jgb/xen-3.0.1+hg8743/xen/Makefile 2006-02-19 19:20:15.000000000 +0100 +@@ -8,6 +8,7 @@ + export XEN_SUBVERSION = 0 + export XEN_EXTRAVERSION = .1 + export XEN_FULLVERSIO...
2005 Sep 12
1
optimizing for via C3
...afrir 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@ diff -urNad asterisk-1.0.9.dfsg.1/Makefile /tmp/dpep.gRvJc9/asterisk-1.0.9.dfsg. 1/Makefile --- asterisk-1.0.9.dfsg.1/Makefile 2005-09-12 16:00:12.071877432 +0300 +++ /tmp/dpep.gRvJc9/asterisk-1.0.9.dfsg.1/Makefile 2005-09-12 16:09:01.936325792 +0300 @@ -27,7 +27,8 @@ #K6OPT = -DK6OPT #Tell gcc to optimize the asterisk's code -OPTIMI...
2006 Jan 17
0
asterisk.ctl limitations
...# ## 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. @DPATCH@ diff -urNad netcat-1.10/netcat.c /tmp/dpep.QmuQvQ/netcat-1.10/netcat.c --- netcat-1.10/netcat.c 2006-01-04 22:11:40.000000000 +0200 +++ /tmp/dpep.QmuQvQ/netcat-1.10/netcat.c 2006-01-04 22:17:16.000000000 +0200 @@ -71,6 +71,7 @@ #include <sys/time.h> /* timeval, time_t */ #include <setjmp.h> /* jmp_buf et al */ #include <...