summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/24_pci_irq_fix.patch2
-rw-r--r--debian/patches/61_vm_resident-zoned.patch2
3 files changed, 1 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index b25cf5d..97dcd1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ gnumach (2:1.3.99.dfsg.cvs20070809-2) UNRELEASED; urgency=low
* Add a README.source.
* Now using Standards-Version 3.8.0.
* Refresh patches with -pab.
+ * Remove DPATCHLEVEL variable from patches.
-- Guillem Jover <guillem@debian.org> Thu, 09 Aug 2007 01:45:22 +0300
diff --git a/debian/patches/24_pci_irq_fix.patch b/debian/patches/24_pci_irq_fix.patch
index 4f1c0f9..cba0cab 100644
--- a/debian/patches/24_pci_irq_fix.patch
+++ b/debian/patches/24_pci_irq_fix.patch
@@ -1,5 +1,3 @@
-#DPATCHLEVEL=1
-
My laptop's motherboard set its RTL8139 NIC IRQ at a value that is not
included in the range 0<=x<16 and it's not 255.
diff --git a/debian/patches/61_vm_resident-zoned.patch b/debian/patches/61_vm_resident-zoned.patch
index 6251346..94ccc03 100644
--- a/debian/patches/61_vm_resident-zoned.patch
+++ b/debian/patches/61_vm_resident-zoned.patch
@@ -1,5 +1,3 @@
-#DPATCHLEVEL=0
-
2006-01-20 Gianluca Guida <glguida@gmail.com>
* vm/pmap.h (pmap_is_dma, pmap_is_normal): New functions.