summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2019-01-15 18:48:55 +0000
committerDimitri John Ledkov <xnox@ubuntu.com>2019-01-15 18:48:55 +0000
commitff365f6bca5943bbfb7ba948e93f014bed30a245 (patch)
tree66caa9ced56e156e1eac75d58b909918b6376961
parentada795fa8e7b1e27c134fe7d5aedf4517cd082f5 (diff)
Drop XC- prefix from Package-Type field in debian/control.
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index f05cc9e5..46a14c18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
mdadm (4.1-1) unstable; urgency=medium
- * New upstream release
+ * New upstream release.
* Cherrypick patches from master up to 757e55435997e355ee9b03e5d913b5496a3c39a8.
+ * Drop XC- prefix from Package-Type field in debian/control.
-- Dimitri John Ledkov <xnox@ubuntu.com> Tue, 15 Jan 2019 18:23:53 +0000
diff --git a/debian/control b/debian/control
index 64e18fd7..9eaa535e 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Description: tool to administer Linux MD arrays (software RAID)
Package: mdadm-udeb
Section: debian-installer
-XC-Package-Type: udeb
+Package-Type: udeb
Architecture: linux-any
Depends: ${shlibs:Depends}
Description: tool to administer Linux MD arrays (software RAID)