[SCM] phat/master: Wrap-and-sort

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Jan 16 13:39:14 UTC 2012


The following commit has been merged in the master branch:
commit 33093f478d24c1a5dce9c67c66b417d47dbefe39
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Jan 16 14:38:56 2012 +0100

    Wrap-and-sort

diff --git a/debian/control b/debian/control
index 2b805b2..5220423 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,17 @@ Source: phat
 Priority: optional
 Section: graphics
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Alessio Treglia <alessio at debian.org>,
+Uploaders:
+ Alessio Treglia <alessio at debian.org>,
  Jaromír Mikeš <mira.mikes at seznam.cz>
-Build-Depends: debhelper (>= 8.1.3~),
- dh-autoreconf,
+Build-Depends:
  autotools-dev (>= 20100122.1),
- libgnomecanvas2-dev,
- libgtk2.0-dev,
+ chrpath,
+ debhelper (>= 8.1.3~),
+ dh-autoreconf,
  gtk-doc-tools,
- chrpath
+ libgnomecanvas2-dev,
+ libgtk2.0-dev
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/phat.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/phat.git
@@ -20,11 +22,15 @@ Package: libphat-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libphat0 (= ${binary:Version}),
+Depends:
+ libphat0 (= ${binary:Version}),
  ${misc:Depends}
-Provides: libphat0-dev
-Replaces: libphat0-dev (<= 0.4.1-2)
-Breaks: libphat0-dev (<= 0.4.1-2)
+Provides:
+ libphat0-dev
+Replaces:
+ libphat0-dev (<= 0.4.1-2)
+Breaks:
+ libphat0-dev (<= 0.4.1-2)
 Description: Development files (headers) for libphat
  phat is a collection of gtk widgets geared towards audio apps
  Audio applications demand a set of special widgets of its own
@@ -35,35 +41,40 @@ Description: Development files (headers) for libphat
  This package contains the headers used to build applications
  that use phat widget collection.
 
-Package: libphat0
-Section: libs
+Package: libphat-tools
 Architecture: any
-Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends},
- ${misc:Depends}
-Suggests: libphat-tools
-Description: collection of gtk widgets geared towards audio apps
+Depends:
+ libphat0 (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Breaks:
+ libphat0-dev (<= 0.3.1-3)
+Replaces:
+ libphat0-dev (<= 0.3.1-3)
+Description: collection of tools for libphat
+ phat is a collection of gtk widgets geared towards audio apps
  Audio applications demand a set of special widgets of its own
  which phat aims to provide. The first widget being the "fanslider",
  a mix between the button and the slider metaphores, providing the
  user a more precise graphical input method.
  .
- This package contains the shared library for libphat.
+ This package contains collection of gtk apps geared towards
+ audio applications, using phat widget collection.
 
-Package: libphat-tools
+Package: libphat0
+Section: libs
 Architecture: any
-Depends: libphat0 (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends}
-Breaks: libphat0-dev (<= 0.3.1-3)
-Replaces: libphat0-dev (<= 0.3.1-3)
-Description: collection of tools for libphat
- phat is a collection of gtk widgets geared towards audio apps
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Suggests:
+ libphat-tools
+Description: collection of gtk widgets geared towards audio apps
  Audio applications demand a set of special widgets of its own
  which phat aims to provide. The first widget being the "fanslider",
  a mix between the button and the slider metaphores, providing the
  user a more precise graphical input method.
  .
- This package contains collection of gtk apps geared towards
- audio applications, using phat widget collection.
+ This package contains the shared library for libphat.
diff --git a/debian/copyright b/debian/copyright
index 7669717..16c9e25 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -39,5 +39,5 @@ Comment:
  On Debian systems, the complete text of the GNU General Public
  License can be found in `/usr/share/common-licenses/GPL-2'.
  .
- You should have received a copy of the GNU General Public License 
+ You should have received a copy of the GNU General Public License
  along with this program.  If not, see <http://www.gnu.org/licenses/>.

-- 
phat packaging



More information about the pkg-multimedia-commits mailing list