forked from wwmm/easyeffects
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* version 4.3.1 deb * restore `appstream-util validate-strict`, but disable running autotests untill be find a better solution * * wwmm#304 * * wwmm#305 * `dh_missing --fail-missing`: Fail the build if some produced files are not included in neither of multiple packages * minor fixes in Russian localization
- Loading branch information
1 parent
df4ef95
commit 033ba10
Showing
4 changed files
with
27 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
pulseeffects (4.3.1-1) unstable; urgency=low | ||
|
||
* version 4.3.1 upstream | ||
|
||
-- Mikhail Novosyolov <[email protected]> Wed, 29 Aug 2018 00:59:00 +0300 | ||
|
||
pulseeffects (4.2.9-1) unstable; urgency=low | ||
|
||
* version 4.2.9 upstream | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
#!/usr/bin/make -f | ||
# ignore the .git directory and do not include into the source code tarball | ||
#export DH_ALWAYS_EXCLUDE=.git | ||
#Wow, I've commented out 'export DH_ALWAYS_EXCLUDE=.git' and now .desktop and other files do not mysteriously disappear when building the package | ||
#I have no idea why this works) | ||
export DH_ALWAYS_EXCLUDE=.git:_build:*.deb | ||
export DH_VERBOSE=255 | ||
|
||
# Fail the build if some produced files | ||
# are not included in neither of multiple packages | ||
override_dh_missing: | ||
dh_missing --fail-missing | ||
|
||
override_dh_auto_test: | ||
echo "Auto-tests are disabled due to a very strange issue https://github.com/wwmm/pulseeffects/issues/304" | ||
|
||
%: | ||
dh $@ --with scour |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters