[Koha-patches] [PATCH 2/5] Set upload target to squeeze-dev.

Lars Wirzenius lars at catalyst.net.nz
Wed May 26 08:52:58 CEST 2010


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.
---
 debian/build-git-snapshot |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/build-git-snapshot b/debian/build-git-snapshot
index bcf71d4..e46069c 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."
 }
 
-- 
1.7.1




More information about the Koha-patches mailing list