From 02858e03a11e5cf7ea8719daa1a056aa80a2c6e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 20 Sep 2014 09:21:26 +0200 Subject: some typos --- debian/changelog | 114 +++++++++++++++++++++++++++---------------------------- debian/rules | 1 - 2 files changed, 55 insertions(+), 60 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7ff2dc7..d26664f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,43 +1,43 @@ xbase64 (3.1.2-4) unstable; urgency=low - * New Maintainer (Closes: #756543). + * New maintainer (Closes: #756543). * debian/copyright: - - Rewrite into machine-readable format. + - Rewrite in machine-readable format. - Add myself to the list of authors for debian/*. * Change debian/compat to 9 (no changes required). * Add debian/source/options: - - Set compression to xz & compression-level to 9 to save space. + - Set compression to xz and compression-level to 9 to save space. * debian/control: - Set myself as maintainer. - Update Build-Depends: + Change debhelper version to (>= 9). - - Remove duplicates binary control field "section". + - Remove duplicate Section entries in binary control fields. - For previously not existing Vcs: + Create a new git repository on alioth. - + Add the Fields Vcs-Browser and Vcs-Git. - - Move html documentation from package libxbase64-dev to libxbase64-doc. + + Add the fields Vcs-Browser and Vcs-Git. + - Move HTML documentation from package libxbase64-dev to libxbase64-doc. - Add multiarch support: + libxbase64-dev. + libxbase64-1. * debian/rules: - - enable hardening. + - Enable hardening. - Rewrite for modern dh. * New debian/*.symbols: - - Add symbol control files. + - Add symbol files. * New debian/*.manpages: - Add to install the manpages. * New debian/man/*.1: - Add manpages for binary files. * New debian/libxbase64-doc.lintian-overrides: - - Add duplicate-files for some doxygen png's. + - Add duplicate-files for some doxygen PNGs. * New debian/patches/0100-typo.patch: - Add some fixes for typos. * debian/patches/fixconfig.diff - Add fix for typo. * debian/patches/* - - Add DEP-3 header - * Merge QA upload 3.1.2-3 into my work - * Add doc directory as symlink from libxbase64-doc + - Add DEP-3 header. + * Merge QA upload 3.1.2-3 into my work. + * Add doc directory as symlink from libxbase64-doc: - Add *.postinst to save changes in the old doc dir. -- Jörg Frings-Fürst Mon, 15 Sep 2014 15:36:21 +0200 @@ -55,34 +55,34 @@ xbase64 (3.1.2-3) unstable; urgency=medium xbase64 (3.1.2-2) unstable; urgency=medium * QA upload. - * Mention GPL license for various binaries and scripts. Closes: #746178. + * Mention GPL license for various binaries and scripts (Closes: #746178). * libxbase64-bin: Conflict with dvb-apps, both providing a `zap' binary. Assuming that Linux TV and Xbase utilities don't need to be installed - together. Closes: #746215. + together (Closes: #746215). -- Matthias Klose Mon, 28 Apr 2014 11:42:01 +0200 xbase64 (3.1.2-1) unstable; urgency=medium - * QA upload. Initial upload, replacing libxbase. Closes: #743443. - Package xbase64, only seven years old instead of eleven like 2.x. + * QA upload. Initial upload, replacing libxbase (Closes: #743443). + Package xbase64 is only seven years old instead of eleven like 2.x. Make sure that calligra still builds with the updated version. * Bump standards version to 3.9.5. - * Update the packaging, fix the orignal maintainer's "Jugendsünden". + * Clean up overall packaging. -- Matthias Klose Wed, 02 Apr 2014 20:33:01 +0200 libxbase (2.0.0-8.5) unstable; urgency=low * Non-maintainer upload. - * Fix build failure with GCC 4.7. Closes: #667260. + * Fix build failure with GCC 4.7 (Closes: #667260). -- Matthias Klose Mon, 16 Apr 2012 23:00:27 +0200 libxbase (2.0.0-8.4) unstable; urgency=low * Non-maintainer upload. - * Build with current automake (Closes: #549134) + * Build with current automake (Closes: #549134). -- Moritz Muehlenhoff Mon, 30 May 2011 05:12:34 +0200 @@ -93,15 +93,14 @@ libxbase (2.0.0-8.3) unstable; urgency=low linux-gnu* in ltconfig, thanks to Petr Salinger (Closes: #493509). * Also add ${shlibs:Depends} to libxbase2.0-bin's Depends, a libc dependency was missing for some binaries in there. - * Finally call dh_installdeb after dh_shlibdeps, per lintian. + * Finally call dh_installdeb after dh_shlibdeps as per lintian warning. -- Cyril Brulebois Thu, 20 Aug 2009 01:58:55 +0200 libxbase (2.0.0-8.2) unstable; urgency=low * Non-maintainer upload. - * Put include files in /usr/include. (Closes: #470260). - + The bad copy/paste release. + * Move include files to /usr/include (Closes: #470260). -- Barry deFreese Mon, 10 Mar 2008 15:15:06 -0400 @@ -109,114 +108,111 @@ libxbase (2.0.0-8.1) unstable; urgency=low * Non-maintainer upload. * Add watch file. - * Add Homepage to control. + * Add Homepage field to control. * Add Section to source package and -dev package to libdevel. * Fix up debian/copyright syntax. - * Call dh_makeshlibs before dh_shlibdeps. (Closes: #453792). + * Call dh_makeshlibs before dh_shlibdeps (Closes: #453792). * Make clean not ignore errors. - * Version debhelper build-dep. + * Version debhelper build dependency. * Move DH_COMPAT to debian/compat and set to 5. * Remove unneeded dirs file. * Replace 'pwd' with $(CURDIR). * Move .files files to .install and adjust debian/rules accordingly. - * Build with gcc-4.3. (Closes: #461714). - + Include not iostream.h. (Closes: #299114). - * Make binNMU safe. Replace Source-Version with binary:Version. - * Handle nostrip option. (Closes: #437457). - * Add info to description that docs are in -dev package. (Closes: #394259). + * Build with gcc-4.3 (Closes: #461714). + - Include instead of iostream.h in xbase/xbase.h + to fix FTBFS of reverse dependencies (Closes: #299114). + * Make binNMU-safe. Replace Source-Version with binary:Version. + * Handle nostrip option (Closes: #437457). + * Add info to description that docs are in -dev package (Closes: #394259). * Bump Standards Version to 3.7.3. -- Barry deFreese Thu, 21 Feb 2008 11:04:08 -0500 libxbase (2.0.0-8) unstable; urgency=low - * removed "#pragma interface" to make it build with g++ 4.1 - (thanks to Ben Hutchings and Brian M. Carlson) Closes: #356245 + * Remove "#pragma interface" to make it build with g++ 4.1 (Closes: #356245). + Thanks to Ben Hutchings and Brian M. Carlson! -- Michael Vogt Fri, 12 May 2006 11:16:43 +0200 libxbase (2.0.0-7.1) unstable; urgency=low - * NMU for C++ transition - * Rename libxbase2.0-0c102 to libxbase2.0-0 + * Non-maintainer upload for C++ transition. + * debian/control: + - Rename libxbase2.0-0c102 to libxbase2.0-0. -- Jeroen van Wolffelaar Sat, 6 Aug 2005 02:54:09 +0200 libxbase (2.0.0-7) unstable; urgency=low - * applied a patch from Wesley J Landake to remove a unneed scoper - in the source - (closes: #253655) - * applied a documentation patch from Wesley J Landake - (closes: #209746) - * thanks Wesley! - + * Add patch from Wesley J Landake to remove xbNtx:: scope for + AllocKeyBufs xbase/ntx.h (Closes: #253655). Thanks to Wesley J Landake! + * Add missing long description for binary packages (Closes: #209746). + Thanks to Wesley J Landake! + -- Michael Vogt Tue, 14 Sep 2004 10:31:34 +0200 libxbase (2.0.0-6) unstable; urgency=low - * rebuild for g++-3.2 + * Rebuild for g++-3.2. -- Michael Vogt Sun, 12 Jan 2003 15:06:50 +0100 libxbase (2.0.0-5) unstable; urgency=low - * split up libxbase into libxbase2.0-dev and libxbase2.0-bin - (closes: #148308) - * fixed a bug that prevented the examples from being installed + * Split libxbase into libxbase2.0-dev and libxbase2.0-bin (Closes: #148308). + * Fix a bug that prevented the examples from being installed. -- Michael Vogt Wed, 29 May 2002 11:11:23 +0200 libxbase (2.0.0-4) unstable; urgency=low - * renamed to match soname (closes: #141757) - * added doxygen to build-depends (closes: #141947) + * Rename binary lib packages to match soname (Closes: #141757). + * Add doxygen to Build-Depends (Closes: #141947). -- Michael Vogt Tue, 9 Apr 2002 09:04:15 +0200 libxbase (2.0.0-3) unstable; urgency=low - * updated config.sub, config.guess (automated via autotools-dev) + * Update config.sub, config.guess (automated via autotools-dev). -- Michael Vogt Mon, 8 Apr 2002 09:31:05 +0200 libxbase (2.0.0-2) unstable; urgency=low - * renamed to libxbase to prevent name clash with the old - X11 package "xbase" (closes: #141686) + * debian/control: + - Rename binary package xbase to libxbase to prevent name clash + with the old X11 package "xbase" (Closes: #141686). -- Michael Vogt Mon, 8 Apr 2002 09:02:35 +0200 xbase (2.0.0-1) unstable; urgency=low - * new upstream release + * New upstream release. -- Michael Vogt Sun, 17 Mar 2002 01:00:42 +0100 xdb (1.2.0-4) unstable; urgency=low - * new version of config.gues (closes: #96607) + * Update config.guess and config.sub to fix FTBFS on hppa (Closes: #96607). -- Michael Vogt Mon, 7 May 2001 10:38:44 +0200 xdb (1.2.0-3) unstable; urgency=low - * new version for config.sub to make it compile on arm - closes: #90222 + * Update config.guess and config.sub to fix FTBFS on arm (Closes: #90222). -- Michael Vogt Mon, 16 Apr 2001 21:54:31 +0200 xdb (1.2.0-2) unstable; urgency=low - * new debian maintainer, closes: #88240 - * added build-depends + * New maintainer (Closes: #88240). + * Add Build-Depends field to debian/control. -- Michael Vogt Thu, 12 Apr 2001 12:09:39 +0200 xdb (1.2.0-1) unstable; urgency=low - * Initial Release. + * Initial release. -- Ionutz Borcoman Thu, 10 Aug 2000 12:08:53 +0900 - - diff --git a/debian/rules b/debian/rules index 58c349a..d22fd74 100755 --- a/debian/rules +++ b/debian/rules @@ -35,4 +35,3 @@ override_dh_installdocs: override_dh_makeshlibs: dpkg-gensymbols -plibxbase64-1 dh_makeshlibs - -- cgit v1.2.3