[neon/backports-jammy/distrobox/Neon/unstable] debian: Import Debian changes 1.2.15-0ubuntu1

Michel Alexandre Salim null at kde.org
Fri Jul 14 11:42:03 BST 2023


Git commit 6bee1d63d2d74f2b42ed1c85be04ab6491e65972 by Michel Alexandre Salim.
Committed on 04/05/2022 at 20:06.
Pushed by jriddell into branch 'Neon/unstable'.

Import Debian changes 1.2.15-0ubuntu1

distrobox (1.2.15-0ubuntu1) kinetic; urgency=low
.
  * Initial release. Closes: #1008291

A  +5    -0    debian/changelog
A  +19   -0    debian/control
A  +24   -0    debian/copyright
A  +13   -0    debian/rules
A  +1    -0    debian/source/format

https://invent.kde.org/neon/backports-jammy/distrobox/-/commit/6bee1d63d2d74f2b42ed1c85be04ab6491e65972

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ea529fe
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+distrobox (1.2.15-0ubuntu1) kinetic; urgency=low
+
+  * Initial release. Closes: #1008291
+
+ -- Michel Alexandre Salim <michel at michel-slm.name>  Tue, 03 May 2022 14:11:42 -0700
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a995b9e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: distrobox
+Section: admin
+Priority: optional
+Maintainer: Michel Alexandre Salim <michel at michel-slm.name>
+Build-Depends: debhelper-compat (= 12)
+Standards-Version: 4.5.0
+Homepage: https://distrobox.privatedns.org/
+
+Package: distrobox
+Architecture: all
+# Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+    ,podman | docker.io
+Description: Another tool for containerized command line environments on Linux
+ Use any linux distribution inside your terminal. Distrobox uses podman or
+ docker to create containers using the linux distribution of your choice.
+ Created container will be tightly integrated with the host, allowing to share
+ the HOME directory of the user, external storage, external usb devices and
+ graphical apps (X11/Wayland) and audio.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2821153
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,24 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: distrobox
+Upstream-Contact: Luca Di Maio <luca.dimaio1 at gmail.com>
+Source: https://distrobox.privatedns.org/
+
+Files:     *
+Copyright: 2021 distrobox contributors
+License:   GPL-3.0
+ distrobox is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License version 3
+ as published by the Free Software Foundation.
+ .
+ distrobox is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with distrobox; if not, see <http://www.gnu.org/licenses/>.
+ .
+ POSIX
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..607cdbf
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# You must remove unused comment lines for the released package.
+#export DH_VERBOSE = 1
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
+#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+%:
+	dh $@
+#override_dh_auto_configure:
+#override_dh_auto_build:
+override_dh_install:
+	./install -p debian/distrobox/usr/bin
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)



More information about the Neon-commits mailing list