From fe418ea607bc1be233b5db1c82d97577da1ce399 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 26 May 2010 18:52:58 +1200 Subject: [PATCH] Set upload target to squeeze-dev. Since we're uploading a git snapshot, this is not meant for production, and thus it should not be uploaded to squeeze, but for squeeze-dev. Documentation for the pockets will appear in the apt repository or the wiki once it is ready. Signed-off-by: Galen Charlton --- debian/build-git-snapshot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/build-git-snapshot b/debian/build-git-snapshot index bcf71d4bdd..e46069c22b 100755 --- a/debian/build-git-snapshot +++ b/debian/build-git-snapshot @@ -34,7 +34,8 @@ newversion() { } adjust_debian_changelog() { - dch -v "$1" "Building git snapshot." + dch --force-distribution -D squeeze-dev -v "$1" \ + "Building git snapshot." dch -r "Building git snapshot." } -- 2.20.1