summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fw@deneb.enyo.de>2008-12-02 21:13:12 +0000
committerFlorian Weimer <fw@deneb.enyo.de>2008-12-02 21:13:12 +0000
commit7a056caf1d5208d1be2f722d6ee218e131a788b7 (patch)
tree74ca5ce94e56b17d04a0065507cd8af4a7011967 /Makefile
parentdebbbee8aa4b0ae1a6ed70ab031646c1a53aec11 (diff)
Makefile: Use a different name for the backports files
STABLE-backports is distinct from STABLE, so the [STABLE] tags don't apply there, which is the correct approach since the version numbering scheme is based on unstable (well, testing) and not stable. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@10582 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5979945bc6..bb150175ae 100644
--- a/Makefile
+++ b/Makefile
@@ -101,9 +101,9 @@ update-backports:
for arch in $(LENNY_ARCHS) ; do \
$(PYTHON) bin/apt-update-file \
$(BACKPORTS_MIRROR)/$${archive}-backports/main/binary-$$arch/Packages \
- data/packages/$${archive}_backports_main_$${arch}_Packages ; \
+ data/packages/$${archive}-backports__main_$${arch}_Packages ; \
done ; \
$(PYTHON) bin/apt-update-file \
$(BACKPORTS_MIRROR)/$${archive}-backports/main/source/Sources \
- data/packages/$${archive}_backports_main_Sources ; \
+ data/packages/$${archive}-backports__main_Sources ; \
done

© 2014-2024 Faster IT GmbH | imprint | privacy policy