forked from oz123/debian-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.AutoMate
47 lines (29 loc) · 1008 Bytes
/
README.AutoMate
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Short guide to build packages in AutoMate
=========================================
Build source package
--------------------
Enter in the package folder.
$ cd mate-terminal/
If needed, add an entry to changelog.
Add ~devX to the version if it's a development build.
$ dch -i
Get the orig tarball:
$ debian/rules get-orig-source
Or, if it's a devel build, just archive your source and rename it as
follow (be sure to remove .git folder from tarball, to reduce size):
mate-terminal_1.2.1.orig.tar.xz
Build the source package:
$ debuild -S -sa
Send package to AutoMate server
-------------------------------
Add those lines to your ~/.dput.cf
[automate]
fqdn = automate.mate-desktop.org
method = ftp
login = anonymous
incoming = /upload/
Send package with dput:
$ dput automate mate-terminal_1.2.1-1_source.changes
You should receive an email if the package is accepted and verified.
To follow the build process and check logs, go to
http://automate.mate-desktop.org/