forked from xeco23/WasIstLos
-
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
8 changed files
with
52 additions
and
694 deletions.
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,5 +1,5 @@ | ||
whatsapp-for-linux (0) stable; urgency=medium | ||
whatsapp-for-linux (1.2.1-1) unstable; urgency=medium | ||
|
||
* See https://github.com/eneshecan/whatsapp-for-linux/releases | ||
* Initial release. | ||
|
||
-- Enes Hecan <[email protected]> Sun, 20 Jun 2021 10:30:00 +0200 | ||
-- Francisco Vilmar Cardoso Ruviaro <[email protected]> Wed, 25 Aug 2021 02:49:57 +0000 |
This file was deleted.
Oops, something went wrong.
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,13 +1,28 @@ | ||
Source: whatsapp-for-linux | ||
Section: web | ||
Priority: optional | ||
Maintainer: Enes Hecan <[email protected]> | ||
Build-Depends: debhelper (>=10), cmake, pkg-config, libappindicator3-dev, libgtkmm-3.0-dev, libwebkit2gtk-4.0-dev | ||
Maintainer: Francisco Vilmar Cardoso Ruviaro <[email protected]> | ||
Build-Depends: cmake, | ||
debhelper-compat (= 13), | ||
libappindicator3-dev, | ||
libgtkmm-3.0-dev, | ||
libwebkit2gtk-4.0-dev, | ||
pkg-config | ||
Standards-Version: 4.5.1 | ||
Homepage: https://github.com/eneshecan/whatsapp-for-linux | ||
Rules-Requires-Root: no | ||
|
||
Package: whatsapp-for-linux | ||
Architecture: any | ||
Depends: libgtkmm-3.0-1v5, libwebkit2gtk-4.0-37, libappindicator3-1 | ||
Description: An unofficial WhatsApp desktop application for linux | ||
Depends: ${misc:Depends}, | ||
${shlibs:Depends} | ||
Description: Unofficial WhatsApp desktop application | ||
WhatsApp Messenger is a cross-platform mobile messaging app | ||
which allows you to exchange messages, via Internet, without | ||
having to pay for SMS. | ||
. | ||
In addition to basic messaging, WhatsApp users can create | ||
groups, send each other unlimited images, video and audio | ||
media messages. | ||
. | ||
This is an unofficial WhatsApp desktop application. |
Large diffs are not rendered by default.
Oops, something went wrong.
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,13 +1,6 @@ | ||
#!/bin/bash | ||
#!/usr/bin/make -f | ||
|
||
mkdir -p build/release && cd build/release && rm -f CMakeCache.txt | ||
echo "Configuring cmake to generate the version information" | ||
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_DIR=/usr ../.. | ||
cd ../.. | ||
|
||
version=$(cat "src/VERSION") | ||
echo "Setting version to ${version}" | ||
sed -i -E "s/\((.*?)\)/($version)/g" debian/changelog | ||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all | ||
|
||
%: | ||
dh $@ | ||
dh $@ |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
include: | ||
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml | ||
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml |
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 +1 @@ | ||
3.0 (native) | ||
3.0 (quilt) |
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