Skip to content
This repository was archived by the owner on Aug 10, 2020. It is now read-only.

Commit ef3c805

Browse files
committed
Update README.md
1 parent cc2dcdc commit ef3c805

File tree

1 file changed

+36
-2
lines changed

1 file changed

+36
-2
lines changed

init-system-helpers/README.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,36 @@
1-
### Build dh-systemd package for ubuntu 12.04
2-
**Note:** Package dh-systemd is not available for Ubuntu 12.04,
1+
#### Download ppa.sh
2+
3+
```bash
4+
^_^[Mitesh@Shah:~]$ wget -c https://raw.githubusercontent.com/rtCamp/launchpad/master/ppa.sh
5+
```
6+
7+
#### Execute ppa.sh
8+
9+
```bash
10+
^_^[Mitesh@Shah:~]$ bash ppa.sh init-system-helpers
11+
```
12+
13+
## init-system-helpers package
14+
##### Modify Changelog
15+
16+
```bash
17+
^_^[Mitesh@Shah:~]$ vim ~/PPA/nginx/nginx-1.6.2/debian/changelog
18+
init-system-helpers (1.7~1ppa~precise) precise; urgency=low
19+
20+
* No-change backport to precise
21+
22+
-- Mitesh Shah <Mr.Miteshah@gmail.com> Mon, 3 Nov 2014 13:05:32 +0530
23+
24+
```
25+
26+
##### Make A Debian Source For Upload To PPA:
27+
```bash
28+
^_^[Mitesh@Shah:~]$ cd ~/PPA/init-system-helpers/init-system-helpers-1.7
29+
^_^[Mitesh@Shah:~]$ debuild -S -k'387AFF02'
30+
```
31+
32+
##### Let Upload To LaunchPad:
33+
34+
```bash
35+
^_^[Mitesh@Shah:~]$ dput ppa:rtcamp/nginx ~/PPA/init-system-helpers/init-system-helpers_1.7~1ppa~precise_source.changes
36+
```

0 commit comments

Comments
 (0)