From f2adfc44040d1fc75aa7d0131de0ce1a1ef177ee Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Thu, 20 Aug 2009 10:32:42 -0600 Subject: [PATCH] update watch file --- debian/changelog | 13 +++++++++++++ debian/control | 2 +- debian/docs | 2 +- debian/upload.sh | 3 +++ debian/watch | 4 ++-- 5 files changed, 20 insertions(+), 4 deletions(-) create mode 100755 debian/upload.sh diff --git a/debian/changelog b/debian/changelog index 4223655..0ef1463 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +cl-readline (0.2.0a-2) unstable; urgency=low + + * Update watch file to match file versions + + -- Kevin M. Rosenberg Thu, 20 Aug 2009 10:32:03 -0600 + +cl-readline (0.2.0a-1) unstable; urgency=low + + * New upstream + * Add to watch file local respository + + -- Kevin M. Rosenberg Thu, 06 Aug 2009 00:25:31 -0600 + cl-readline (0.2.0-5) unstable; urgency=low * Convert to dh-lisp diff --git a/debian/control b/debian/control index 153a0a9..3c85eab 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Kevin M. Rosenberg Build-Depends: debhelper (>= 7.0.0), dh-lisp, libreadline-dev -Standards-Version: 3.8.2.0 +Standards-Version: 3.8.3.0 Vcs-Git: git://git.b9.com/cl-readline.git Vcs-Browser: http://git.b9.com/?p=cl-readline.git diff --git a/debian/docs b/debian/docs index cf4ddc8..d277748 100644 --- a/debian/docs +++ b/debian/docs @@ -1,3 +1,3 @@ README TODO - +README.deprecated diff --git a/debian/upload.sh b/debian/upload.sh new file mode 100755 index 0000000..dd82937 --- /dev/null +++ b/debian/upload.sh @@ -0,0 +1,3 @@ +#!/bin/bash -e + +dup cl-readline -Ufiles.b9.com -D/home/ftp/cl-readline -C"(umask 022; /home/kevin/bin/remove-old-versions cl-readline latest)" -su $* diff --git a/debian/watch b/debian/watch index 75f1b8d..91b7a4d 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -# There is no upstream available anymore. Refer to the Vcs-Git to get the -# source for this Debian package +version=3 +http://files.b9.com/cl-readline/cl-readline-([\d\.a-z]*)\.tar\.gz -- 2.34.1