[Secure-testing-commits] r52655 - /
Salvatore Bonaccorso
carnil at moszumanska.debian.org
Sat Jun 17 08:22:06 UTC 2017
Author: carnil
Date: 2017-06-17 08:22:06 +0000 (Sat, 17 Jun 2017)
New Revision: 52655
Modified:
Makefile
Log:
Drop obsolted update-backport target needed for squeeze
Modified: Makefile
===================================================================
--- Makefile 2017-06-17 08:22:03 UTC (rev 52654)
+++ Makefile 2017-06-17 08:22:06 UTC (rev 52655)
@@ -205,22 +205,8 @@
data/packages/$${archive}-lts__$${section}_Sources ; \
done ;
-BACKPORTS_MIRROR = http://ftp.de.debian.org/debian-backports/dists
update-backports: update-backports-$(STABLE) update-backports-$(OLDSTABLE) update-backports-$(OLDOLDSTABLE)
-update-backports-$(OLDOLDSTABLE):
- set -e && archive=$(shell echo $@ | cut -d- -f3) ; \
- for section in main contrib non-free ; do \
- for arch in $($(shell echo $@ | cut -d- -f3)_ARCHS) ; do \
- $(PYTHON) bin/apt-update-file \
- $(BACKPORTS_MIRROR)/$${archive}-backports/$$section/binary-$$arch/Packages \
- data/packages/$${archive}-backports__$${section}_$${arch}_Packages ; \
- done ; \
- $(PYTHON) bin/apt-update-file \
- $(BACKPORTS_MIRROR)/$${archive}-backports/$$section/source/Sources \
- data/packages/$${archive}-backports__$${section}_Sources ; \
- done ;
-
update-backports-%:
set -e && archive=$(shell echo $@ | cut -d- -f3) ; \
for section in main contrib non-free ; do \
More information about the Secure-testing-commits
mailing list