Set upload target to squeeze-dev.
authorLars Wirzenius <lars@catalyst.net.nz>
Wed, 26 May 2010 06:52:58 +0000 (18:52 +1200)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 26 May 2010 12:28:24 +0000 (08:28 -0400)
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 <gmcharlt@gmail.com>
debian/build-git-snapshot

index bcf71d4..e46069c 100755 (executable)
@@ -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."
 }