Skip to content

Commit 1d3b6c4

Browse files
committed
İlk dosya yüklemesi
1 parent e612ce2 commit 1d3b6c4

36 files changed

+4251
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
selikup (1.0) unstable; urgency=medium
2+
3+
* Initial release.
4+
5+
-- Fatih Önder <fatih@algyazilim.com> Tue, 09 Sep 2025 18:20:00 +0300
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
./selikup.py
2+
./selikup.desktop
3+
./selikup001.png

debian/.debhelper/generated/selikup/installed-by-dh_installdocs

Whitespace-only changes.

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
selikup (1.0) unstable; urgency=medium
2+
3+
* Initial release.
4+
5+
-- Fatih Önder <fatih@algyazilim.com> Tue, 09 Sep 2025 18:20:00 +0300
6+

debian/compat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
12
2+

debian/control

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Source: selikup
2+
Section: utils
3+
Priority: optional
4+
Maintainer: Fatih ÖNDER <fatih@algyazilim.com>
5+
Build-Depends:
6+
debhelper (>= 10),
7+
python3-all,
8+
dh-python
9+
Standards-Version: 4.1.5
10+
Homepage: https://algyazilim.com
11+
12+
Package: selikup
13+
Architecture: all
14+
Depends:
15+
python3,
16+
python3-pyqt5,
17+
python3-requests,
18+
python3-bs4,
19+
python3-certifi,
20+
python3-chardet,
21+
python3-idna,
22+
python3-urllib3
23+
Description: This program helps you download and install the kernel from the KERNEL main repository.
24+

debian/copyright

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Upstream-Name: selikup
3+
Source: https://github.com/cektor/selikup
4+
5+
Files: *
6+
Copyright:Fatih ÖNDER (CekToR) 2025 ALG Yazılım Inc.
7+
License: GNU
8+

debian/debhelper-build-stamp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
selikup

debian/files

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
selikup_1.0_all.deb utils optional
2+
selikup_1.0_amd64.buildinfo utils optional

debian/format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0 (quilt)

0 commit comments

Comments
 (0)