Merge lp:~mitya57/ubuntu-packaging-guide/more-highlights into lp:ubuntu-packaging-guide

Proposed by Dmitry Shachnev
Status: Merged
Merged at revision: 206
Proposed branch: lp:~mitya57/ubuntu-packaging-guide/more-highlights
Merge into: lp:ubuntu-packaging-guide
Diff against target: 79 lines (+15/-5)
4 files modified
Makefile (+6/-0)
debian/changelog (+3/-2)
themes/ubuntu/static/base.css (+2/-1)
ubuntu-packaging-guide/debian-dir-overview.rst (+4/-2)
To merge this branch: bzr merge lp:~mitya57/ubuntu-packaging-guide/more-highlights
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+133074@code.launchpad.net

Description of the change

[ As usual, the branch name doesn't match its content :\ ]

List of changes:

  203 Dmitry Shachnev 2012-11-04
      Update debian/changelog.

  202 Dmitry Shachnev 2012-11-04
      Makefile: fix sed breaking "Grab the source" URL

  201 Dmitry Shachnev 2012-11-04 [merge]
      Merge from trunk

  200 Dmitry Shachnev 2012-10-28
      debian-dir-overview: highlight the control file
      (pygments has a lexer for debian control, yay!)

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Good work.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Makefile'
--- Makefile 2012-10-17 08:09:33 +0000
+++ Makefile 2012-11-06 14:58:20 +0000
@@ -55,6 +55,9 @@
55 sed -i 's/src="..\/_static/src=".\/_static/g' $(BUILDDIR)/html/*html55 sed -i 's/src="..\/_static/src=".\/_static/g' $(BUILDDIR)/html/*html
56 sed -i 's/..\/_images/.\/_images/g' $(BUILDDIR)/html/*html56 sed -i 's/..\/_images/.\/_images/g' $(BUILDDIR)/html/*html
57 sed -i 's/ubuntu-packaging-guide\///g' $(BUILDDIR)/html/*html57 sed -i 's/ubuntu-packaging-guide\///g' $(BUILDDIR)/html/*html
58 # The "grab the source code" URL shouldn't be mangled
59 sed -i 's/ubuntu-packaging-guide-team\/trunk/ubuntu-packaging-guide-team\/ubuntu-packaging-guide\/trunk/g' \
60 $(BUILDDIR)/html/*.html
58 sed -i 's/ubuntu-packaging-guide\///g' $(BUILDDIR)/html/searchindex.js61 sed -i 's/ubuntu-packaging-guide\///g' $(BUILDDIR)/html/searchindex.js
59 @echo62 @echo
60 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html"63 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html"
@@ -67,6 +70,9 @@
67 sed -i 's/src="..\/_static/src=".\/_static/g' $(BUILDDIR)/html/$*/*html70 sed -i 's/src="..\/_static/src=".\/_static/g' $(BUILDDIR)/html/$*/*html
68 sed -i 's/..\/_images/.\/_images/g' $(BUILDDIR)/html/$*/*html71 sed -i 's/..\/_images/.\/_images/g' $(BUILDDIR)/html/$*/*html
69 sed -i 's/ubuntu-packaging-guide\///g' $(BUILDDIR)/html/$*/*html72 sed -i 's/ubuntu-packaging-guide\///g' $(BUILDDIR)/html/$*/*html
73 # The "grab the source code" URL shouldn't be mangled
74 sed -i 's/ubuntu-packaging-guide-team\/trunk/ubuntu-packaging-guide-team\/ubuntu-packaging-guide\/trunk/g' \
75 $(BUILDDIR)/html/$*/*.html
70 sed -i 's/ubuntu-packaging-guide\///g' $(BUILDDIR)/html/$*/searchindex.js76 sed -i 's/ubuntu-packaging-guide\///g' $(BUILDDIR)/html/$*/searchindex.js
71 @echo77 @echo
72 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html/$*."78 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html/$*."
7379
=== modified file 'debian/changelog'
--- debian/changelog 2012-10-30 10:33:48 +0000
+++ debian/changelog 2012-11-06 14:58:20 +0000
@@ -18,10 +18,11 @@
18 * Link JS files with the libjs-sphinxdoc package.18 * Link JS files with the libjs-sphinxdoc package.
19 * Do not install websupport.js.19 * Do not install websupport.js.
20 * Simplified the syntax in python-packaging.rst.20 * Simplified the syntax in python-packaging.rst.
21 * Miscellaneous fixes.
22 * pygments.css: remove background-color line, it makes pygmentized code21 * pygments.css: remove background-color line, it makes pygmentized code
23 blocks look inconsistent with other ones.22 blocks look inconsistent with other ones.
24 * make some links easier to translate.23 * Make some links easier to translate.
24 * Makefile: fix sed breaking "Grab the source" URL.
25 * Miscellaneous fixes.
2526
26 -- Daniel Holbach <daniel.holbach@ubuntu.com> Fri, 12 Oct 2012 16:52:11 +020027 -- Daniel Holbach <daniel.holbach@ubuntu.com> Fri, 12 Oct 2012 16:52:11 +0200
2728
2829
=== modified file 'themes/ubuntu/static/base.css'
--- themes/ubuntu/static/base.css 2012-10-17 14:12:22 +0000
+++ themes/ubuntu/static/base.css 2012-11-06 14:58:20 +0000
@@ -37,7 +37,8 @@
37div.highlight-makefile,37div.highlight-makefile,
38div.highlight-sh,38div.highlight-sh,
39div.highlight-diff,39div.highlight-diff,
40div.highlight-python {40div.highlight-python,
41div.highlight-control {
41 padding: 10px;42 padding: 10px;
42 font-family: 'Ubuntu Mono', 'Consolas', 'Monaco', 'DejaVu Sans Mono', Courier, monospace;43 font-family: 'Ubuntu Mono', 'Consolas', 'Monaco', 'DejaVu Sans Mono', Courier, monospace;
43 background-color: #fdf6f2;44 background-color: #fdf6f2;
4445
=== modified file 'ubuntu-packaging-guide/debian-dir-overview.rst'
--- ubuntu-packaging-guide/debian-dir-overview.rst 2012-10-17 14:57:59 +0000
+++ ubuntu-packaging-guide/debian-dir-overview.rst 2012-11-06 14:58:20 +0000
@@ -73,7 +73,9 @@
73``apt-get``, ``synaptic``, and ``adept``) uses, build-time dependencies, 73``apt-get``, ``synaptic``, and ``adept``) uses, build-time dependencies,
74maintainer information, and much more.74maintainer information, and much more.
7575
76For the Ubuntu ``hello`` package, the ``control`` file looks something like::76For the Ubuntu ``hello`` package, the ``control`` file looks something like this:
77
78.. code-block:: control
7779
78 Source: hello80 Source: hello
79 Section: devel81 Section: devel
@@ -95,7 +97,7 @@
95 an example of how to do a Debian package. It is the Debian version of97 an example of how to do a Debian package. It is the Debian version of
96 the GNU Project's `hello world' program (which is itself an example98 the GNU Project's `hello world' program (which is itself an example
97 for the GNU Project).99 for the GNU Project).
98 100
99The first paragraph describes the source package including the list of packages 101The first paragraph describes the source package including the list of packages
100required to build the package from source in the ``Build-Depends`` field. It 102required to build the package from source in the ``Build-Depends`` field. It
101also 103also

Subscribers

People subscribed via source and target branches