[Pkg-vsquare-changes] r144 - vdetelweb/trunk/debian
garden-guest at alioth.debian.org
garden-guest at alioth.debian.org
Mon Jun 16 16:56:21 UTC 2008
Author: garden-guest
Date: 2008-06-16 16:56:21 +0000 (Mon, 16 Jun 2008)
New Revision: 144
Added:
vdetelweb/trunk/debian/examples
vdetelweb/trunk/debian/install
Modified:
vdetelweb/trunk/debian/
vdetelweb/trunk/debian/changelog
vdetelweb/trunk/debian/control
vdetelweb/trunk/debian/copyright
vdetelweb/trunk/debian/rules
Log:
* Preparing for release 1.1-1 (seems ready)
* Switch to cdbs
* Added missing svn prop on debian/ directory for svn-bp
* Updated build-dep on new liblwipv6-dev name
* Removed explicit dep on liblwipv6 (no more dlopen'ed)
* Update copyright file
* Moved vdetelwebrc to usr/share/doc/vdetelweb/examples
Property changes on: vdetelweb/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Modified: vdetelweb/trunk/debian/changelog
===================================================================
--- vdetelweb/trunk/debian/changelog 2008-06-15 16:44:56 UTC (rev 143)
+++ vdetelweb/trunk/debian/changelog 2008-06-16 16:56:21 UTC (rev 144)
@@ -1,6 +1,5 @@
-vdetelweb (1.0-1) unstable; urgency=low
+vdetelweb (1.1-1) UNRELEASED; urgency=low
- * Initial release
+ * Initial release.
- -- Guido Trotter <ultrotter at debian.org> Thu, 26 Oct 2006 13:59:53 +0200
-
+ -- Ludovico Gardenghi <garden at acheronte.it> Mon, 16 Jun 2008 17:03:50 +0200
Modified: vdetelweb/trunk/debian/control
===================================================================
--- vdetelweb/trunk/debian/control 2008-06-15 16:44:56 UTC (rev 143)
+++ vdetelweb/trunk/debian/control 2008-06-16 16:56:21 UTC (rev 144)
@@ -3,14 +3,14 @@
Priority: optional
Maintainer: Debian VSquare Team <pkg-vsquare-devel at lists.alioth.debian.org>
Uploaders: Ludovico Gardenghi <garden at acheronte.it>, Guido Trotter <ultrotter at debian.org>, Filippo Giunchedi <filippo at debian.org>
-Build-Depends: debhelper (>= 5), autotools-dev, liblwipv6-1-dev
+Build-Depends: debhelper (>= 5), autotools-dev, liblwipv6-dev, cdbs
Vcs-SVN: svn://svn.debian.org/pkg-vsquare/vdetelweb/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-vsquare/vdetelweb/trunk/
Standards-Version: 3.7.2
Package: vdetelweb
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, liblwipv6-1
+Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: vde2
Description: Telnet and Web interface for VDE 2.x
vdetelweb creates a telnet and/or a web interface to a running VDE 2.x
Modified: vdetelweb/trunk/debian/copyright
===================================================================
--- vdetelweb/trunk/debian/copyright 2008-06-15 16:44:56 UTC (rev 143)
+++ vdetelweb/trunk/debian/copyright 2008-06-16 16:56:21 UTC (rev 144)
@@ -3,7 +3,8 @@
It was downloaded from http://vde.sourceforge.net/
-Copyright Holder: Renzo Davoli <renzo at cs.unibo.it> and others
+Copyright: 2004-2008 Renzo Davoli <renzo at cs.unibo.it>
+ 2006-2008 Ludovico Gardenghi <garden at acheronte.it>
License:
Added: vdetelweb/trunk/debian/examples
===================================================================
--- vdetelweb/trunk/debian/examples (rev 0)
+++ vdetelweb/trunk/debian/examples 2008-06-16 16:56:21 UTC (rev 144)
@@ -0,0 +1 @@
+vdetelwebrc
Added: vdetelweb/trunk/debian/install
===================================================================
Modified: vdetelweb/trunk/debian/rules
===================================================================
--- vdetelweb/trunk/debian/rules 2008-06-15 16:44:56 UTC (rev 143)
+++ vdetelweb/trunk/debian/rules 2008-06-16 16:56:21 UTC (rev 144)
@@ -1,107 +1,12 @@
#!/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
+include /usr/share/cdbs/1/rules/buildcore.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
-endif
-
-config.status: configure
- dh_testdir
- # Add here commands to configure the package.
- ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --sysconfdir=/etc --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
-
-
-build: build-stamp
-
-build-stamp: config.status
- dh_testdir
-
- # Add here commands to compile the package.
- $(MAKE)
- #docbook-to-man debian/vdetelweb.sgml > vdetelweb.1
-
- touch $@
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- # Add here commands to clean up after the build process.
- -$(MAKE) distclean
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
- cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
- cp -f /usr/share/misc/config.guess config.guess
-endif
-
-
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
-
- # Add here commands to install the package into debian/vdetelweb.
- $(MAKE) install DESTDIR=$(CURDIR)/debian/vdetelweb
-
-
-# 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
+binary-post-install/vdetelweb::
+ echo AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+ rm -v debian/vdetelweb/etc/vde/vdetelwebrc
+ rmdir debian/vdetelweb/etc/vde
+ rmdir debian/vdetelweb/etc
+ find debian/vdetelweb
More information about the Pkg-vsquare-changes
mailing list