rev 15899 - in kde-extras/kvpnc/tags: . 0.9.3-1/debian 0.9.3-1/debian/patches

Fathi Boudra fabo at alioth.debian.org
Wed Sep 2 10:35:56 UTC 2009


Author: fabo
Date: 2009-09-02 10:35:55 +0000 (Wed, 02 Sep 2009)
New Revision: 15899

Added:
   kde-extras/kvpnc/tags/0.9.3-1/
   kde-extras/kvpnc/tags/0.9.3-1/debian/README.source
   kde-extras/kvpnc/tags/0.9.3-1/debian/changelog
   kde-extras/kvpnc/tags/0.9.3-1/debian/control
   kde-extras/kvpnc/tags/0.9.3-1/debian/patches/series
   kde-extras/kvpnc/tags/0.9.3-1/debian/rules
Removed:
   kde-extras/kvpnc/tags/0.9.3-1/debian/changelog
   kde-extras/kvpnc/tags/0.9.3-1/debian/control
   kde-extras/kvpnc/tags/0.9.3-1/debian/rules
Log:
Tagging kvpnc 0.9.3-1

Copied: kde-extras/kvpnc/tags/0.9.3-1/debian/README.source (from rev 15898, kde-extras/kvpnc/trunk/debian/README.source)
===================================================================
--- kde-extras/kvpnc/tags/0.9.3-1/debian/README.source	                        (rev 0)
+++ kde-extras/kvpnc/tags/0.9.3-1/debian/README.source	2009-09-02 10:35:55 UTC (rev 15899)
@@ -0,0 +1,57 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To configure quilt to use debian/patches instead of patches, you want
+either to export QUILT_PATCHES=debian/patches in your environment
+or use this snippet in your ~/.quiltrc:
+
+    for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
+        if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
+                export QUILT_PATCHES=debian/patches
+        fi
+    done
+
+To get the fully patched source after unpacking the source package, cd to
+the root level of the source package and run:
+
+    quilt push -a
+
+The last patch listed in debian/patches/series will become the current
+patch.
+
+To add a new set of changes, first run quilt push -a, and then run:
+
+    quilt new <patch>
+
+where <patch> is a descriptive name for the patch, used as the filename in
+debian/patches.  Then, for every file that will be modified by this patch,
+run:
+
+    quilt add <file>
+
+before editing those files.  You must tell quilt with quilt add what files
+will be part of the patch before making changes or quilt will not work
+properly.  After editing the files, run:
+
+    quilt refresh
+
+to save the results as a patch.
+
+Alternately, if you already have an external patch and you just want to
+add it to the build system, run quilt push -a and then:
+
+    quilt import -P <patch> /path/to/patch
+    quilt push -a
+
+(add -p 0 to quilt import if needed). <patch> as above is the filename to
+use in debian/patches.  The last quilt push -a will apply the patch to
+make sure it works properly.
+
+To remove an existing patch from the list of patches that will be applied,
+run:
+
+    quilt delete <patch>
+
+You may need to run quilt pop -a to unapply patches first before running
+this command.

