← Back to team overview

ubuntu-packaging-guide-team team mailing list archive

lp:~josephjamesmills/ubuntu-packaging-guide/libraries.rst-line14 into lp:ubuntu-packaging-guide

 

Joseph has proposed merging lp:~josephjamesmills/ubuntu-packaging-guide/libraries.rst-line14 into lp:ubuntu-packaging-guide.

Requested reviews:
  Ubuntu Packaging Guide Team (ubuntu-packaging-guide-team)

For more details, see:
https://code.launchpad.net/~josephjamesmills/ubuntu-packaging-guide/libraries.rst-line14/+merge/106952

fixed a grammar error.  
-- 
https://code.launchpad.net/~josephjamesmills/ubuntu-packaging-guide/libraries.rst-line14/+merge/106952
Your team Ubuntu Packaging Guide Team is requested to review the proposed merge of lp:~josephjamesmills/ubuntu-packaging-guide/libraries.rst-line14 into lp:ubuntu-packaging-guide.
=== modified file 'debian/changelog'
--- debian/changelog	2012-03-12 22:28:59 +0000
+++ debian/changelog	2012-05-23 07:23:24 +0000
@@ -1,3 +1,9 @@
+ubuntu-packaging-guide (0.1ubuntu1) quantal; urgency=low
+
+  * ubuntu-packaging-guide/libraries.rst: Changed 'If any of the symbols is removed' too 'If any of the symbols are removed' on line 14
+
+ -- Joseph Mills <josephjamesmills@josephjamesmills>  Sat, 19 May 2012 02:51:14 -0400
+
 ubuntu-packaging-guide (0.1) UNRELEASED; urgency=low
 
   * Initial release.

=== modified file 'ubuntu-packaging-guide/libraries.rst'
--- ubuntu-packaging-guide/libraries.rst	2012-03-20 22:02:49 +0000
+++ ubuntu-packaging-guide/libraries.rst	2012-05-23 07:23:24 +0000
@@ -11,7 +11,7 @@
 SONAME which includes a version number.  This SONAME version does not
 necessarily match the public release version number.  A program gets
 compiled against a given SONAME version of the library.  If any of the
-symbols is removed or changes then the version number needs to be
+symbols are removed or changes then the version number needs to be
 changed which forces any packages using that library to be recompiled
 against the new version.  Version numbers are usually set by upstream
 and we follow them in our binary package names called an ABI number,


Follow ups