diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | debian/patches/20_doxygen_cfg.patch | 30 | ||||
| -rw-r--r-- | debian/patches/series | 1 | 
3 files changed, 2 insertions, 33 deletions
| diff --git a/debian/changelog b/debian/changelog index 309bdb7..dfb485e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -psocksxx (0.0.5-1) unstable; urgency=low +psocksxx (0.0.6-1) unstable; urgency=low    * Initial release (Closes: #763432) - -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Fri, 03 Oct 2014 07:25:51 +0200 + -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Sat, 04 Oct 2014 12:40:08 +0200 diff --git a/debian/patches/20_doxygen_cfg.patch b/debian/patches/20_doxygen_cfg.patch deleted file mode 100644 index 0e10969..0000000 --- a/debian/patches/20_doxygen_cfg.patch +++ /dev/null @@ -1,30 +0,0 @@ -Description: remove obsolete tags from doxygen.cfg -Author: Jörg Frings-Fürst <debian@jff-webhosting.net> -Forwarded: http://bugs.geniusse.com/show_bug.cgi?id=37 -Last-Update: 2014-10-03 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/doc/doxygen.cfg.in -=================================================================== ---- trunk.orig/doc/doxygen.cfg.in	2014-10-03 12:54:45.118741334 +0200 -+++ trunk/doc/doxygen.cfg.in	2014-10-03 12:54:45.110741181 +0200 -@@ -44,7 +44,7 @@ - INLINE_GROUPED_CLASSES = NO - INLINE_SIMPLE_STRUCTS  = NO - TYPEDEF_HIDES_STRUCT   = NO --SYMBOL_CACHE_SIZE      = 0 -+#SYMBOL_CACHE_SIZE      = 0 - LOOKUP_CACHE_SIZE      = 0 -  -  -@@ -246,8 +246,8 @@ - #--------------------------------------------------------------------------- - GENERATE_XML           = NO - XML_OUTPUT             = xml --XML_SCHEMA             = --XML_DTD                = -+#XML_SCHEMA             = -+#XML_DTD                = - XML_PROGRAMLISTING     = YES -  -  diff --git a/debian/patches/series b/debian/patches/series index 8841396..8ec7d4b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ -20_doxygen_cfg.patch  10_test_network.patch | 
