Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
diffoscope
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reproducible Builds
diffoscope
Commits
202caf9d
Verified
Commit
202caf9d
authored
7 years ago
by
Mattia Rizzolo
Browse files
Options
Downloads
Patches
Plain Diff
d/rules: revert PYTHONPATH mangling, unneeded
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
99b953fd
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+0
-2
0 additions, 2 deletions
debian/changelog
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
1 addition
and
3 deletions
debian/changelog
+
0
−
2
View file @
202caf9d
...
...
@@ -34,8 +34,6 @@ diffoscope (89) unstable; urgency=medium
+ Allow non-text formats to output an empty diff.
* debian/clean:
+ Remove the egg file when cleaning.
* debian/rules:
+ Fix tests by adding PYTHONPATH.
[ Chris Lamb ]
* comparators:
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
202caf9d
...
...
@@ -52,7 +52,7 @@ override_dh_auto_test:
# Let's avoid plonking everything in the "DOS/MBR" category, this is really not
# a sustainable filetype testing solution (e.g. c051ba9d and c1442405).
! grep 'DOS/MBR' -R diffoscope
PYTHONPATH="$(CURDIR)"
dh_auto_test -O--buildsystem=pybuild
dh_auto_test -O--buildsystem=pybuild
override_dh_installman:
dh_installman -O--buildsystem=pybuild
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment