r11179 - in people/evgeni/thumbnails-from-screenshots: . debian

Evgeni Golov evgeni at alioth.debian.org
Thu Jul 29 21:41:47 UTC 2010


Author: evgeni
Date: 2010-07-29 21:41:46 +0000 (Thu, 29 Jul 2010)
New Revision: 11179

Modified:
   people/evgeni/thumbnails-from-screenshots/debian/rules
   people/evgeni/thumbnails-from-screenshots/fetch-thumbnails
Log:
minimalistic get-orig-source target

Modified: people/evgeni/thumbnails-from-screenshots/debian/rules
===================================================================
--- people/evgeni/thumbnails-from-screenshots/debian/rules	2010-07-29 21:12:54 UTC (rev 11178)
+++ people/evgeni/thumbnails-from-screenshots/debian/rules	2010-07-29 21:41:46 UTC (rev 11179)
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+THUMBNAILS_VERSION := 20100729
+
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
@@ -65,5 +67,9 @@
 # Build architecture-dependent files here.
 binary-arch: build install
 
+get-orig-source:
+	./fetch-thumbnails
+	tar zcf games-thumbnails-$(THUMBNAILS_VERSION).orig.tar.gz games-thumbnails
+
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure crunchedpics

Modified: people/evgeni/thumbnails-from-screenshots/fetch-thumbnails
===================================================================
--- people/evgeni/thumbnails-from-screenshots/fetch-thumbnails	2010-07-29 21:12:54 UTC (rev 11178)
+++ people/evgeni/thumbnails-from-screenshots/fetch-thumbnails	2010-07-29 21:41:46 UTC (rev 11179)
@@ -36,7 +36,7 @@
 from PIL import Image
 from os import path, mkdir
 
-__BASE_DIR = 'build'
+__BASE_DIR = 'games-thumbnails'
 __ORIG_DIR = '%s/orig' % __BASE_DIR
 __THUMB_DIR = '%s/thumbs' % __BASE_DIR
 




More information about the Pkg-games-commits mailing list