Skip to content

Commit

Permalink
Fix Debian package generation
Browse files Browse the repository at this point in the history
  • Loading branch information
threader committed Feb 8, 2022
1 parent 2c17499 commit bb060fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5
12
3 changes: 1 addition & 2 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# This file is autogenerated. DO NOT EDIT!
#
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.

Source: meld
Section: gnome
Priority: optional
Expand Down
6 changes: 5 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
DEB_PYTHON2_MODULE_PACKAGES=meld
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
Expand All @@ -13,4 +14,7 @@ binary-install/meld::
dh_python2 -p$(cdbs_curpkg)

binary-post-install/meld::
rm -rf debian/$(cdbs_curpkg)/usr/share/application-registry
rm -rf debian/$(cdbs_curpkg)/usr/share/doc/meld-* \
debian/$(cdbs_curpkg)/usr/share/meld/icons/COPYING \
debian/$(cdbs_curpkg)/usr/share/pyshared/meld/vc/COPYING \
debian/$(cdbs_curpkg)/usr/lib/python2.7/dist-packages/meld/vc/COPYING

0 comments on commit bb060fc

Please sign in to comment.