[Reproducible-commits] [libxslt] 03/05: Run wrap-and-sort

Mattia Rizzolo mattia at debian.org
Mon May 9 20:19:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository libxslt.

commit bf10c8f418596fe6943850fec27bb62da19fae68
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon May 9 20:10:10 2016 +0000

    Run wrap-and-sort
---
 debian/control              | 42 ++++++++++++++++++++++++------------------
 debian/libxslt1-dev.install |  8 ++++----
 2 files changed, 28 insertions(+), 22 deletions(-)

diff --git a/debian/control b/debian/control
index bc2d98b..ea09481 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,19 @@ Source: libxslt
 Section: text
 Priority: optional
 Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs at lists.alioth.debian.org>
-Uploaders: Aron Xu <aron at debian.org>, YunQiang Su <wzssyqa at gmail.com>
+Uploaders:
+ Aron Xu <aron at debian.org>,
+ YunQiang Su <wzssyqa at gmail.com>,
 Standards-Version: 3.9.4
 Build-Depends:
+ binutils (>= 2.14.90.0.7),
  debhelper (>= 9),
+ dh-autoreconf,
+ libgcrypt11-dev,
  libxml2-dev (>= 2.6.27),
- python-all-dev (>= 2.6.6-3~),
+ perl,
  python-all-dbg,
- libgcrypt11-dev,
- dh-autoreconf,
- binutils (>= 2.14.90.0.7),
- perl
+ python-all-dev (>= 2.6.6-3~),
 Homepage: http://xmlsoft.org/xslt/
 Vcs-Git: git://anonscm.debian.org/debian-xml-sgml/libxslt.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-xml-sgml/libxslt.git
@@ -21,7 +23,8 @@ Package: libxslt1.1
 Section: libs
 Architecture: any
 Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
+Pre-Depends:
+ ${misc:Pre-Depends},
 Depends:
  ${misc:Depends},
  ${shlibs:Depends},
@@ -38,11 +41,12 @@ Package: libxslt1-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Provides: libxslt-dev
+Provides:
+ libxslt-dev,
 Depends:
- libxslt1.1 (= ${binary:Version}),
  libxml2-dev (>= 2.6.26),
- ${misc:Depends}
+ libxslt1.1 (= ${binary:Version}),
+ ${misc:Depends},
 Description: XSLT 1.0 processing library - development kit
  XSLT is an XML language for defining transformations of XML files from
  XML to some other arbitrary format, such as XML, HTML, plain text, etc.
@@ -57,7 +61,7 @@ Priority: extra
 Architecture: any
 Depends:
  libxslt1.1 (= ${binary:Version}),
- ${misc:Depends}
+ ${misc:Depends},
 Multi-Arch: same
 Description: XSLT 1.0 processing library - debugging symbols
  XSLT is an XML language for defining transformations of XML files from
@@ -73,8 +77,8 @@ Package: xsltproc
 Architecture: any
 Multi-Arch: foreign
 Depends:
+ ${misc:Depends},
  ${shlibs:Depends},
- ${misc:Depends}
 Description: XSLT 1.0 command line processor
  XSLT is an XML language for defining transformations of XML files from
  XML to some other arbitrary format, such as XML, HTML, plain text, etc.
@@ -86,12 +90,13 @@ Description: XSLT 1.0 command line processor
 Package: python-libxslt1
 Section: python
 Architecture: any
-Provides: ${python:Provides}
+Provides:
+ ${python:Provides},
 Depends:
- ${shlibs:Depends},
+ python-libxml2,
  ${misc:Depends},
  ${python:Depends},
- python-libxml2
+ ${shlibs:Depends},
 Description: Python bindings for libxslt1
  XSLT is an XML language for defining transformations of XML files from
  XML to some other arbitrary format, such as XML, HTML, plain text, etc.
@@ -105,13 +110,14 @@ Package: python-libxslt1-dbg
 Section: debug
 Architecture: any
 Priority: extra
-Provides: ${python:Provides}
+Provides:
+ ${python:Provides},
 Depends:
  python-dbg,
+ python-libxml2-dbg,
  python-libxslt1 (= ${binary:Version}),
- ${shlibs:Depends},
  ${misc:Depends},
- python-libxml2-dbg
+ ${shlibs:Depends},
 Description: Python bindings for libxslt1 (debug extension)
  XSLT is an XML language for defining transformations of XML files from
  XML to some other arbitrary format, such as XML, HTML, plain text, etc.
diff --git a/debian/libxslt1-dev.install b/debian/libxslt1-dev.install
index 30228e4..d805216 100644
--- a/debian/libxslt1-dev.install
+++ b/debian/libxslt1-dev.install
@@ -1,10 +1,10 @@
+usr/bin/xslt-config
 usr/include
-usr/lib/*/libxslt.a
 usr/lib/*/libexslt.a
-usr/lib/*/libxslt.so
 usr/lib/*/libexslt.so
+usr/lib/*/libxslt.a
+usr/lib/*/libxslt.so
 usr/lib/*/pkgconfig
 usr/lib/*/xsltConf.sh
-usr/bin/xslt-config
-usr/share/doc/libxslt1-dev
 usr/share/aclocal
+usr/share/doc/libxslt1-dev

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/libxslt.git



More information about the Reproducible-commits mailing list