Skip to content

Commit f4a96cf

Browse files
author
Ivan Stoev
committed
Local
1 parent 93d3803 commit f4a96cf

File tree

10 files changed

+55
-275
lines changed

10 files changed

+55
-275
lines changed

pCloudCC/CPackConfig.cmake

Lines changed: 0 additions & 67 deletions
This file was deleted.

pCloudCC/CPackSourceConfig.cmake

Lines changed: 0 additions & 74 deletions
This file was deleted.

pCloudCC/debian/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Files: *
66
Copyright: 2016 Ivan Stoev <[email protected]>
77

88
License:
9-
Copyright (c) 2013-2015 pCloud Ltd.
9+
Copyright (c) 2013-2016 pCloud Ltd.
1010
All rights reserved.
1111

1212
Redistribution and use in source and binary forms, with or without

pCloudCC/debian/pcloudcc.debhelper.log

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
dh_update_autotools_config
12
dh_auto_configure
23
dh_auto_build
34
dh_auto_test
@@ -7,10 +8,12 @@ dh_installdocs
78
dh_installchangelogs
89
dh_perl
910
dh_link
11+
dh_strip_nondeterminism
1012
dh_compress
1113
dh_fixperms
1214
dh_strip
1315
dh_makeshlibs
16+
dh_shlibdeps
1417
dh_installdeb
1518
dh_gencontrol
1619
dh_md5sums

pCloudCC/debian/pcloudcc.substvars

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
shlibs:Depends=libc6 (>= 2.17), libfuse2 (>= 2.6), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4)
12
misc:Depends=
3+
misc:Pre-Depends=

pCloudCC/debian/rules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# -*- makefile -*-
33

44
# Uncomment this to turn on verbose mode.
5-
#export DH_VERBOSE=1
5+
export DH_VERBOSE=1
66

7-
override_dh_shlibdeps:
8-
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
7+
#override_dh_shlibdeps:
8+
# dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
99

1010
%:
1111
dh $@

pCloudCC/lib/mbedtls/install_manifest.txt

Lines changed: 0 additions & 110 deletions
This file was deleted.

pCloudCC/lib/pclsync/plibs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
}
5252

5353
#ifndef DEBUG_LEVEL
54-
#define DEBUG_LEVEL D_ERROR
54+
#define DEBUG_LEVEL D_NOTICE
5555
#endif
5656

5757
#define IS_DEBUG (DEBUG_LEVEL>=D_WARNING)

0 commit comments

Comments
 (0)