dotgnu-libs-commits
[Top][All Lists]
Advanced

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

[Dotgnu-libs-commits] CVS: dotgnu.rdf/debian README.Debian,NONE,1.1 cha


From: James Michael DuPont <address@hidden>
Subject: [Dotgnu-libs-commits] CVS: dotgnu.rdf/debian README.Debian,NONE,1.1 changelog,NONE,1.1 conffiles.ex,NONE,1.1 control,NONE,1.1 copyright,NONE,1.1 cron.d.ex,NONE,1.1 dirs,NONE,1.1 docs,NONE,1.1 dotgnu.rdf-dev.dirs,NONE,1.1 dotgnu.rdf-dev.files,NONE,1.1 dotgnu.rdf1.dirs,NONE,1.1 dotgnu.rdf1.files,NONE,1.1 emacsen-install.ex,NONE,1.1 emacsen-remove.ex,NONE,1.1 emacsen-startup.ex,NONE,1.1 ex.package.doc-base,NONE,1.1 files,NONE,1.1 init.d.ex,NONE,1.1 manpage.1.ex,NONE,1.1 manpage.sgml.ex,NONE,1.1 menu.ex,NONE,1.1 postinst.ex,NONE,1.1 postrm.ex,NONE,1.1 preinst.ex,NONE,1.1 prerm.ex,NONE,1.1 rules,NONE,1.1 shlibs.local.ex,NONE,1.1 watch.ex,NONE,1.1
Date: Sun, 16 Feb 2003 11:30:20 -0500

Update of /cvsroot/dotgnu-libs/dotgnu.rdf/debian
In directory subversions:/tmp/cvs-serv624

Added Files:
        README.Debian changelog conffiles.ex control copyright 
        cron.d.ex dirs docs dotgnu.rdf-dev.dirs dotgnu.rdf-dev.files 
        dotgnu.rdf1.dirs dotgnu.rdf1.files emacsen-install.ex 
        emacsen-remove.ex emacsen-startup.ex ex.package.doc-base files 
        init.d.ex manpage.1.ex manpage.sgml.ex menu.ex postinst.ex 
        postrm.ex preinst.ex prerm.ex rules shlibs.local.ex watch.ex 
Log Message:
added debian

--- NEW FILE ---
dotgnu.rdf for Debian
---------------------

<possible notes regarding this package - if none, delete this file>

 -- James Michael DuPont <address@hidden>, Sat,  8 Feb 2003 19:20:46 +0100

--- NEW FILE ---
dotgnu.rdf (0.2-1) unstable; urgency=low

  * Initial Release.

 -- James Michael DuPont <address@hidden>  Sat,  8 Feb 2003 19:20:46 +0100


--- NEW FILE ---
#
# 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/dotgnu.rdf/dotgnu.rdf.conf

--- NEW FILE ---
Source: dotgnu.rdf
Priority: optional
Maintainer: James Michael DuPont <address@hidden>
Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.5.8

Package: dotgnu.rdf-dev
Section: devel
Architecture: any
Depends: dotgnu.rdf (= ${Source-Version})
Description: do i need this
 what about this

Package: dotgnu.rdf
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: the rdf lib for dotgnu
 this is for all dotgnuers out there!

--- NEW FILE ---
This package was debianized by James Michael DuPont <address@hidden> on
Sat,  8 Feb 2003 19:20:46 +0100.

It was downloaded from <fill in ftp site>

Upstream Author(s): <put author(s) name and email here>

Copyright:

<Must follow here>

--- NEW FILE ---
#
# Regular cron jobs for the dotgnu.rdf package
#
0 4     * * *   root    dotgnu.rdf_maintenance

--- NEW FILE ---
usr/bin
usr/sbin

--- NEW FILE ---
ChangeLog.bak

--- NEW FILE ---
usr/lib
usr/include

--- NEW FILE ---
usr/include/*
usr/lib/lib*.a
usr/lib/lib*.so
usr/lib/pkgconfig/*
/usr/lib/*.la

--- NEW FILE ---
usr/lib

--- NEW FILE ---
usr/lib/lib*.so.*

--- NEW FILE ---
#! /bin/sh -e
# /usr/lib/emacsen-common/packages/install/dotgnu.rdf

# Written by Jim Van Zandt <address@hidden>, borrowing heavily
# from the install scripts for gettext by Santiago Vila
# <address@hidden> and octave by Dirk Eddelbuettel <address@hidden>.

FLAVOR=$1
PACKAGE=dotgnu.rdf

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

--- NEW FILE ---
#!/bin/sh -e
# /usr/lib/emacsen-common/packages/remove/dotgnu.rdf

FLAVOR=$1
PACKAGE=dotgnu.rdf

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/dotgnu.rdf.info.gz
    fi

    echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
    rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE}
fi

--- NEW FILE ---
;; -*-emacs-lisp-*-
;;
;; Emacs startup file for the Debian GNU/Linux dotgnu.rdf package
;;
;; Originally contributed by Nils Naumann <address@hidden>
;; Modified by Dirk Eddelbuettel <address@hidden>
;; Adapted for dh-make by Jim Van Zandt <address@hidden>

;; The dotgnu.rdf 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/dotgnu.rdf") load-path))



--- NEW FILE ---
Document: dotgnu.rdf
Title: Debian dotgnu.rdf Manual
Author: <insert document author here>
Abstract: This manual describes what dotgnu.rdf is
 and how it can be used to
 manage online manuals on Debian systems.
Section: unknown

Format: debiandoc-sgml
Files: /usr/share/doc/dotgnu.rdf/dotgnu.rdf.sgml.gz

Format: postscript
Files: /usr/share/doc/dotgnu.rdf/dotgnu.rdf.ps.gz

Format: text
Files: /usr/share/doc/dotgnu.rdf/dotgnu.rdf.text.gz

Format: HTML
Index: /usr/share/doc/dotgnu.rdf/html/index.html
Files: /usr/share/doc/dotgnu.rdf/html/*.html

  

--- NEW FILE ---
dotgnu.rdf-dev_0.2-1_i386.deb devel optional
dotgnu.rdf_0.2-1_i386.deb libs optional

--- NEW FILE ---
#! /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 <address@hidden>.
#               Modified for Debian GNU/Linux
#               by Ian Murdock <address@hidden>.
#
# Version:      @(#)skeleton  1.9  26-Feb-2001  address@hidden
#

PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/sbin/dotgnu.rdf
NAME=dotgnu.rdf
DESC=dotgnu.rdf

test -x $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 --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

--- NEW FILE ---
.\"                                      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 DOTGNU.RDF SECTION "February  8, 2003"
.\" 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 <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
dotgnu.rdf \- program to do something
.SH SYNOPSIS
.B dotgnu.rdf
.RI [ options ] " files" ...
.br
.B bar
.RI [ options ] " files" ...
.SH DESCRIPTION
This manual page documents briefly the
.B dotgnu.rdf
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<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
.\" respectively.
\fBdotgnu.rdf\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 James Michael DuPont <address@hidden>,
for the Debian GNU/Linux system (but may be used by others).

--- NEW FILE ---
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [

<!-- Process this file with docbook-to-man to generate an nroff manual
     page: `docbook-to-man manpage.sgml > 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.

  -->

  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
  <!ENTITY dhfirstname "<firstname>FIRSTNAME</firstname>">
  <!ENTITY dhsurname   "<surname>SURNAME</surname>">
  <!-- Please adjust the date whenever revising the manpage. -->
  <!ENTITY dhdate      "<date>February  8, 2003</date>">
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
       allowed: see man(7), man(1). -->
  <!ENTITY dhsection   "<manvolnum>SECTION</manvolnum>">
  <!ENTITY dhemail     "<email>address@hidden</email>">
  <!ENTITY dhusername  "James Michael DuPont">
  <!ENTITY dhucpackage "<refentrytitle>DOTGNU.RDF</refentrytitle>">
  <!ENTITY dhpackage   "dotgnu.rdf">

  <!ENTITY debian      "<productname>Debian</productname>">
  <!ENTITY gnu         "<acronym>GNU</acronym>">
  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
]>

<refentry>
  <refentryinfo>
    <address>
      &dhemail;
    </address>
    <author>
      &dhfirstname;
      &dhsurname;
    </author>
    <copyright>
      <year>2002</year>
      <holder>&dhusername;</holder>
    </copyright>
    &dhdate;
  </refentryinfo>
  <refmeta>
    &dhucpackage;

    &dhsection;
  </refmeta>
  <refnamediv>
    <refname>&dhpackage;</refname>

    <refpurpose>program to do something</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
    <cmdsynopsis>
      <command>&dhpackage;</command>

      <arg><option>-e <replaceable>this</replaceable></option></arg>

      <arg><option>--example <replaceable>that</replaceable></option></arg>
    </cmdsynopsis>
  </refsynopsisdiv>
  <refsect1>
    <title>DESCRIPTION</title>

    <para>This manual page documents briefly the
      <command>&dhpackage;</command> and <command>bar</command>
      commands.</para>

    <para>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;
      <application>Info</application> format; see below.</para>

    <para><command>&dhpackage;</command> is a program that...</para>

  </refsect1>
  <refsect1>
    <title>OPTIONS</title>

    <para>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
      <application>Info</application> files.</para>

    <variablelist>
      <varlistentry>
        <term><option>-h</option>
          <option>--help</option>
        </term>
        <listitem>
          <para>Show summary of options.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term><option>-v</option>
          <option>--version</option>
        </term>
        <listitem>
          <para>Show version of program.</para>
        </listitem>
      </varlistentry>
    </variablelist>
  </refsect1>
  <refsect1>
    <title>SEE ALSO</title>

    <para>bar (1), baz (1).</para>

    <para>The programs are documented fully by <citetitle>The Rise and
      Fall of a Fooish Bar</citetitle> available via the
      <application>Info</application> system.</para>
  </refsect1>
  <refsect1>
    <title>AUTHOR</title>

    <para>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.</para>

  </refsect1>
</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:2
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:nil
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->



--- NEW FILE ---
?package(dotgnu.rdf):needs=X11|text|vc|wm section=Apps/see-menu-manual\
  title="dotgnu.rdf" command="/usr/bin/dotgnu.rdf"

--- NEW FILE ---
#! /bin/sh
# postinst script for dotgnu.rdf
#
# see: dh_installdeb(1)

set -e

# summary of how this script can be called:
#        * <postinst> `configure' <most-recently-configured-version>
#        * <old-postinst> `abort-upgrade' <new version>
#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
#          <new-version>
#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
#          <failed-install-package> <version> `removing'
#          <conflicting-package> <version>
# 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



--- NEW FILE ---
#! /bin/sh
# postrm script for dotgnu.rdf
#
# see: dh_installdeb(1)

set -e

# summary of how this script can be called:
#        * <postrm> `remove'
#        * <postrm> `purge'
#        * <old-postrm> `upgrade' <new-version>
#        * <new-postrm> `failed-upgrade' <old-version>
#        * <new-postrm> `abort-install'
#        * <new-postrm> `abort-install' <old-version>
#        * <new-postrm> `abort-upgrade' <old-version>
#        * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
# 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

--- NEW FILE ---
#! /bin/sh
# preinst script for dotgnu.rdf
#
# see: dh_installdeb(1)

set -e

# summary of how this script can be called:
#        * <new-preinst> `install'
#        * <new-preinst> `install' <old-version>
#        * <new-preinst> `upgrade' <old-version>
#        * <old-preinst> `abort-upgrade' <new-version>
#
# 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/dotgnu.rdf.pid  \
#                --exec /usr/sbin/dotgnu.rdf 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



--- NEW FILE ---
#! /bin/sh
# prerm script for dotgnu.rdf
#
# see: dh_installdeb(1)

set -e

# summary of how this script can be called:
#        * <prerm> `remove'
#        * <old-prerm> `upgrade' <new-version>
#        * <new-prerm> `failed-upgrade' <old-version>
#        * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
#        * <deconfigured's-prerm> `deconfigure' `in-favour'
#          <package-being-installed> <version> `removing'
#          <conflicting-package> <version>
# 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/dotgnu.rdf.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



--- NEW FILE ---
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# This is the debhelper compatibility version to use.
export DH_COMPAT=4



CFLAGS = -Wall -g

ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
        CFLAGS += -O0
else
        CFLAGS += -O2
endif
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
        INSTALL_PROGRAM += -s
endif

# shared library versions, option 1
version=2.0.5
major=2
# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
#version=`ls src/.libs/lib*.so.* | \
# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
#major=`ls src/.libs/lib*.so.* | \
# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`

configure: configure-stamp
configure-stamp:
        dh_testdir
        # Add here commands to configure the package.

        touch configure-stamp


build: build-stamp
build-stamp: configure-stamp 
        dh_testdir

        # Add here commands to compile the package.
        $(MAKE)

        touch build-stamp

clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp configure-stamp

        # Add here commands to clean up after the build process.
        -$(MAKE) clean

        dh_clean

install: build
        dh_testdir
        dh_testroot
        dh_clean -k
        dh_installdirs

        # Add here commands to install the package into debian/tmp
        $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp


# 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
        dh_testdir
        dh_testroot
        dh_movefiles

#       dh_installdebconf       
#       dh_installdocs
#       dh_installexamples
#       dh_installmenu
#       dh_installlogrotate
#       dh_installemacsen
#       dh_installpam
#       dh_installmime
#       dh_installinit
#       dh_installcron
#       dh_installman
#       dh_installinfo
#       dh_undocumented
#       dh_installchangelogs ChangeLog
#       dh_link
#       dh_strip
        dh_compress
        dh_fixperms
        dh_makeshlibs
        dh_installdeb
#       dh_perl
        dh_shlibdeps
        dh_gencontrol
        dh_md5sums
        dh_builddeb

binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure

--- NEW FILE ---
libdotgnu.rdf 0.2 dotgnu.rdf (>> 0.2-0), dotgnu.rdf (<< 0.2-99)

--- NEW FILE ---
# 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
version=2
sunsite.unc.edu /pub/Linux/Incoming     dotgnu.rdf-(.*)\.tar\.gz        debian  
uupdate





reply via email to

[Prev in Thread] Current Thread [Next in Thread]