← Back to team overview

ubuntu-packaging-guide-team team mailing list archive

lp:~mitya57/ubuntu-packaging-guide/update-links-to-packaging-ubuntu-com into lp:ubuntu-packaging-guide

 

Dmitry Shachnev has proposed merging lp:~mitya57/ubuntu-packaging-guide/update-links-to-packaging-ubuntu-com into lp:ubuntu-packaging-guide.

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

For more details, see:
https://code.launchpad.net/~mitya57/ubuntu-packaging-guide/update-links-to-packaging-ubuntu-com/+merge/198007

  478 Dmitry Shachnev   2013-12-06
      Update debian/changelog

  477 Dmitry Shachnev   2013-12-06
      Switch developer.u.c links to packaging.u.c

  476 Dmitry Shachnev   2013-12-06
      Make "Contents" link translated
-- 
https://code.launchpad.net/~mitya57/ubuntu-packaging-guide/update-links-to-packaging-ubuntu-com/+merge/198007
Your team Ubuntu Packaging Guide Team is requested to review the proposed merge of lp:~mitya57/ubuntu-packaging-guide/update-links-to-packaging-ubuntu-com into lp:ubuntu-packaging-guide.
=== modified file 'debian/changelog'
--- debian/changelog	2013-12-06 08:26:40 +0000
+++ debian/changelog	2013-12-06 08:48:25 +0000
@@ -1,17 +1,20 @@
 ubuntu-packaging-guide (0.3.4) UNRELEASED; urgency=low
 
-  [  Andrew Starr-Bochicchio ]
+  [ Andrew Starr-Bochicchio ]
   * revert version bump for hello package because of FTBFS. (LP: #1248353)
 
   [ Daniel Holbach ]
   * add French.
-  * fixing-ftbfs.rst: fixed two typo. Thanks Sylvie Gallet for reporting. (LP:
+  * fixing-ftbfs.rst: fixed two typos. Thanks Sylvie Gallet for reporting. (LP:
     #1256322, LP: #1256346)
 
   [ Jackson Doak ]
   * add article to fix FTBFS bugs (LP: #718640)
   * Add information about debian screenshots. (LP: #816427)
 
+  [ Dmitry Shachnev ]
+  * Switch developer.ubuntu.com links to packaging.ubuntu.com.
+
  -- Daniel Holbach <daniel.holbach@xxxxxxxxxx>  Tue, 12 Nov 2013 06:21:17 +0100
 
 ubuntu-packaging-guide (0.3.3) unstable; urgency=low

=== modified file 'debian/scripts/data/template.html'
--- debian/scripts/data/template.html	2013-02-18 12:25:21 +0000
+++ debian/scripts/data/template.html	2013-12-06 08:48:25 +0000
@@ -10,9 +10,9 @@
 <tr class="area-toppanel">
 <td>
 <div class="toppanel">
-<a href="http://developer.ubuntu.com/"; class="dev-link">
+<a href="http://packaging.ubuntu.com/"; class="dev-link">
 <img src="images/logo-ubuntu.png" alt="Ubuntu logo">
-developer
+Packaging Guide
 </a>
 </div>
 </td>

=== modified file 'themes/ubuntu/layout.html'
--- themes/ubuntu/layout.html	2013-07-16 03:50:58 +0000
+++ themes/ubuntu/layout.html	2013-12-06 08:48:25 +0000
@@ -129,7 +129,7 @@
     <div>
       <nav role="navigation">
         <ul>
-          <li class="page_item current_page_item"><a title="Index" href="index.html">Index</a> 
+          <li class="page_item current_page_item"><a title="{{ _('Contents') }}" href="index.html">{{ _('Contents') }}</a>
           <li>
             <form id="form-search" method="get" action="search.html">
               <fieldset>
@@ -139,10 +139,10 @@
           </li>
         </ul>
       </nav>
-      <a class="logo-ubuntu" href="http://developer.ubuntu.com/";>
+      <a class="logo-ubuntu" href="http://packaging.ubuntu.com/";>
         <img src="{{ pathto('_static/images/logo-ubuntu.png', 1) }}" width="119" height="27" alt="Ubuntu logo" />
       </a>
-      <a href="http://developer.ubuntu.com/";><h2>Developer</h2></a>
+      <a href="http://packaging.ubuntu.com/";><h2>Packaging Guide</h2></a>
     </div>
   </div>