Metadata-Version: 2.4
Name: debian_crossgrader
Version: 0.0.3
Summary: Debian crossgrading tool
Home-page: https://salsa.debian.org/crossgrading-team/debian-crossgrading
Author: Kevin Wu
Author-email: kevin@kevinniuwu.com
License: GPL-2+
Platform: Debian
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Requires-Python: >=3.4
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: platformdirs
Requires-Dist: python-apt>=1.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# debian-crossgrading

This repo contains my work and research for my Google Summer of Code 2020 project, Architecture Cross-Grading Support in Debian.

The official project can be found at https://summerofcode.withgoogle.com/projects/#6528590289567744.

## crossgrader

This package provides a tool to crossgrade (i.e. change the architecture) of a Debian install.
It also provides a tool to check if all packages were successfully crossgraded.

The crossgrader automatically handles binaries required by the initramfs,
packages marked as automatically installed, and crossgrades to architectures
not natively supported on the current CPU.

## Usage

Refer to [INSTRUCTIONS.md](INSTRUCTIONS.md)

## Progress

Refer to [TODO.md](TODO.md)
