[Pkg-voip-commits] r1947 - ser/trunk/debian
Mark Purcell
msp at costa.debian.org
Sun Jun 25 14:32:55 UTC 2006
Author: msp
Date: 2006-06-25 14:32:54 +0000 (Sun, 25 Jun 2006)
New Revision: 1947
Removed:
ser/trunk/debian/cron.d.ex
ser/trunk/debian/ex.package.doc-base
ser/trunk/debian/manpage.1.ex
ser/trunk/debian/preinst.ex
ser/trunk/debian/prerm.ex
Modified:
ser/trunk/debian/changelog
ser/trunk/debian/rules
ser/trunk/debian/watch
Log:
* Force stripping
* Cleanup debian/ examples
Modified: ser/trunk/debian/changelog
===================================================================
--- ser/trunk/debian/changelog 2006-06-24 10:04:21 UTC (rev 1946)
+++ ser/trunk/debian/changelog 2006-06-25 14:32:54 UTC (rev 1947)
@@ -1,9 +1,3 @@
-ser (0.9.6-2) UNRELEASED; urgency=low
-
- * NOT RELEASED YET
-
- -- Mark Purcell <msp at debian.org> Sat, 6 May 2006 17:31:49 +0100
-
ser (0.9.6-1) unstable; urgency=low
[ Kilian Krause ]
@@ -13,8 +7,10 @@
* Welcome to pkg-voip-maintainers
* Initial release. (Closes: #244526: ITP: ser -- SIP Express Router -
Debian Bug report logs)
+ * Force stripping
+ * Cleanup debian/ examples
- -- Mark Purcell <msp at debian.org> Sat, 6 May 2006 17:08:51 +0100
+ -- Mark Purcell <msp at debian.org> Sun, 25 Jun 2006 15:32:21 +0100
ser (0.9.6-0.1) unstable; urgency=low
Deleted: ser/trunk/debian/cron.d.ex
===================================================================
--- ser/trunk/debian/cron.d.ex 2006-06-24 10:04:21 UTC (rev 1946)
+++ ser/trunk/debian/cron.d.ex 2006-06-25 14:32:54 UTC (rev 1947)
@@ -1,4 +0,0 @@
-#
-# Regular cron jobs for the ser-0.8.7 package
-#
-0 4 * * * root ser-0.8.7_maintenance
Deleted: ser/trunk/debian/ex.package.doc-base
===================================================================
--- ser/trunk/debian/ex.package.doc-base 2006-06-24 10:04:21 UTC (rev 1946)
+++ ser/trunk/debian/ex.package.doc-base 2006-06-25 14:32:54 UTC (rev 1947)
@@ -1,22 +0,0 @@
-Document: ser-0.8.7
-Title: Debian ser-0.8.7 Manual
-Author: <insert document author here>
-Abstract: This manual describes what ser-0.8.7 is
- and how it can be used to
- manage online manuals on Debian systems.
-Section: unknown
-
-Format: debiandoc-sgml
-Files: /usr/share/doc/ser-0.8.7/ser-0.8.7.sgml.gz
-
-Format: postscript
-Files: /usr/share/doc/ser-0.8.7/ser-0.8.7.ps.gz
-
-Format: text
-Files: /usr/share/doc/ser-0.8.7/ser-0.8.7.text.gz
-
-Format: HTML
-Index: /usr/share/doc/ser-0.8.7/html/index.html
-Files: /usr/share/doc/ser-0.8.7/html/*.html
-
-
Deleted: ser/trunk/debian/manpage.1.ex
===================================================================
--- ser/trunk/debian/manpage.1.ex 2006-06-24 10:04:21 UTC (rev 1946)
+++ ser/trunk/debian/manpage.1.ex 2006-06-25 14:32:54 UTC (rev 1947)
@@ -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 SER-0.8.7 SECTION "July 16, 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 <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-ser-0.8.7 \- program to do something
-.SH SYNOPSIS
-.B ser-0.8.7
-.RI [ options ] " files" ...
-.br
-.B bar
-.RI [ options ] " files" ...
-.SH DESCRIPTION
-This manual page documents briefly the
-.B ser-0.8.7
-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.
-\fBser-0.8.7\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 Andrei Pelinescu-Onciul <pelinescu-onciul at fokus.gmd.de>,
-for the Debian GNU/Linux system (but may be used by others).
Deleted: ser/trunk/debian/preinst.ex
===================================================================
--- ser/trunk/debian/preinst.ex 2006-06-24 10:04:21 UTC (rev 1946)
+++ ser/trunk/debian/preinst.ex 2006-06-25 14:32:54 UTC (rev 1947)
@@ -1,44 +0,0 @@
-#! /bin/sh
-# preinst script for ser-0.8.7
-#
-# 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/ser-0.8.7.pid \
-# --exec /usr/sbin/ser-0.8.7 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
-
-
Deleted: ser/trunk/debian/prerm.ex
===================================================================
--- ser/trunk/debian/prerm.ex 2006-06-24 10:04:21 UTC (rev 1946)
+++ ser/trunk/debian/prerm.ex 2006-06-25 14:32:54 UTC (rev 1947)
@@ -1,39 +0,0 @@
-#! /bin/sh
-# prerm script for ser-0.8.7
-#
-# 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/ser-0.8.7.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
-
-
Modified: ser/trunk/debian/rules
===================================================================
--- ser/trunk/debian/rules 2006-06-24 10:04:21 UTC (rev 1946)
+++ ser/trunk/debian/rules 2006-06-25 14:32:54 UTC (rev 1947)
@@ -19,15 +19,6 @@
# (andrei)
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# This is the debhelper compatibility version to use.
-# export DH_COMPAT=4
-# -- already set in compat
-# force no striping (always include debug symbols for now)
-export DEB_BUILD_OPTIONS:="$(DEB_BUILD_OPTIONS) nostrip"
-
DEBVERSION:=$(shell head -n 1 debian/changelog \
| sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//')
Modified: ser/trunk/debian/watch
===================================================================
--- ser/trunk/debian/watch 2006-06-24 10:04:21 UTC (rev 1946)
+++ ser/trunk/debian/watch 2006-06-25 14:32:54 UTC (rev 1947)
@@ -5,3 +5,4 @@
# Site Directory Pattern Version Script
ftp://ftp.berlios.de/pub/ser/latest/src/ser-(.*)_src\.tar\.gz debian uupdate
+http://ftp.iptel.org/pub/ser/latest/src/ser-(.*)_src\.tar\.gz debian svn-upgrade
More information about the Pkg-voip-commits
mailing list