[Pkg-voip-commits] r8148 - in /libcommoncpp2/trunk/debian: README.source changelog control copyright

msp at alioth.debian.org msp at alioth.debian.org
Sat Mar 6 17:19:35 UTC 2010


Author: msp
Date: Sat Mar  6 17:19:28 2010
New Revision: 8148

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8148
Log:
* NEW package libccgnu2-1.8-0 soname-match
* NEW Package libcommoncpp2-dbg (Closes: #532780)
* Removed const_cast_conversion.dpatch included upstream
* Lintian cleanups:
  - patch-system-but-no-source-readme
  - duplicate-long-description
  - copyright-with-old-dh-make-debian-copyright (Closes: #532784)
  - out-of-date-standards-version

Added:
    libcommoncpp2/trunk/debian/README.source
Modified:
    libcommoncpp2/trunk/debian/changelog
    libcommoncpp2/trunk/debian/control
    libcommoncpp2/trunk/debian/copyright

Added: libcommoncpp2/trunk/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/trunk/debian/README.source?rev=8148&op=file
==============================================================================
--- libcommoncpp2/trunk/debian/README.source (added)
+++ libcommoncpp2/trunk/debian/README.source Sat Mar  6 17:19:28 2010
@@ -1,0 +1,27 @@
+This package uses dpatch 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 get the fully patched source after unpacking the source package, cd
+to the root level of the source package and run:
+
+    debian/rules patch
+
+Removing a patch is as simple as removing its entry from the
+debian/patches/00list file, and please also remove the patch file
+itself.
+
+Creating a new patch is done with "dpatch-edit-patch patch XX_patchname"
+where you should replace XX with a new number and patchname with a
+descriptive shortname of the patch. You can then simply edit all the
+files your patch wants to edit, and then simply "exit 0" from the shell
+to actually create the patch file.
+
+To tweak an already existing patch, call "dpatch-edit-patch XX_patchname"
+and replace XX_patchname with the actual filename from debian/patches
+you want to use.
+
+To clean up afterwards again, "debian/rules unpatch" will do the
+work for you - or you can of course choose to call
+"fakeroot debian/rules clean" all together.
+

Modified: libcommoncpp2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/trunk/debian/changelog?rev=8148&op=diff
==============================================================================
--- libcommoncpp2/trunk/debian/changelog (original)
+++ libcommoncpp2/trunk/debian/changelog Sat Mar  6 17:19:28 2010
@@ -1,16 +1,22 @@
-libcommoncpp2 (1.8.0-1) UNRELEASED; urgency=low
-
-  * New upstream release
+libcommoncpp2 (1.8.0-1) experimental; urgency=low
+
+  * New upstream release
+  * NEW package libccgnu2-1.8-0 soname-match
+  * NEW Package libcommoncpp2-dbg (Closes: #532780)
 
   [ Kilian Krause ]
   * Remove -N from wget args in get-orig-source target as -O is already
     used.
 
   [ Mark Purcell ]
-  * const_cast_conversion.dpatch included upstream
-  * NEW package libccgnu2-1.8-0 soname-match
-
- -- Mark Purcell <msp at debian.org>  Sun, 07 Mar 2010 04:03:09 +1100
+  * Removed const_cast_conversion.dpatch included upstream
+  * Lintian cleanups:
+    - patch-system-but-no-source-readme
+    - duplicate-long-description
+    - copyright-with-old-dh-make-debian-copyright (Closes: #532784)
+    - out-of-date-standards-version
+
+ -- Mark Purcell <msp at debian.org>  Sun, 07 Mar 2010 04:15:23 +1100
 
 libcommoncpp2 (1.7.3-1.1) unstable; urgency=low
 

Modified: libcommoncpp2/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/trunk/debian/control?rev=8148&op=diff
==============================================================================
--- libcommoncpp2/trunk/debian/control (original)
+++ libcommoncpp2/trunk/debian/control Sat Mar  6 17:19:28 2010
@@ -4,7 +4,7 @@
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>, Kilian Krause <kilian at debian.org>
 Build-Depends: debhelper (>= 7), libxml2-dev, zlib1g-dev, help2man, doxygen, dpatch, libgnutls-dev, libgcrypt11-dev | libgcrypt-dev, autotools-dev, cdbs, dpkg-dev (>= 1.13.19)
-Standards-Version: 3.8.0
+Standards-Version: 3.8.4
 Homepage: http://www.gnu.org/software/commoncpp/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/libcommoncpp2/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/?op=log
@@ -22,6 +22,8 @@
  threading, sockets, etc.  Common C++ is small, and highly portable.
  Common C++ will support most Unix operating systems as well
  as Win32, in addition to GNU/Linux.
+ .
+ This package contains the development files.
 
 Package: libccgnu2-1.8-0
 Section: libs
@@ -35,6 +37,9 @@
  libraries, threading, sockets, etc.  Common C++ is small, and highly
  portable.  Common C++ will support most Unix operating systems as
  well as Win32, in addition to GNU/Linux.
+ .
+ This package contains the runtime libraries.
+
 
 Package: libcommoncpp2-doc
 Section: doc
@@ -48,3 +53,20 @@
  libraries, threading, sockets, etc.  Common C++ is small, and highly
  portable.  Common C++ will support most Unix operating systems as
  well as Win32, in addition to GNU/Linux.
+ .
+ This package contains the library development documentation.
+
+Package: libcommoncpp2-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Description: Debug symbols for Common C++ "2"
+ Common C++ is a GNU package which offers portable "abstraction" of system
+ services such as threads, networks, and sockets.  Common C++ also offers
+ individual frameworks generally useful to developing portable C++
+ applications including a object persistence engine, math libraries,
+ threading, sockets, etc.  Common C++ is small, and highly portable.
+ Common C++ will support most Unix operating systems as well
+ as Win32, in addition to GNU/Linux.
+ .
+ This package contains the debug symbols.

Modified: libcommoncpp2/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/trunk/debian/copyright?rev=8148&op=diff
==============================================================================
--- libcommoncpp2/trunk/debian/copyright (original)
+++ libcommoncpp2/trunk/debian/copyright Sat Mar  6 17:19:28 2010
@@ -67,7 +67,7 @@
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.
 
-The Debian packaging is (C) 2002-2008, Mark Purcell <msp at debian.org> and
+The Debian packaging is (Copyright) 2002-2008, Mark Purcell <msp at debian.org> and
 is licensed under the GPL, see above.
 
 Other Portions:




More information about the Pkg-voip-commits mailing list