All Projects → named-data → ppa-packaging

named-data / ppa-packaging

Licence: Apache-2.0 license
Semi-automated script to create binary packages for (multiple versions of) Ubuntu

Programming Languages

Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to ppa-packaging

intellij-idea-community
Unofficial .deb packages of IntelliJ IDEA Community Edition. This is a mirror of
Stars: ✭ 32 (+113.33%)
Mutual labels:  debian, ubuntu-packages
repogen
Easy-to-use signed APT repository generator with a web-based package browser.
Stars: ✭ 34 (+126.67%)
Mutual labels:  debian, deb
python-deb-pkg-tools
Debian packaging tools
Stars: ✭ 36 (+140%)
Mutual labels:  debian, deb
TeamSpeak3-Client
TeamSpeak3 Client package for Debian/Ubuntu
Stars: ✭ 14 (-6.67%)
Mutual labels:  deb, ubuntu-packages
Debreate
A utility for creating Debian packages.
Stars: ✭ 70 (+366.67%)
Mutual labels:  debian, deb
Boostnote-packages
Repo containing .rpm, .deb and Boostnote app folder
Stars: ✭ 31 (+106.67%)
Mutual labels:  debian, deb
intellij-idea-ultimate
Unofficial .deb packages of IntelliJ IDEA Ultimate Edition. This is a mirror of https://gitlab.com/mmk2410/intellij-idea-ultimate
Stars: ✭ 16 (+6.67%)
Mutual labels:  debian, ubuntu-packages
spotify-deb-install
MOVED: https://gitlab.com/q3aql/spotify-deb-install
Stars: ✭ 15 (+0%)
Mutual labels:  debian, deb
Fileshare
Debian/Ubuntu applet for screenshots and images sharing using popular online services
Stars: ✭ 35 (+133.33%)
Mutual labels:  debian, deb
Open Build Service
Build and distribute Linux packages from sources in an automatic, consistent and reproducible way #obs
Stars: ✭ 599 (+3893.33%)
Mutual labels:  debian, deb
debian-packaging
Create Debian packages of non-free, closed-source and other software.
Stars: ✭ 19 (+26.67%)
Mutual labels:  debian, ubuntu-packages
Fpm Within Docker
Leverage fpm inside pre-baked docker images in order to build and test native DEB and RPM packages.
Stars: ✭ 80 (+433.33%)
Mutual labels:  debian, deb
airgeddon deb packages
Useful related to airgeddon packages for Debian based Linux distributions
Stars: ✭ 22 (+46.67%)
Mutual labels:  debian, deb
Exrm deb
Create a deb for your elixir release with ease
Stars: ✭ 75 (+400%)
Mutual labels:  debian, deb
App Outlet
A Universal linux app store
Stars: ✭ 131 (+773.33%)
Mutual labels:  debian, deb
Googliser
a fast BASH multiple-image downloader
Stars: ✭ 202 (+1246.67%)
Mutual labels:  debian
Debian On Termux
HOWTO install plain Debian 10 (buster) on your non-rooted Android smartphone
Stars: ✭ 222 (+1380%)
Mutual labels:  debian
Lamp
Install LAMP(Linux + Apache + MySQL/MariaDB + PHP ) for CentOS/Debian/Ubuntu
Stars: ✭ 2,456 (+16273.33%)
Mutual labels:  debian
Linux On Huawei Matebook 13 2019
MateBook 13 running Linux
Stars: ✭ 197 (+1213.33%)
Mutual labels:  debian
Iptables Boilerplate
rock solid default firewall-rules for webhosts
Stars: ✭ 249 (+1560%)
Mutual labels:  debian

NDN binary packages for Ubuntu

Prerequisites

The following dependencies need to be installed in order to build the source .deb packages to be uploaded to the PPA:

sudo apt install git devscripts debhelper dh-make

Building source packages

The build process is fully automated. The following command can be used to build all packages and upload them to the PPA:

make dput

Before running dput, make sure that you have access to upload packages to named-data/ppa (or modify the target PPA repository in packaging.mk).

To build a specific package, go to the package's folder and run the same make dput command.

Advanced uses

By default, the scripts will create source packages for Ubuntu 20.04 (focal), 22.04 (jammy), and 22.10 (kinetic). If necessary, the default actions and distributions can be overriden, for example:

  • To only build source packages (no upload), only for Ubuntu 12.04:

    make build DISTROS=precise
    
  • To build binary package that can be installed with sudo dpkg -i <package>.deb:

    make build DEBUILD=debuild DISTROS=precise
    

    The built package will be in <package-folder>/work/<package-name>_<version>.deb

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].