File: builddeb

package info (click to toggle)
fte 0.50.2b6-20110708-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,768 kB
  • sloc: cpp: 47,985; ansic: 2,795; sh: 112; makefile: 71; perl: 29
file content (32 lines) | stat: -rwxr-xr-x 592 bytes parent folder | download | duplicates (6)
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 
#