[Pkg-silc-commits] r42 - in /si/trunk: Makefile debian/ debian/changelog debian/compat debian/control debian/copyright debian/dirs debian/docs debian/rules
stesie-guest at users.alioth.debian.org
stesie-guest at users.alioth.debian.org
Mon May 28 17:38:34 UTC 2007
Author: stesie-guest
Date: Mon May 28 17:38:34 2007
New Revision: 42
URL: http://svn.debian.org/wsvn/pkg-silc/?sc=1&rev=42
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
si/trunk/debian/
si/trunk/debian/changelog
si/trunk/debian/compat
si/trunk/debian/control
si/trunk/debian/copyright
si/trunk/debian/dirs
si/trunk/debian/docs
si/trunk/debian/rules (with props)
Modified:
si/trunk/Makefile
Modified: si/trunk/Makefile
URL: http://svn.debian.org/wsvn/pkg-silc/si/trunk/Makefile?rev=42&op=diff
==============================================================================
--- si/trunk/Makefile (original)
+++ si/trunk/Makefile Mon May 28 17:38:34 2007
@@ -30,7 +30,7 @@
@mkdir -p ${DESTDIR}${MAN1DIR}
@install -d ${DESTDIR}${BINDIR} ${DESTDIR}${MAN1DIR}
- @install -m 644 COPYING README FAQ buddylist ${DESTDIR}${DOCDIR}
+ @install -m 644 COPYING README FAQ contrib/buddylist ${DESTDIR}${DOCDIR}
@install -m 775 si ${DESTDIR}${BINDIR}
@install -m 444 si.1 ${DESTDIR}${MAN1DIR}
@echo "installed si"
Added: si/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-silc/si/trunk/debian/changelog?rev=42&op=file
==============================================================================
--- si/trunk/debian/changelog (added)
+++ si/trunk/debian/changelog Mon May 28 17:38:34 2007
@@ -1,0 +1,13 @@
+si (0.3-1) UNRELEASED; urgency=low
+
+ * New upstream release:
+ - upstream now provides its own manpage
+
+ -- Stefan Siegl <stesie at brokenpipe.de> Mon, 28 May 2007 18:01:04 +0200
+
+si (0.2-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Stefan Siegl <stesie at brokenpipe.de> Sat, 26 May 2007 10:47:39 +0200
+
Added: si/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-silc/si/trunk/debian/compat?rev=42&op=file
==============================================================================
--- si/trunk/debian/compat (added)
+++ si/trunk/debian/compat Mon May 28 17:38:34 2007
@@ -1,0 +1,1 @@
+5
Added: si/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-silc/si/trunk/debian/control?rev=42&op=file
==============================================================================
--- si/trunk/debian/control (added)
+++ si/trunk/debian/control Mon May 28 17:38:34 2007
@@ -1,0 +1,18 @@
+Source: si
+Section: net
+Priority: optional
+Maintainer: Stefan Siegl <stesie at brokenpipe.de>
+Build-Depends: debhelper (>= 5), libsilc-1.1-1-dev
+Standards-Version: 3.7.2
+
+Package: si
+Architecture: any
+Depends: ${shlibs:Depends}
+Suggests: ii
+Description: minimalist FIFO and filesystem-based SILC client
+ si (silc improved) is a minimalistic FIFO and filesystem-based IRC client.
+ It creates an irc directory (like ii does) with server, channel and
+ nickname directories. Every directory contains a FIFO file, used for
+ input and a normal file used for output.
+ .
+ Homepage: <http://brokenpipe.de/stettberger/si.html>
Added: si/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-silc/si/trunk/debian/copyright?rev=42&op=file
==============================================================================
--- si/trunk/debian/copyright (added)
+++ si/trunk/debian/copyright Mon May 28 17:38:34 2007
@@ -1,0 +1,64 @@
+This package was debianized by Stefan Siegl <stesie at brokenpipe.de> on
+Sat, 26 May 2007 10:47:39 +0200.
+
+It was downloaded from <http://brokenpipe.de/stettberger/files/>
+
+Upstream Authors:
+
+ Christian Dietrich <stettberger at brokenpipe.de>
+ Pekka Riikonen <priikone at silcnet.org>
+ Stefan Siegl <stesie at brokenpipe.de>
+
+Copyright:
+
+ Copyright (C) 2006 Christian Dietrich
+ Copyright (C) 2006 Pekka Riikonen
+ Copyright (C) 2006 Stefan Siegl
+
+License:
+
+Except for a one file (mit.c), si is distributed unter the GNU General
+Public License, version 2.
+
+GNU General Public License:
+
+-BEGIN-
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 2 of the License.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+-END-
+
+X11 License:
+
+-BEGIN-
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
+ this software and associated documentation files (the "Software"), to deal in
+ the Software without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is furnished to do
+ so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+-END-
+
+The Debian packaging is (C) 2007, Stefan Siegl <stesie at brokenpipe.de> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
Added: si/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/pkg-silc/si/trunk/debian/dirs?rev=42&op=file
==============================================================================
--- si/trunk/debian/dirs (added)
+++ si/trunk/debian/dirs Mon May 28 17:38:34 2007
@@ -1,0 +1,2 @@
+usr/bin
+usr/sbin
Added: si/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-silc/si/trunk/debian/docs?rev=42&op=file
==============================================================================
--- si/trunk/debian/docs (added)
+++ si/trunk/debian/docs Mon May 28 17:38:34 2007
@@ -1,0 +1,2 @@
+README
+FAQ
Added: si/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-silc/si/trunk/debian/rules?rev=42&op=file
==============================================================================
--- si/trunk/debian/rules (added)
+++ si/trunk/debian/rules Mon May 28 17:38:34 2007
@@ -1,0 +1,97 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -O0
+else
+ CFLAGS += -O2
+endif
+
+
+build: build-stamp
+
+build-stamp:
+ dh_testdir
+
+ # Add here commands to compile the package.
+ $(MAKE) PREFIX=/usr
+ #docbook-to-man debian/si.sgml > si.1
+
+ touch $@
+
+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/si.
+ $(MAKE) DESTDIR=$(CURDIR)/debian/si PREFIX=/usr install
+
+ # remove the COPYING file, installed by the package
+ rm -f $(CURDIR)/debian/si/usr/share/doc/si/COPYING
+
+ # move buddylist example file into examples/ subdirectory
+ mkdir -p $(CURDIR)/debian/si/usr/share/doc/si/examples
+ mv -f $(CURDIR)/debian/si/usr/share/doc/si/buddylist \
+ $(CURDIR)/debian/si/usr/share/doc/si/examples/
+
+
+# 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_installchangelogs
+ dh_installdocs
+ dh_installexamples
+# dh_install
+# dh_installmenu
+# dh_installdebconf
+# dh_installlogrotate
+# dh_installemacsen
+# dh_installpam
+# dh_installmime
+# dh_python
+# dh_installinit
+# dh_installcron
+# dh_installinfo
+ dh_installman
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+# dh_perl
+ dh_makeshlibs
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
Propchange: si/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
More information about the Pkg-silc-commits
mailing list