]> git.proxmox.com Git - rustc.git/commitdiff
Work around bug 577113
authorXimin Luo <infinity0@debian.org>
Sat, 16 Jul 2016 18:48:17 +0000 (20:48 +0200)
committerXimin Luo <infinity0@debian.org>
Sat, 16 Jul 2016 18:48:17 +0000 (20:48 +0200)
debian/source/include-binaries
debian/source/local-options [new file with mode: 0644]
debian/source/options [new file with mode: 0644]

index 5e0812fc6d92b8e515d61342bb65699362126554..15212f7b74b43fda0fb2deff85747960e90e0e56 100644 (file)
@@ -1 +1,4 @@
 debian/icons/rust-logo-32x32-blk.png
+# if you are here because dpkg-source told you to "add dl/rustc-** in d/source/include-binaries",
+# ignore that instruction and instead rename "../rustc_${version}.orig-dl.tar.xz" to something else
+# see also d/source/options and d/source/local-options and #577113.
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644 (file)
index 0000000..0dc69f7
--- /dev/null
@@ -0,0 +1,4 @@
+# this helps to prevent accidentally including the orig-dl tarball in a non
+# orig-dl upload, after running `debian/rules source_orig-dl`.
+# we can get rid of this after #577113 is fixed
+abort-on-upstream-changes
diff --git a/debian/source/options b/debian/source/options
new file mode 100644 (file)
index 0000000..2c56439
--- /dev/null
@@ -0,0 +1,4 @@
+# this helps to prevent accidentally including the orig-dl tarball in a non
+# orig-dl upload, after running `debian/rules source_orig-dl`.
+# we can get rid of this after #577113 is fixed
+include-removal