Author: fw Date: 2008-12-02 21:13:12 +0000 (Tue, 02 Dec 2008) New Revision: 10582 Modified: Makefile Log: 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. Modified: Makefile ==================================================================--- Makefile 2008-12-02 21:13:10 UTC (rev 10581) +++ Makefile 2008-12-02 21:13:12 UTC (rev 10582) @@ -101,9 +101,9 @@ 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