[Secure-testing-commits] r52656 - /

Salvatore Bonaccorso carnil at moszumanska.debian.org
Sat Jun 17 08:22:07 UTC 2017


Author: carnil
Date: 2017-06-17 08:22:07 +0000 (Sat, 17 Jun 2017)
New Revision: 52656

Modified:
   Makefile
Log:
Makefile: drop obsolteted update-lts targets

Modified: Makefile
===================================================================
--- Makefile	2017-06-17 08:22:06 UTC (rev 52655)
+++ Makefile	2017-06-17 08:22:07 UTC (rev 52656)
@@ -190,21 +190,6 @@
 	  done ; \
 	done
 
-update-lts: update-lts-$(OLDOLDSTABLE)
-
-update-lts-$(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)_LTS_ARCHS) ; do \
-	      $(PYTHON) bin/apt-update-file \
-	        $(MIRROR)/dists/$${archive}-lts/$$section/binary-$$arch/Packages \
-	        data/packages/$${archive}-lts__$${section}_$${arch}_Packages ; \
-	    done ; \
-	    $(PYTHON) bin/apt-update-file \
-	      $(MIRROR)/dists/$${archive}-lts/$$section/source/Sources \
-	      data/packages/$${archive}-lts__$${section}_Sources ; \
-	  done ;
-
 update-backports: update-backports-$(STABLE) update-backports-$(OLDSTABLE) update-backports-$(OLDOLDSTABLE)
 
 update-backports-%:




More information about the Secure-testing-commits mailing list