Normalize packaging via `wrap-and-sort -abst`
This commit is contained in:
parent
87eccfbda7
commit
9e42d6c8e2
|
|
@ -5,6 +5,7 @@ ostree (2016.1-1) UNRELEASED; urgency=medium
|
||||||
* debian/.gitignore: add
|
* debian/.gitignore: add
|
||||||
* debian/copyright: fill in all copyright holders and licenses
|
* debian/copyright: fill in all copyright holders and licenses
|
||||||
* debian/control: set Maintainer to the pkg-utopia team
|
* debian/control: set Maintainer to the pkg-utopia team
|
||||||
|
* Normalize packaging via `wrap-and-sort -abst`
|
||||||
|
|
||||||
-- Simon McVittie <smcv@debian.org> Wed, 27 Jan 2016 13:04:34 +0100
|
-- Simon McVittie <smcv@debian.org> Wed, 27 Jan 2016 13:04:34 +0100
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,16 +5,16 @@ Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.
|
||||||
Uploaders:
|
Uploaders:
|
||||||
Simon McVittie <smcv@debian.org>,
|
Simon McVittie <smcv@debian.org>,
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
|
bison,
|
||||||
debhelper (>= 9),
|
debhelper (>= 9),
|
||||||
dh-autoreconf,
|
dh-autoreconf,
|
||||||
dh-exec (>= 0.3),
|
dh-exec (>= 0.3),
|
||||||
bison,
|
|
||||||
docbook-xml,
|
docbook-xml,
|
||||||
docbook-xsl,
|
docbook-xsl,
|
||||||
e2fslibs-dev,
|
e2fslibs-dev,
|
||||||
gjs,
|
gjs,
|
||||||
gtk-doc-tools (>= 1.15),
|
|
||||||
gobject-introspection,
|
gobject-introspection,
|
||||||
|
gtk-doc-tools (>= 1.15),
|
||||||
libarchive-dev (>= 2.8.0),
|
libarchive-dev (>= 2.8.0),
|
||||||
libattr1-dev,
|
libattr1-dev,
|
||||||
libcap-dev,
|
libcap-dev,
|
||||||
|
|
@ -25,47 +25,18 @@ Build-Depends:
|
||||||
liblzma-dev (>= 5.0.5),
|
liblzma-dev (>= 5.0.5),
|
||||||
libselinux1-dev,
|
libselinux1-dev,
|
||||||
libsoup2.4-dev (>= 2.39.1),
|
libsoup2.4-dev (>= 2.39.1),
|
||||||
zlib1g-dev
|
zlib1g-dev,
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Homepage: https://wiki.gnome.org/Projects/OSTree
|
Homepage: https://wiki.gnome.org/Projects/OSTree
|
||||||
Vcs-Git: https://anonscm.debian.org/git/pkg-utopia/ostree.git
|
Vcs-Git: https://anonscm.debian.org/git/pkg-utopia/ostree.git
|
||||||
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-utopia/ostree.git
|
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-utopia/ostree.git
|
||||||
|
|
||||||
Package: ostree
|
|
||||||
Architecture: any
|
|
||||||
Depends:
|
|
||||||
${misc:Depends},
|
|
||||||
${shlibs:Depends}
|
|
||||||
Suggests: dracut
|
|
||||||
Description: content-addressed filesystem for operating system binaries
|
|
||||||
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
|
|
||||||
It is not a package system; nor is it a tool for managing full disk images.
|
|
||||||
Instead, it sits between those levels, offering a blend of the advantages (and
|
|
||||||
disadvantages) of both.
|
|
||||||
.
|
|
||||||
This package contains the executables.
|
|
||||||
|
|
||||||
Package: libostree-1-1
|
|
||||||
Architecture: any
|
|
||||||
Depends:
|
|
||||||
${misc:Depends},
|
|
||||||
${shlibs:Depends}
|
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
|
||||||
Multi-arch: same
|
|
||||||
Description: content-addressed filesystem for operating system binaries (library)
|
|
||||||
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
|
|
||||||
It is not a package system; nor is it a tool for managing full disk images.
|
|
||||||
Instead, it sits between those levels, offering a blend of the advantages (and
|
|
||||||
disadvantages) of both.
|
|
||||||
.
|
|
||||||
This package contains the shared library.
|
|
||||||
|
|
||||||
Package: gir1.2-ostree-1.0
|
Package: gir1.2-ostree-1.0
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: introspection
|
Section: introspection
|
||||||
Depends:
|
Depends:
|
||||||
|
${gir:Depends},
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${gir:Depends}
|
|
||||||
Description: content-addressed filesystem for operating system binaries (introspection)
|
Description: content-addressed filesystem for operating system binaries (introspection)
|
||||||
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
|
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
|
||||||
It is not a package system; nor is it a tool for managing full disk images.
|
It is not a package system; nor is it a tool for managing full disk images.
|
||||||
|
|
@ -75,15 +46,32 @@ Description: content-addressed filesystem for operating system binaries (introsp
|
||||||
This package can be used by other packages using the GIRepository format to
|
This package can be used by other packages using the GIRepository format to
|
||||||
generate dynamic bindings.
|
generate dynamic bindings.
|
||||||
|
|
||||||
|
Package: libostree-1-1
|
||||||
|
Architecture: any
|
||||||
|
Depends:
|
||||||
|
${misc:Depends},
|
||||||
|
${shlibs:Depends},
|
||||||
|
Pre-Depends:
|
||||||
|
${misc:Pre-Depends},
|
||||||
|
Multi-arch: same
|
||||||
|
Description: content-addressed filesystem for operating system binaries (library)
|
||||||
|
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
|
||||||
|
It is not a package system; nor is it a tool for managing full disk images.
|
||||||
|
Instead, it sits between those levels, offering a blend of the advantages (and
|
||||||
|
disadvantages) of both.
|
||||||
|
.
|
||||||
|
This package contains the shared library.
|
||||||
|
|
||||||
Package: libostree-dev
|
Package: libostree-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
|
||||||
ostree (= ${binary:Version}),
|
|
||||||
gir1.2-ostree-1.0 (= ${binary:Version}),
|
gir1.2-ostree-1.0 (= ${binary:Version}),
|
||||||
pkg-config
|
ostree (= ${binary:Version}),
|
||||||
Suggests: libostree-doc
|
pkg-config,
|
||||||
|
${misc:Depends},
|
||||||
|
Suggests:
|
||||||
|
libostree-doc,
|
||||||
Description: Development files for the ostree library
|
Description: Development files for the ostree library
|
||||||
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
|
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
|
||||||
It is not a package system; nor is it a tool for managing full disk images.
|
It is not a package system; nor is it a tool for managing full disk images.
|
||||||
|
|
@ -95,8 +83,10 @@ Description: Development files for the ostree library
|
||||||
Package: libostree-doc
|
Package: libostree-doc
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Section: doc
|
Section: doc
|
||||||
Depends: ${misc:Depends}
|
Depends:
|
||||||
Suggests: devhelp
|
${misc:Depends},
|
||||||
|
Suggests:
|
||||||
|
devhelp,
|
||||||
Description: Development documentation for the ostree library
|
Description: Development documentation for the ostree library
|
||||||
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
|
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
|
||||||
It is not a package system; nor is it a tool for managing full disk images.
|
It is not a package system; nor is it a tool for managing full disk images.
|
||||||
|
|
@ -105,12 +95,27 @@ Description: Development documentation for the ostree library
|
||||||
.
|
.
|
||||||
This package contains development documentation for ostree.
|
This package contains development documentation for ostree.
|
||||||
|
|
||||||
|
Package: ostree
|
||||||
|
Architecture: any
|
||||||
|
Depends:
|
||||||
|
${misc:Depends},
|
||||||
|
${shlibs:Depends},
|
||||||
|
Suggests:
|
||||||
|
dracut,
|
||||||
|
Description: content-addressed filesystem for operating system binaries
|
||||||
|
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
|
||||||
|
It is not a package system; nor is it a tool for managing full disk images.
|
||||||
|
Instead, it sits between those levels, offering a blend of the advantages (and
|
||||||
|
disadvantages) of both.
|
||||||
|
.
|
||||||
|
This package contains the executables.
|
||||||
|
|
||||||
Package: ostree-grub2
|
Package: ostree-grub2
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Section: devel
|
Section: devel
|
||||||
Depends:
|
Depends:
|
||||||
|
grub2,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
grub2
|
|
||||||
Description: GRUB 2 configuration for ostree
|
Description: GRUB 2 configuration for ostree
|
||||||
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
|
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
|
||||||
It is not a package system; nor is it a tool for managing full disk images.
|
It is not a package system; nor is it a tool for managing full disk images.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
etc/ostree
|
|
||||||
etc/dracut.conf.d/ostree.conf
|
etc/dracut.conf.d/ostree.conf
|
||||||
|
etc/ostree
|
||||||
lib/systemd/system/ostree*.service
|
lib/systemd/system/ostree*.service
|
||||||
usr/bin/ostree
|
usr/bin/ostree
|
||||||
usr/lib/dracut/modules.d/98ostree
|
usr/lib/dracut/modules.d/98ostree
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue