-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# libxp6-binaries | ||
libxp6 binaries for Debian. The additional latest source code is also provided, in order to simplify re-building of `.deb` packages for different distros. | ||
|
||
libxp6 binaries for Debian. | ||
|
||
## Build Instructions | ||
|
||
When re-building the package for a different distribution, check that the compat level is still valid and has not being deprecated, by looking up at [Compat Upgrade Checklist][https://manpages.debian.org/testing/debhelper/debhelper-compat-upgrade-checklist.7.en.html]. This needs to be done for both libXp6 and its dependencies. | ||
|
||
Make sure to build `x11proto-print` first, as that's a require dependency at build time. To build both that and `libXp6` run the following command, from the source code's top folder: | ||
|
||
```bash | ||
debuild -b -uc -us | ||
``` | ||
|
||
If any error comes up check whether other dependencies need to be installed, otherwise the command will generate a new `.deb` file in the folder above the source code one, which can be installed as following: | ||
|
||
```bash | ||
sudo apt install ./<package_name>.deb | ||
``` |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+13.4 KB
dependencies/x11proto-print/binaries/debian_12/x11proto-print-dev_1.0.5-2_all.deb
Binary file not shown.
Binary file added
BIN
+227 KB
dependencies/x11proto-print/source/x11proto-print-x11proto-print-1.0.5-2.tar.gz
Binary file not shown.
Binary file not shown.