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
commit81c28a253a1a576879570f12377866ec57358b56 (patch)
treea51bed203937c4ce25527bf533b48eacd427c4f2 /Makefile
parente6733930bfb3c40cbe7a43d38e8c3487c9b8d9bc (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