From a28d31871d3f2b6458f7446da094eb4ee6cd43a1 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Thu, 14 Jan 2016 16:54:06 -0600
Subject: [PATCH] debootstrap: bump to 1.0.75

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 scripts/install_dependencies.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/install_dependencies.sh b/scripts/install_dependencies.sh
index 929b8ce17..8267035a7 100755
--- a/scripts/install_dependencies.sh
+++ b/scripts/install_dependencies.sh
@@ -1,6 +1,6 @@
 #!/bin/bash -e
 #
-# Copyright (c) 2012-2015 Robert Nelson <robertcnelson@gmail.com>
+# Copyright (c) 2012-2016 Robert Nelson <robertcnelson@gmail.com>
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
@@ -22,7 +22,7 @@
 
 #http://ftp.us.debian.org/debian/pool/main/d/debootstrap/
 #1.0.${minimal_debootstrap}
-minimal_debootstrap="74"
+minimal_debootstrap="75"
 host_arch="$(uname -m)"
 
 debootstrap_is_installed () {
-- 
GitLab