[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#683184: RFS: suckless-tools/39-1 [ITA]



* Vasudev Kamath <kamathvasudev@gmail.com>, 2012-10-28, 10:45:
I'd prefer if create_get_orig source downloaded a specific revision of prop (currently ecfe2752b310) rather than tip. That would make the script more deterministic.
Done.

Okay, how about this patch? (see attachment)

I wonder what is the purpose of ssid. The manpage says it's "an extremly[0] simple setsid replacement". But setsid itself _is_ extremely simple. In fact, if you compare ssid.c with setsid.c (from util-linux), you'll see they're almost identical.


[0] Typo!

--
Jakub Wilk
diff --git a/debian/create_orig_source b/debian/create_orig_source
--- a/debian/create_orig_source
+++ b/debian/create_orig_source
@@ -9,6 +9,7 @@
 ssid_VERSION=0.1
 tabbed_VERSION=0.4
 wmname_VERSION=0.1
+sprop_REVISION=ecfe2752b310
 
 CURRENT_VERSION=39
 
@@ -43,8 +44,8 @@
 echo Downloading wmname-$wmname_VERSION...
 wget -q http://dl.suckless.org/tools/wmname-$wmname_VERSION.tar.gz -O $CURDIR/suckless-tools_$CURRENT_VERSION.orig-wmname.tar.gz
 
-echo Downloading sprop from hg repository tip
-wget -q http://hg.suckless.org/sprop/archive/ecfe2752b310.tar.gz -O $CURDIR/suckless-tools_$CURRENT_VERSION.orig-sprop.tar.gz
+echo Downloading sprop from hg repository, revision $sprop_REVISION
+wget -q http://hg.suckless.org/sprop/archive/$sprop_REVISION.tar.gz -O $CURDIR/suckless-tools_$CURRENT_VERSION.orig-sprop.tar.gz
 
 echo Creating empty suckless-tools_$CURRENT_VERSION.orig.tar.gz
 mkdir -p $TMPDIR/suckless-tools_$CURRENT_VERSION

Reply to: