diff --git a/head/ChangeLog b/head/ChangeLog index b9fb21c..9053720 100644 --- a/head/ChangeLog +++ b/head/ChangeLog @@ -1,3 +1,53 @@ +2002-06-21 15:15 jgoerzen + + * debian/changelog: Noted bug closing + +2002-06-21 15:12 jgoerzen + + * ChangeLog: FINAL PREP FOR 1.0.0 + +2002-06-21 15:11 jgoerzen + + * debian/: control, copyright, cron.d.ex, docs, + ex.package.doc-base, manpage.1.ex, manpage.sgml.ex, menu.ex, docs: + Updated + +2002-06-21 15:07 jgoerzen + + * debian/: README, README.Debian: Removed + +2002-06-21 15:06 jgoerzen + + * debian/: conffiles.ex, emacsen-install.ex, emacsen-remove.ex, + emacsen-startup.ex, init.d.ex, postinst.ex, postrm.ex, preinst.ex, + prerm.ex, rules, watch.ex: Updated + +2002-06-21 14:55 jgoerzen + + * debian/: README, README.Debian, changelog, conffiles.ex, control, + copyright, cron.d.ex, dirs, docs, emacsen-install.ex, + emacsen-remove.ex, emacsen-startup.ex, ex.package.doc-base, + init.d.ex, manpage.1.ex, manpage.sgml.ex, menu.ex, postinst.ex, + postrm.ex, preinst.ex, prerm.ex, rules, watch.ex: Added dh_make + files + +2002-06-21 14:51 jgoerzen + + * README: Updated + +2002-06-21 14:29 jgoerzen + + * README, offlineimap/version.py, offlineimap/ui/UIBase.py: Added, + minor tweaking + +2002-06-21 13:46 jgoerzen + + * COPYRIGHT: Added program name + +2002-06-21 13:45 jgoerzen + + * ChangeLog: Added. + 2002-06-21 13:44 jgoerzen * Makefile: Using a more appropriate Makefile now @@ -296,9 +346,14 @@ * offlineimap/repository/: Base.py, __init__.py: Added +2002-06-18 13:28 jgoerzen + + * offlineimap/mailbox/__init__.py: [no log message] + 2002-06-18 13:26 jgoerzen - * offlineimap/: folder/__init__.py, repository/Base.py: Updated + * offlineimap/: folder/__init__.py, mailbox/__init__.py, + repository/Base.py: Updated 2002-06-18 13:09 jgoerzen diff --git a/head/debian/README b/head/debian/README deleted file mode 100644 index 13b9882..0000000 --- a/head/debian/README +++ /dev/null @@ -1,6 +0,0 @@ -The Debian Package offlineimap ----------------------------- - -Comments regarding the Package - -John Goerzen , Fri, 21 Jun 2002 14:54:56 -0500 diff --git a/head/debian/README.Debian b/head/debian/README.Debian deleted file mode 100644 index e948aec..0000000 --- a/head/debian/README.Debian +++ /dev/null @@ -1,6 +0,0 @@ -offlineimap for Debian ----------------------- - - - - -- John Goerzen , Fri, 21 Jun 2002 14:54:56 -0500 diff --git a/head/debian/changelog b/head/debian/changelog index cf5a133..c68c151 100644 --- a/head/debian/changelog +++ b/head/debian/changelog @@ -1,6 +1,6 @@ offlineimap (1.0.0) unstable; urgency=low - * Initial Release. + * Initial Release. Closes: #150571. -- John Goerzen Fri, 21 Jun 2002 14:54:56 -0500 diff --git a/head/debian/conffiles.ex b/head/debian/conffiles.ex deleted file mode 100644 index bb90835..0000000 --- a/head/debian/conffiles.ex +++ /dev/null @@ -1,7 +0,0 @@ -# -# If you want to use this conffile, remove all comments and put files that -# you want dpkg to process here using their absolute pathnames. -# See the policy manual -# -# for example: -# /etc/offlineimap/offlineimap.conf diff --git a/head/debian/control b/head/debian/control index 2caba03..085b206 100644 --- a/head/debian/control +++ b/head/debian/control @@ -1,12 +1,32 @@ Source: offlineimap -Section: unknown +Section: mail Priority: optional Maintainer: John Goerzen -Build-Depends: debhelper (>> 3.0.0) +Build-Depends-Indep: debhelper (>> 3.0.0), python2.2 (>= 2.2.1-4) Standards-Version: 3.5.2 Package: offlineimap -Architecture: any -Depends: ${shlibs:Depends} -Description: - +Architecture: all +Depends: python2.2 +Description: IMAP/Maildir synchronization and reader support + OfflineIMAP is a tool to simplify your e-mail reading. With + OfflimeIMAP, you can: + . + * Read the same mailbox from multiple computers, and have your + changes (deletions, etc.) be automatically reflected on + all computers + . + * Use various mail clients to read a single mail box + . + * Read mail while offline (on a laptop) and have all changes + synchronized when you get connected again + . + * Read IMAP mail with mail readers that do not support IMAP + . + * Use SSL (secure connections) to read IMAP mail even if you reader + doesn't support SSL + . + * Synchronize your mail using a completely safe and fault-tolerant + algorithm. (At least I think it is!) + . + In short, OfflineIMAP is a tool to let you read mail how YOU want to. diff --git a/head/debian/copyright b/head/debian/copyright index 3064bc9..bb65512 100644 --- a/head/debian/copyright +++ b/head/debian/copyright @@ -17,6 +17,7 @@ Copyright (C) 2002 John Goerzen GNU General Public License for more details. You should have received a copy of the GNU General Public License with - the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; + the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + diff --git a/head/debian/cron.d.ex b/head/debian/cron.d.ex deleted file mode 100644 index 4206b09..0000000 --- a/head/debian/cron.d.ex +++ /dev/null @@ -1,4 +0,0 @@ -# -# Regular cron jobs for the offlineimap package -# -0 4 * * * root offlineimap_maintenance diff --git a/head/debian/docs b/head/debian/docs index d9eb90f..a1f8881 100644 --- a/head/debian/docs +++ b/head/debian/docs @@ -1,2 +1,2 @@ README -README~ +offlineimap.conf diff --git a/head/debian/emacsen-install.ex b/head/debian/emacsen-install.ex deleted file mode 100644 index abf715c..0000000 --- a/head/debian/emacsen-install.ex +++ /dev/null @@ -1,45 +0,0 @@ -#! /bin/sh -e -# /usr/lib/emacsen-common/packages/install/offlineimap - -# Written by Jim Van Zandt , borrowing heavily -# from the install scripts for gettext by Santiago Vila -# and octave by Dirk Eddelbuettel . - -FLAVOR=$1 -PACKAGE=offlineimap - -if [ ${FLAVOR} = emacs ]; then exit 0; fi - -echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR} - -#FLAVORTEST=`echo $FLAVOR | cut -c-6` -#if [ ${FLAVORTEST} = xemacs ] ; then -# SITEFLAG="-no-site-file" -#else -# SITEFLAG="--no-site-file" -#fi -FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile" - -ELDIR=/usr/share/emacs/site-lisp/${PACKAGE} -ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE} - -# Install-info-altdir does not actually exist. -# Maybe somebody will write it. -if test -x /usr/sbin/install-info-altdir; then - echo install/${PACKAGE}: install Info links for ${FLAVOR} - install-info-altdir --quiet --section "" "" --dirname=${FLAVOR} /usr/info/${PACKAGE}.info.gz -fi - -install -m 755 -d ${ELCDIR} -cd ${ELDIR} -FILES=`echo *.el` -cp ${FILES} ${ELCDIR} -cd ${ELCDIR} - -cat << EOF > path.el -(setq load-path (cons "." load-path) byte-compile-warnings nil) -EOF -${FLAVOR} ${FLAGS} ${FILES} -rm -f *.el path.el - -exit 0 diff --git a/head/debian/emacsen-remove.ex b/head/debian/emacsen-remove.ex deleted file mode 100644 index 02cc4e7..0000000 --- a/head/debian/emacsen-remove.ex +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -e -# /usr/lib/emacsen-common/packages/remove/offlineimap - -FLAVOR=$1 -PACKAGE=offlineimap - -if [ ${FLAVOR} != emacs ]; then - if test -x /usr/sbin/install-info-altdir; then - echo remove/${PACKAGE}: removing Info links for ${FLAVOR} - install-info-altdir --quiet --remove --dirname=${FLAVOR} /usr/info/offlineimap.info.gz - fi - - echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR} - rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE} -fi diff --git a/head/debian/emacsen-startup.ex b/head/debian/emacsen-startup.ex deleted file mode 100644 index 50de23b..0000000 --- a/head/debian/emacsen-startup.ex +++ /dev/null @@ -1,18 +0,0 @@ -;; -*-emacs-lisp-*- -;; -;; Emacs startup file for the Debian GNU/Linux offlineimap package -;; -;; Originally contributed by Nils Naumann -;; Modified by Dirk Eddelbuettel -;; Adapted for dh-make by Jim Van Zandt - -;; The offlineimap package follows the Debian/GNU Linux 'emacsen' policy and -;; byte-compiles its elisp files for each 'emacs flavor' (emacs19, -;; xemacs19, emacs20, xemacs20...). The compiled code is then -;; installed in a subdirectory of the respective site-lisp directory. -;; We have to add this to the load-path: -(setq load-path (cons (concat "/usr/share/" - (symbol-name flavor) - "/site-lisp/offlineimap") load-path)) - - diff --git a/head/debian/ex.package.doc-base b/head/debian/ex.package.doc-base deleted file mode 100644 index 47ac0c6..0000000 --- a/head/debian/ex.package.doc-base +++ /dev/null @@ -1,22 +0,0 @@ -Document: offlineimap -Title: Debian offlineimap Manual -Author: -Abstract: This manual describes what offlineimap is - and how it can be used to - manage online manuals on Debian systems. -Section: unknown - -Format: debiandoc-sgml -Files: /usr/share/doc/offlineimap/offlineimap.sgml.gz - -Format: postscript -Files: /usr/share/doc/offlineimap/offlineimap.ps.gz - -Format: text -Files: /usr/share/doc/offlineimap/offlineimap.text.gz - -Format: HTML -Index: /usr/share/doc/offlineimap/html/index.html -Files: /usr/share/doc/offlineimap/html/*.html - - diff --git a/head/debian/init.d.ex b/head/debian/init.d.ex deleted file mode 100644 index bf1d966..0000000 --- a/head/debian/init.d.ex +++ /dev/null @@ -1,70 +0,0 @@ -#! /bin/sh -# -# skeleton example file to build /etc/init.d/ scripts. -# This file should be used to construct scripts for /etc/init.d. -# -# Written by Miquel van Smoorenburg . -# Modified for Debian GNU/Linux -# by Ian Murdock . -# -# Version: @(#)skeleton 1.8 03-Mar-1998 miquels@cistron.nl -# -# This file was automatically customized by dh-make on Fri, 21 Jun 2002 14:54:56 -0500 - -PATH=/sbin:/bin:/usr/sbin:/usr/bin -DAEMON=/usr/sbin/offlineimap -NAME=offlineimap -DESC=offlineimap - -test -f $DAEMON || exit 0 - -set -e - -case "$1" in - start) - echo -n "Starting $DESC: " - start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \ - --exec $DAEMON - echo "$NAME." - ;; - stop) - echo -n "Stopping $DESC: " - start-stop-daemon --oknodo --stop --quiet --pidfile /var/run/$NAME.pid \ - --exec $DAEMON - echo "$NAME." - ;; - #reload) - # - # If the daemon can reload its config files on the fly - # for example by sending it SIGHUP, do it here. - # - # If the daemon responds to changes in its config file - # directly anyway, make this a do-nothing entry. - # - # echo "Reloading $DESC configuration files." - # start-stop-daemon --stop --signal 1 --quiet --pidfile \ - # /var/run/$NAME.pid --exec $DAEMON - #;; - restart|force-reload) - # - # If the "reload" option is implemented, move the "force-reload" - # option to the "reload" entry above. If not, "force-reload" is - # just the same as "restart". - # - echo -n "Restarting $DESC: " - start-stop-daemon --stop --quiet --pidfile \ - /var/run/$NAME.pid --exec $DAEMON - sleep 1 - start-stop-daemon --start --quiet --pidfile \ - /var/run/$NAME.pid --exec $DAEMON - echo "$NAME." - ;; - *) - N=/etc/init.d/$NAME - # echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2 - echo "Usage: $N {start|stop|restart|force-reload}" >&2 - exit 1 - ;; -esac - -exit 0 diff --git a/head/debian/manpage.1.ex b/head/debian/manpage.1.ex deleted file mode 100644 index b084a98..0000000 --- a/head/debian/manpage.1.ex +++ /dev/null @@ -1,60 +0,0 @@ -.\" Hey, EMACS: -*- nroff -*- -.\" First parameter, NAME, should be all caps -.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection -.\" other parameters are allowed: see man(7), man(1) -.TH OFFLINEIMAP SECTION "June 21, 2002" -.\" Please adjust this date whenever revising the manpage. -.\" -.\" Some roff macros, for reference: -.\" .nh disable hyphenation -.\" .hy enable hyphenation -.\" .ad l left justify -.\" .ad b justify to both left and right margins -.\" .nf disable filling -.\" .fi enable filling -.\" .br insert line break -.\" .sp insert n+1 empty lines -.\" for manpage-specific macros, see man(7) -.SH NAME -offlineimap \- program to do something -.SH SYNOPSIS -.B offlineimap -.RI [ options ] " files" ... -.br -.B bar -.RI [ options ] " files" ... -.SH DESCRIPTION -This manual page documents briefly the -.B offlineimap -and -.B bar -commands. -This manual page was written for the Debian distribution -because the original program does not have a manual page. -Instead, it has documentation in the GNU Info format; see below. -.PP -.\" TeX users may be more comfortable with the \fB\fP and -.\" \fI\fP escape sequences to invode bold face and italics, -.\" respectively. -\fBofflineimap\fP is a program that... -.SH OPTIONS -These programs follow the usual GNU command line syntax, with long -options starting with two dashes (`-'). -A summary of options is included below. -For a complete description, see the Info files. -.TP -.B \-h, \-\-help -Show summary of options. -.TP -.B \-v, \-\-version -Show version of program. -.SH SEE ALSO -.BR bar (1), -.BR baz (1). -.br -The programs are documented fully by -.IR "The Rise and Fall of a Fooish Bar" , -available via the Info system. -.SH AUTHOR -This manual page was written by John Goerzen , -for the Debian GNU/Linux system (but may be used by others). diff --git a/head/debian/manpage.sgml.ex b/head/debian/manpage.sgml.ex deleted file mode 100644 index 7f821af..0000000 --- a/head/debian/manpage.sgml.ex +++ /dev/null @@ -1,152 +0,0 @@ - manpage.1'. You may view - the manual page with: `docbook-to-man manpage.sgml | nroff -man | - less'. A typical entry in a Makefile or Makefile.am is: - -manpage.1: manpage.sgml - docbook-to-man $< > $@ - - - The docbook-to-man binary is found in the docbook-to-man package. - Please remember that if you create the nroff version in one of the - debian/rules file targets (such as build), you will need to include - docbook-to-man in your Build-Depends control field. - - --> - - - FIRSTNAME"> - SURNAME"> - - June 21, 2002"> - - SECTION"> - jgoerzen@complete.org"> - - OFFLINEIMAP"> - - - Debian"> - GNU"> -]> - - - -
- &dhemail; -
- - &dhfirstname; - &dhsurname; - - - 2001 - &dhusername; - - &dhdate; -
- - &dhucpackage; - - &dhsection; - - - &dhpackage; - - program to do something - - - - &dhpackage; - - - - - - - - DESCRIPTION - - This manual page documents briefly the - &dhpackage; and bar - commands. - - This manual page was written for the &debian; distribution - because the original program does not have a manual page. - Instead, it has documentation in the &gnu; - Info format; see below. - - &dhpackage; is a program that... - - - - OPTIONS - - These programs follow the usual GNU command line syntax, - with long options starting with two dashes (`-'). A summary of - options is included below. For a complete description, see the - Info files. - - - - - - - - Show summary of options. - - - - - - - - Show version of program. - - - - - - SEE ALSO - - bar (1), baz (1). - - The programs are documented fully by The Rise and - Fall of a Fooish Bar available via the - Info system. - - - AUTHOR - - This manual page was written by &dhusername; &dhemail; for - the &debian; system (but may be used by others). Permission is - granted to copy, distribute and/or modify this document under - the terms of the GNU Free Documentation - License, Version 1.1 or any later version published by the Free - Software Foundation; with no Invariant Sections, no Front-Cover - Texts and no Back-Cover Texts. - - -
- - - - diff --git a/head/debian/menu.ex b/head/debian/menu.ex deleted file mode 100644 index fae61d7..0000000 --- a/head/debian/menu.ex +++ /dev/null @@ -1,2 +0,0 @@ -?package(offlineimap):needs=X11|text|vc|wm section=Apps/see-menu-manual\ - title="offlineimap" command="/usr/bin/offlineimap" diff --git a/head/debian/postinst.ex b/head/debian/postinst.ex deleted file mode 100644 index 3ed4f53..0000000 --- a/head/debian/postinst.ex +++ /dev/null @@ -1,48 +0,0 @@ -#! /bin/sh -# postinst script for offlineimap -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `configure' -# * `abort-upgrade' -# * `abort-remove' `in-favour' -# -# * `abort-deconfigure' `in-favour' -# `removing' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package -# -# quoting from the policy: -# Any necessary prompting should almost always be confined to the -# post-installation script, and should be protected with a conditional -# so that unnecessary prompting doesn't happen if a package's -# installation fails and the `postinst' is called with `abort-upgrade', -# `abort-remove' or `abort-deconfigure'. - -case "$1" in - configure) - - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - diff --git a/head/debian/postrm.ex b/head/debian/postrm.ex deleted file mode 100644 index 4902e72..0000000 --- a/head/debian/postrm.ex +++ /dev/null @@ -1,38 +0,0 @@ -#! /bin/sh -# postrm script for offlineimap -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `remove' -# * `purge' -# * `upgrade' -# * `failed-upgrade' -# * `abort-install' -# * `abort-install' -# * `abort-upgrade' -# * `disappear' overwrit>r> -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - - - ;; - - *) - echo "postrm called with unknown argument \`$1'" >&2 - exit 1 - -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 diff --git a/head/debian/preinst.ex b/head/debian/preinst.ex deleted file mode 100644 index 866371b..0000000 --- a/head/debian/preinst.ex +++ /dev/null @@ -1,44 +0,0 @@ -#! /bin/sh -# preinst script for offlineimap -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `install' -# * `install' -# * `upgrade' -# * `abort-upgrade' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - install|upgrade) -# if [ "$1" = "upgrade" ] -# then -# start-stop-daemon --stop --quiet --oknodo \ -# --pidfile /var/run/offlineimap.pid \ -# --exec /usr/sbin/offlineimap 2>/dev/null || true -# fi - ;; - - abort-upgrade) - ;; - - *) - echo "preinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - diff --git a/head/debian/prerm.ex b/head/debian/prerm.ex deleted file mode 100644 index 91b97c5..0000000 --- a/head/debian/prerm.ex +++ /dev/null @@ -1,39 +0,0 @@ -#! /bin/sh -# prerm script for offlineimap -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `remove' -# * `upgrade' -# * `failed-upgrade' -# * `remove' `in-favour' -# * `deconfigure' `in-favour' -# `removing' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - remove|upgrade|deconfigure) -# install-info --quiet --remove /usr/info/offlineimap.info.gz - ;; - failed-upgrade) - ;; - *) - echo "prerm called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - diff --git a/head/debian/rules b/head/debian/rules index 104aaea..08e8d01 100644 --- a/head/debian/rules +++ b/head/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. +# Modified by John Goerzen # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -8,6 +9,8 @@ # This is the debhelper compatibility version to use. export DH_COMPAT=3 +PYTHON=python2.2 +PACKAGE=offlineimap ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) @@ -21,6 +24,7 @@ configure: configure-stamp configure-stamp: dh_testdir # Add here commands to configure the package. + #$(PYTHON) setup.py configure touch configure-stamp @@ -31,8 +35,8 @@ build-stamp: configure-stamp dh_testdir # Add here commands to compile the package. - $(MAKE) - #/usr/bin/docbook-to-man debian/offlineimap.sgml > offlineimap.1 + $(PYTHON) setup.py build + #/usr/bin/docbook-to-man debian/pygopherd.sgml > pygopherd.1 touch build-stamp @@ -43,6 +47,7 @@ clean: # Add here commands to clean up after the build process. -$(MAKE) clean + -$(PYTHON) setup.py clean --all dh_clean @@ -52,32 +57,35 @@ install: build dh_clean -k dh_installdirs - # Add here commands to install the package into debian/offlineimap. - $(MAKE) install DESTDIR=$(CURDIR)/debian/offlineimap + # Add here commands to install the package into debian/pygopherd. + #$(MAKE) install DESTDIR=$(CURDIR)/debian/pygopherd + $(PYTHON) setup.py install --root=`pwd`/debian/$(PACKAGE) --no-compile -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. - # Build architecture-dependent files here. binary-arch: build install +# We have nothing to do by default. + +# Build architecture-independent files here. +binary-indep: build install dh_testdir dh_testroot # dh_installdebconf dh_installdocs + mv debian/$(PACKAGE)/usr/bin/$(PACKAGE).py \ + debian/$(PACKAGE)/usr/bin/$(PACKAGE) dh_installexamples dh_installmenu # dh_installlogrotate # dh_installemacsen # dh_installpam # dh_installmime -# dh_installinit + dh_installinit dh_installcron dh_installman dh_installinfo # dh_undocumented - dh_installchangelogs ChangeLog + dh_installchangelogs dh_link dh_strip dh_compress diff --git a/head/debian/watch.ex b/head/debian/watch.ex deleted file mode 100644 index f7c6638..0000000 --- a/head/debian/watch.ex +++ /dev/null @@ -1,5 +0,0 @@ -# Example watch control file for uscan -# Rename this file to "watch" and then you can run the "uscan" command -# to check for upstream updates and more. -# Site Directory Pattern Version Script -sunsite.unc.edu /pub/Linux/Incoming offlineimap-(.*)\.tar\.gz debian uupdate