Skip to content

Commit 39bff3c

Browse files
author
Alexander Golyshkin
committed
Fixed OBS building problems for DEBIAN
1 parent 33ee295 commit 39bff3c

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

README

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
PIPGIT Code changes inspection tool for GIT
22
33

4-
PIPGIT suports OpenSuse OBS system! Following files used by OBS:
4+
* PIPGIT tool was developed as helper tool for fast creating code inspections and code BRs based on generic coding standards
5+
* PIPGIT tool allows to calculate code changes in any GIT repositories
6+
* PIPGIT tool is fast and has user friendly interface
7+
* PIPGIT tool has internal help
8+
* PIPGIT tool is really degrease inspection creating time for developers
9+
* PIPGIT tool available under LINUX & WINDOWS
10+
* PIPGIT tool could be configured through <home folder>/.pipgit file
11+
* PIPGIT tool supports content pipe redirection to file using “> <filename>” command
12+
* PIPGIT tool available for Windows/Linux (RPM,DEB) platforms
13+
14+
! PIPGIT now suports OpenSuse OBS system! Following files used by OBS:
515

616
RPM package (RedHat, OpenSuse, etc)
717

debian.rules

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# GNU copyright 1997 to 1999 by Joey Hess.
44

55
# Uncomment this to turn on verbose mode.
6-
#export DH_VERBOSE=1
6+
export DH_VERBOSE=1
77

88
# This is the debhelper compatibility version to use.
9-
export DH_COMPAT=4
9+
export DH_COMPAT=5
1010

1111
CFLAGS = -g
1212
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -45,7 +45,8 @@ install: build
4545

4646
# Add here commands to install the package
4747
# The DESTDIR Has To Be Exactly /usr/src/packages/BUILD/debian/<nameOfPackage>
48-
make install DESTDIR=/usr/src/packages/BUILD/debian/pipgit
48+
install -g 0 -o 0 -d debian/pipgit/usr/bin/
49+
install -o 0 -g 0 -p -m755 pipgit debian/pipgit/usr/bin/pipgit
4950
# --- end custom part for installing
5051

5152
# Build architecture-independent files here.

pipgit.dsc

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ Binary: pipgit
55
Maintainer: Alexander Golyshkin <[email protected]>
66
Architecture: any
77
Build-Depends: debhelper (>= 4.1.16), libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1.1), libqtcore4 (>= 4:4.7.0~beta1), libstdc++6 (>= 4.4.0), qt4-qmake, libqt4-dev
8-
Files:
9-
d57283ebb8157ae919762c58419353c8 133282 pipgit_5.6.orig.tar.gz
10-
2fecf324a32123b08cefc0f047bca5ee 63176 pipgit_5.6-1.diff.tar.gz
8+
#Files:
9+
#d57283ebb8157ae919762c58419353c8 133282 pipgit_5.6.orig.tar.gz
10+
#2fecf324a32123b08cefc0f047bca5ee 63176 pipgit_5.6-1.diff.tar.gz

0 commit comments

Comments
 (0)