File: builddeb

package info (click to toggle)
fte 0.50.2-1.2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,696 kB
  • ctags: 6,486
  • sloc: cpp: 48,178; ansic: 2,795; perl: 808; sh: 112; makefile: 106
file content (32 lines) | stat: -rwxr-xr-x 592 bytes parent folder | download | duplicates (8)
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
#!/bin/sh

#dpkg-buildpackage -d -sa -pgpg -rfakeroot


#dpkg-buildpackage -b -sa -pgpg -ICVS -I.cvsignore -Ipatches -rfakeroot 
dpkg-buildpackage -sa -pgpg -ICVS -I.cvsignore -Ipatches -rfakeroot 

# debchanges

#
# for adding new entry in the changelog database
# debchanges
#

# For build just debian packages (unsigned, useful for testing)
# fakeroot debian/rules binary-arch
#


# dch -r   - update changelog entry

# Uploading new files to Debian ftp server
# dupload --to anonymous-ftp-master fte*.changes

# 
# try to remove
#
# rel.text
#
# objdump --headers --private-headers -T 
#