diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 75db865..bf893ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ublock (1.3.0rc4+dfsg-1~bpo80+1) jessie-add; urgency=medium + + * Build for jessie-add. + + -- Wolfgang Wiedmeyer <debian@fossencdi.org> Sat, 17 Oct 2015 18:12:42 +0200 + ublock (1.1.1+dfsg-1) unstable; urgency=low * Initial release (Closes: #778719) diff --git a/debian/rules b/debian/rules index de145d6..8d7486c 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ override_dh_auto_build: ./tools/make-firefox.sh xpi-pack dist/build/uBlock0.firefox xul-ext-ublock.xpi - + ./tools/make-chromium.sh ./debian/crxmake.sh ./dist/build/uBlock0.chromium ./debian/uBlock0.pem |