Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for enabling ARM repos #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,24 @@ Vcs-Browser: https://github.com/imedias/lernstick-config
Vcs-Git: https://github.com/imedias/lernstick-config.git

Package: lernstick-config
Architecture: all
Depends: ${misc:Depends}, live-config (>= 5~), xmlstarlet, gfxboot, sqlite3, lernstick-archive-keyring, lernstick-xkb-data, sysfsutils
Architecture: any
Depends: ${misc:Depends}, live-config (>= 5~), xmlstarlet, gfxboot [amd64], sqlite3, lernstick-archive-keyring, lernstick-xkb-data, sysfsutils
Provides: ${diverted-files}
Conflicts: ${diverted-files}
Description: Lernstick System Configuration
This package contains the additional Lernstick live-config components and
configuration files for the Lernstick system. It uses config-package-dev to
divert config files where necessary.

Package: lernstick-arm-config
Architecture: any
Depends: ${misc:Depends}, lernstick-config
Provides: ${diverted-files}
Conflicts: ${diverted-files}
Description: Lernstick System Configuration for ARM
This package contains the additional repository for ARM variant


Package: lernstick-staging
Architecture: all
Depends: ${misc:Depends},
Expand Down
4 changes: 2 additions & 2 deletions etc/apt/sources.list.d/lernstick-12.list
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Lernstick specific packages
deb [arch=amd64] http://packages.lernstick.ch/lernstick lernstick-12 main contrib non-free
deb http://packages.lernstick.ch/lernstick lernstick-12 main contrib non-free
deb-src http://packages.lernstick.ch/lernstick lernstick-12 main contrib non-free

# Backports done by the Lernstick team of other packages
Expand All @@ -11,7 +11,7 @@ deb http://packages.lernstick.ch/lernstick lernstick-12-thirdparty main contrib
deb-src http://packages.lernstick.ch/lernstick lernstick-12-thirdparty main contrib non-free

# Staging packages (distribution set to "not automatic")
deb [arch=amd64] http://packages.lernstick.ch/lernstick lernstick-12-staging main contrib non-free
deb http://packages.lernstick.ch/lernstick lernstick-12-staging main contrib non-free
deb-src http://packages.lernstick.ch/lernstick lernstick-12-staging main contrib non-free

# Staging distribution for backports (set to "not automatic")
Expand Down