initial commit

This commit is contained in:
Rudra Bali 2023-01-18 23:06:57 +05:30
commit 4d3cf1552e
10 changed files with 577 additions and 0 deletions

2
debian/blend.install vendored Normal file
View file

@ -0,0 +1,2 @@
blend /usr/bin/
completions/blend /usr/share/bash-completion/completions/

5
debian/changelog vendored Normal file
View file

@ -0,0 +1,5 @@
blend (1.0.0) lunar; urgency=medium
* First Release
-- Rudra Saraswat <rs2009@ubuntu.com> Wed, 18 Jan 2023 21:58:53 +0200

1
debian/compat vendored Normal file
View file

@ -0,0 +1 @@
11

22
debian/control vendored Normal file
View file

@ -0,0 +1,22 @@
Source: blend
Section: devel
Priority: optional
Maintainer: Rudra Saraswat <rs2009@ubuntu.com>
Build-Depends: debhelper (>= 9),
Standards-Version: 3.9.6
Homepage: https://github.com/blend-os/blend
Vcs-Browser: https://github.com/blend-os/blend
Vcs-Git: git://github.com/blend-os/blend.git
Package: blend
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
distrobox,
podman,
python3
Breaks: mrtrix3
Built-Using: ${misc:Built-Using}
Description: Package manager for blendOS.
This package contains the package manger for
blendOS.

24
debian/copyright vendored Normal file
View file

@ -0,0 +1,24 @@
Format: http://dep.debian.net/deps/dep5
Upstream-Name: Blend OS First Setup
Source: https://github.com/blend-os/
Files: *
Copyright: 2023 blendOS contributors
2022 Vanilla-OS contributors
License: GPL-3.0
License: GPL-3.0
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License.
.
This package 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 this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

4
debian/rules vendored Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/make -f
%:
dh $@

1
debian/source/format vendored Normal file
View file

@ -0,0 +1 @@
3.0 (native)