summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDmitrijs Ledkovs <dmitrijs.ledkovs@canonical.com>2013-06-07 00:01:40 (GMT)
committerDmitrijs Ledkovs <dmitrijs.ledkovs@canonical.com>2013-06-07 00:01:40 (GMT)
commitcdd26004acc84644a84e87d2c565ab877910da74 (patch)
treeb6a5d5aa1de1857bf8d66fd27803e98b23a5d9a0 /debian
parent3bc34ed9050ddc4e5467a850eb0420f71195257b (diff)
downloaddebootstrap-cdd26004acc84644a84e87d2c565ab877910da74.zip
debootstrap-cdd26004acc84644a84e87d2c565ab877910da74.tar.gz
debootstrap-cdd26004acc84644a84e87d2c565ab877910da74.tar.bz2
Mass-commit packaging changes. http://deb.li/qxqh
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/compat2
-rw-r--r--debian/control6
-rw-r--r--debian/source/format1
4 files changed, 13 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 77c26fd..50de3b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debootstrap (1.0.53) UNRELEASED; urgency=low
+
+ * Set debian source format to '3.0 (native)'.
+ * Bump debhelper compat level to 9.
+ * Set Vcs-* to canonical format.
+
+ -- Dmitrijs Ledkovs <xnox@debian.org> Fri, 07 Jun 2013 00:25:43 +0100
+
debootstrap (1.0.52) unstable; urgency=low
* scripts/gutsy: Make the fake initctl pass through "initctl version"
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 0894e08..2fa2a06 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,10 @@ Section: admin
Priority: extra
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Uploaders: Joey Hess <joeyh@debian.org>, Junichi Uekawa <dancer@debian.org>, Colin Watson <cjwatson@debian.org>, Christian Perrier <bubulle@debian.org>
-Build-Depends: debhelper (>= 7.0.50), makedev (>= 2.3.1-69) [linux-any]
+Build-Depends: debhelper (>= 9), makedev (>= 2.3.1-69) [linux-any]
Standards-Version: 3.9.3
-Vcs-Browser: http://git.debian.org/?p=d-i/debootstrap.git
-Vcs-Git: git://git.debian.org/d-i/debootstrap.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=d-i/debootstrap.git
+Vcs-Git: git://anonscm.debian.org/d-i/debootstrap.git
Package: debootstrap
Architecture: all
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)