Copied: kde-extras/kvpnc/tags/0.9.3-1/debian/changelog (from rev 15898, kde-extras/kvpnc/trunk/debian/changelog)
===================================================================
--- kde-extras/kvpnc/tags/0.9.3-1/debian/changelog	                        (rev 0)
+++ kde-extras/kvpnc/tags/0.9.3-1/debian/changelog	2009-09-02 10:35:55 UTC (rev 15899)
@@ -0,0 +1,180 @@
+kvpnc (0.9.3-1) unstable; urgency=low
+
+  * New upstream release.
+  * Update debian/control:
+    - Bump KDE build dependencies.
+    - Bump Standards-Version to 3.8.3 (add debian/README.source).
+  * Update debian/rules: cleanup.
+
+ -- Fathi Boudra <fabo at debian.org>  Wed, 02 Sep 2009 12:01:18 +0200
+
+kvpnc (0.9.2-1) unstable; urgency=low
+
+  * New upstream release:
+    - fix bashisms. (Closes: 489622)
+  * Update debian/control:
+    - Remove cdbs build dependency.
+    - Add quilt build dependency.
+    - Add versionned build dependencies.
+    - Bump Standards-Version from 3.8.1 to 3.8.2 (no changes needed).
+  * Rewrite debian/rules: use dh.
+
+ -- Fathi Boudra <fabo at debian.org>  Fri, 31 Jul 2009 20:46:37 +0200
+
+kvpnc (0.9.1-1) unstable; urgency=low
+
+  * New upstream release (KDE4 is here)
+  * Add Build-Depends cmake and pkg-kde-tools
+  * Remove obsolete debian/patches
+  * Refresh debian/patches:
+    - 10_su-to-root_usage.diff
+    - 13_add_kuser_issuperuser.diff
+  * Cleanup debian/rules - simple under KDE4
+  * Update debian/watch for KDE4 version
+  * Update debian/copyright - use versionned licenses
+  * Update Section field - move to utils
+  * Remove obsolete dependencies: kdebase-bin, gksu, sux and modutils
+  * Update debian/kvpnc.{manpages,1}
+
+ -- Mark Purcell <msp at debian.org>  Thu, 23 Apr 2009 09:18:50 +1000
+
+kvpnc (0.9.0-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #416058, #430015)
+  * Update my e-mail address.
+  * Switch to quilt patch system.
+  * Bump Standards-Version to 3.7.3.
+  * Use Homepage field.
+  * Refresh patches.
+  * Update menu file to latest menu policy.
+  * Replace l2tpd by xl2tpd as Suggests. (Closes: #439010)
+  * Add patch to fix FTBFS with gcc-4.3: duplicate function parameters.
+    (Closes: #455664)
+  * Add patch to check super user privilege. (Closes: #447805)
+  * Cleanup *.gmo files. (Closes: #442623)
+  * Build with --as-needed linker flag.
+
+ -- Fathi Boudra <fabo at debian.org>  Wed, 26 Dec 2007 09:02:33 +0100
+
+kvpnc (0.8.9-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Fathi Boudra <fboudra at free.fr>  Mon, 28 May 2007 20:03:17 +0200
+
+kvpnc (0.8.8.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Include gcc4.3 patch from Martin (Closes: #417313)
+  * lintian configure-generated-file-in-source
+    clean:: rm -f config.status config.log
+  * Cleanout debian/patches
+
+ -- Mark Purcell <msp at debian.org>  Sat, 28 Apr 2007 20:13:19 +0100
+
+kvpnc (0.8.8-2) unstable; urgency=low
+
+  * Robust debian/rules get-orig-source target
+  * Upstream changelog entries:
+    - 0.8.7: chap-secrets will now be cleaned up rightly
+      - kvpnc writes new entries in chap-secrets rather than overwiting
+        (Closes: #354860)
+    - 0.8.8: connection timeout fixed (cisco)
+      - Cisco connection does not work (Closes: #377713)
+
+ -- Mark Purcell <msp at debian.org>  Sat, 24 Mar 2007 20:00:16 +0000
+
+kvpnc (0.8.8-1) experimental; urgency=low
+
+  * New upstream release.
+  * control:
+    * build-depends on automake1.9.
+    * suggests l2tpd, openct and opensc.
+  * copyright: update related to klcc, kfeedback, kdirstat and konversation
+    portions of code contained in kvpnc.
+
+ -- Fathi Boudra <fboudra at free.fr>  Wed, 14 Feb 2007 09:50:28 +0100
+
+kvpnc (0.8.7-1) experimental; urgency=low
+
+  * New upstream release
+  * Fix bashisms in generated scripts (Closes: #397982)
+
+ -- Fathi Boudra <fboudra at free.fr>  Mon, 13 Nov 2006 12:14:00 +0100
+
+kvpnc (0.8.6.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Fathi Boudra <fboudra at free.fr>  Sun,  1 Oct 2006 22:06:09 +0200
+
+kvpnc (0.8.6-1) unstable; urgency=low
+
+  * New upstream release
+  * Add menu in Depends (Closes: #372960)
+  * Update copyright file
+  * Replace manpage by DEB_INSTALL_MANPAGES rules
+  * Remove libtool update patch, not needed since admin dir update
+  * Remove desktop path patch, replaced by entries in rules
+
+ -- Fathi Boudra <fboudra at free.fr>  Mon, 25 Sep 2006 12:49:38 +0200
+
+kvpnc (0.8.5.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Mark Purcell <msp at debian.org>  Wed, 24 May 2006 20:32:00 +0100
+
+kvpnc (0.8.5-1) unstable; urgency=low
+
+  * New upstream release
+  * Windows PPTP - makes wrong changes on /etc/resolv.conf
+    fixed by upstream release (Closes: #359960)
+  * Changed kdesu to su-to-root usage (Closes: #359962)
+  * Changed Recommends: kdebase-bin to Depends: kdebase-bin | gksu | sux
+  * Removed kvpnc dir from /usr/share/doc/kde/HTML (Closes: #367330) 
+  * Bumped Standards-Version to current policy
+
+ -- Fathi Boudra <fboudra at free.fr>  Thu, 18 May 2006 10:16:28 +0100
+
+kvpnc (0.8.4-1) unstable; urgency=low
+
+  * New upstream release
+  * Windows PPTP - makes wrong changes on /etc/resolv.conf
+    fixed by upstream release (Closes: #359960)
+  * Wants a username if OpenVPN is used with PSK
+    fixed by upstream release (Closes: #359967)
+  * Updated build dependency
+  * Replaced libcrypto++-dev by libgcrypt11-dev
+  * Fix kvpnc.desktop path
+
+ -- Fathi Boudra <fboudra at free.fr>  Wed,  8 Mar 2006 09:02:15 +0100
+
+kvpnc (0.8.3-2) unstable; urgency=low
+
+  * Added missing dependencies (Closes: #355803)
+    module-init-tools | modutils, net-tools, psmisc
+
+ -- Fathi Boudra <fboudra at free.fr>  Wed,  8 Mar 2006 09:02:15 +0100
+
+kvpnc (0.8.3-1) unstable; urgency=low
+
+  * New upstream release
+  * pptp connection fails with "unrecognized option 'mppe'"
+    fixed by upstream release (Closes: #354857)
+  * kvpnc writes new entries in chap-secrets rather than overwiting
+    fixed by upstream release (Closes: #354860)
+  * Removed README.NONROOT from docs
+  * Added swedish (sv) language to links
+  * Added watch file
+  * Convert package to CDBS
+
+ -- Fathi Boudra <fboudra at free.fr>  Wed,  1 Mar 2006 20:02:15 +0100
+
+kvpnc (0.8.2.1-1) unstable; urgency=low
+
+  * Initial release Closes: #316558
+  * Removed debian dir from upstream original source
+
+ -- Fathi Boudra <fboudra at free.fr>  Thu, 26 Jan 2006 11:49:10 +0100
+

Copied: kde-extras/kvpnc/tags/0.9.3-1/debian/control (from rev 15898, kde-extras/kvpnc/trunk/debian/control)
===================================================================
--- kde-extras/kvpnc/tags/0.9.3-1/debian/control	                        (rev 0)
+++ kde-extras/kvpnc/tags/0.9.3-1/debian/control	2009-09-02 10:35:55 UTC (rev 15899)
@@ -0,0 +1,27 @@
+Source: kvpnc
+Section: utils
+Priority: optional
+Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
+Uploaders: Fathi Boudra <fabo at debian.org>, Mark Purcell <msp at debian.org>
+Build-Depends: debhelper (>= 7.3), quilt (>= 0.46-7), cmake, pkg-kde-tools (>= 0.4.11),
+ kdelibs5-dev (>= 4:4.3.0), libgcrypt11-dev
+Standards-Version: 3.8.3
+Homepage: http://home.gna.org/kvpnc
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/kvpnc/?op=log
+Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/kvpnc/trunk/
+
+Package: kvpnc
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ menu, net-tools, psmisc, module-init-tools
+Suggests: iptables, openssl, openvpn, racoon, vpnc, pptp-linux, openswan,
+ xl2tpd, openct, opensc
+Description: vpn clients frontend for KDE4
+ KVpnc is a KDE4 frontend for various vpn clients.
+ .
+ It supports :
+   * Cisco-compatible VPN client (vpnc)
+   * IPSec (freeswan, openswan, strongSwan, racoon)
+   * Point-to-Point Tunneling Protocol (PPTP) client (pptp-linux)
+   * Virtual Private Network daemon (openvpn)
+   * L2TP, Vtun & OpenSSH

Copied: kde-extras/kvpnc/tags/0.9.3-1/debian/patches/series (from rev 15898, kde-extras/kvpnc/trunk/debian/patches/series)
===================================================================
--- kde-extras/kvpnc/tags/0.9.3-1/debian/patches/series	                        (rev 0)
+++ kde-extras/kvpnc/tags/0.9.3-1/debian/patches/series	2009-09-02 10:35:55 UTC (rev 15899)
@@ -0,0 +1 @@
+10_su-to-root_usage.diff

Copied: kde-extras/kvpnc/tags/0.9.3-1/debian/rules (from rev 15898, kde-extras/kvpnc/trunk/debian/rules)
===================================================================
--- kde-extras/kvpnc/tags/0.9.3-1/debian/rules	                        (rev 0)
+++ kde-extras/kvpnc/tags/0.9.3-1/debian/rules	2009-09-02 10:35:55 UTC (rev 15899)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+%:
+	dh --with quilt,kde $@
+
+.PHONY: override_dh_auto_test




More information about the pkg-kde-commits mailing list