Skip to content

Commit

Permalink
Fixup control file, alter readme, fixup filestructure to simplify dpk…
Browse files Browse the repository at this point in the history
…g-deb build process
  • Loading branch information
DrKittens committed Aug 24, 2021
1 parent d7cc86f commit ef199ab
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 12 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# gcc-10-compat workaround
Copy and fixup of the project https://salsa.debian.org/rpavlik/gcc-10-compat.

Removes some extra steps (delete readme, fixup control file) for building this project on armhf systems with dpkg

Below readme lists a dead repo so the following instructions are how you should use this.

1. clone this repo somewhere on a box with dpkg installed
2. open a terminal and cd into the root gcc-10-compat folder
3. enter the command `sudo dpkg-deb --build ./build gcc-10-compat.deb`
4. install the package for your architecture with `sudo apt install ./gcc-10-compat.deb`


** Original ReadMe File From https://salsa.debian.org/rpavlik/gcc-10-compat is below**
Maintained at: <https://salsa.debian.org/rpavlik/gcc-10-compat>

This package exists to fix the buster->bullseye upgrade path, apparently broken
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 11 additions & 11 deletions debian/control → build/DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,41 @@ Section: oldlibs
Priority: optional
Build-Depends: debhelper (>= 12)
Standards-Version: 4.3.0
Website: https://salsa.debian.org/rpavlik/gcc-10-compat

Package: libgcc1
Architecture: any
Architecture: armhf
Multi-Arch: same
Depends: libgcc-s1 (>=10.1.0-1),
${misc:Depends}
Provides: libgcc1-armel [armel],
libgcc1-armhf [armhf]
Depends: libgcc-s1 (>=10.1.0-1)
Provides: libgcc1-armhf
Version: 0.0.1
Description: GCC support library (transitional package)
This is a transitional package, and can be safely removed after
completing a full upgrade.

Package: lib64gcc1
Architecture: i386 powerpc sparc s390 mips mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el x32
Multi-Arch: same
Depends: lib64gcc-s1 (>=10.1.0-1),
${misc:Depends}
Depends: lib64gcc-s1 (>=10.1.0-1)
Version: 0.0.1
Description: GCC support library (transitional package) (64bit)
This is a transitional package, and can be safely removed after
completing a full upgrade.

Package: lib32gcc1
Architecture: amd64 ppc64 kfreebsd-amd64 s390x sparc64 x32 mipsn32 mipsn32el mips64 mips64el mipsn32r6 mipsn32r6el mips64r6 mips64r6el
Multi-Arch: same
Depends: lib32gcc-s1 (>=10.1.0-1),
${misc:Depends}
Depends: lib32gcc-s1 (>=10.1.0-1)
Version: 0.0.1
Description: GCC support library (transitional package) (32bit)
This is a transitional package, and can be safely removed after
completing a full upgrade.

Package: libx32gcc1
Architecture: amd64 i386
Multi-Arch: same
Depends: libx32gcc-s1 (>=10.1.0-1),
${misc:Depends}
Depends: libx32gcc-s1 (>=10.1.0-1)
Version: 0.0.1
Description: GCC support library (transitional package) (x32)
This is a transitional package, and can be safely removed after
completing a full upgrade.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions build/DEBIAN/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (native)
1 change: 0 additions & 1 deletion debian/source/format

This file was deleted.

0 comments on commit ef199ab

Please sign in to comment.